Home | History | Annotate | Download | only in src

Lines Matching refs:pending_retro_cnt

214         ch_obj->pending_retro_cnt = cmd_cb->u.req_buf.num_retro_buf_requested;
218 __func__, ch_obj->pending_cnt, ch_obj->pending_retro_cnt);
219 if (!ch_obj->pending_cnt || (ch_obj->pending_retro_cnt > ch_obj->pending_cnt)) {
220 ch_obj->pending_retro_cnt = ch_obj->pending_cnt;
222 if (ch_obj->pending_retro_cnt > 0) {
330 __func__, ch_obj->pending_cnt, ch_obj->pending_retro_cnt);
336 __func__, ch_obj->pending_cnt, ch_obj->pending_retro_cnt);
344 if (ch_obj->pending_retro_cnt > 0) {
345 if (ch_obj->pending_retro_cnt == 1) {
350 ch_obj->pending_retro_cnt--;