Searched refs:refill_count (Results 1 – 4 of 4) sorted by relevance
192 droq->refill_count = 0; in sdp_droq_reset_indices()658 while (droq->refill_count && (desc_refilled < droq->nb_desc)) { in sdp_droq_refill()684 droq->refill_count--; in sdp_droq_refill()726 droq->refill_count++; in sdp_droq_read_packet()822 if (droq->refill_count >= 2 /* droq->refill_threshold */) { in sdp_rawdev_dequeue()
337 uint32_t refill_count; member
35 droq->refill_count = 0; in lio_droq_reset_indices()313 droq->refill_count--; in lio_droq_refill_pullup_descs()348 while (droq->refill_count && (desc_refilled < droq->nb_desc)) { in lio_droq_refill()373 droq->refill_count--; in lio_droq_refill()376 if (droq->refill_count) in lio_droq_refill()419 droq->refill_count += buf_cnt; in lio_droq_fast_process_packet()432 droq->refill_count++; in lio_droq_fast_process_packet()526 droq->refill_count++; in lio_droq_fast_process_packet()556 if (droq->refill_count >= droq->refill_threshold) { in lio_droq_fast_process_packet()
108 uint32_t refill_count; member