Home | History | Annotate | Download | only in src

Lines Matching refs:pending_retro_cnt

222         ch_obj->pending_retro_cnt = cmd_cb->u.req_buf.num_retro_buf_requested;
226 __func__, ch_obj->pending_cnt, ch_obj->pending_retro_cnt);
227 if (!ch_obj->pending_cnt || (ch_obj->pending_retro_cnt > ch_obj->pending_cnt)) {
228 ch_obj->pending_retro_cnt = ch_obj->pending_cnt;
230 if (ch_obj->pending_retro_cnt > 0) {
367 __func__, ch_obj->pending_cnt, ch_obj->pending_retro_cnt);
373 __func__, ch_obj->pending_cnt, ch_obj->pending_retro_cnt);
381 if (ch_obj->pending_retro_cnt > 0) {
382 if (ch_obj->pending_retro_cnt == 1) {
387 ch_obj->pending_retro_cnt--;