Searched refs:refill_count (Results 1 – 4 of 4) sorted by relevance
184 droq->refill_count = 0; in otx_ep_droq_reset_indices()796 while (droq->refill_count && (desc_refilled < droq->nb_desc)) { in otx_ep_droq_refill()823 droq->refill_count--; in otx_ep_droq_refill()865 droq->refill_count++; in otx_ep_droq_read_packet()894 droq->refill_count++; in otx_ep_droq_read_packet()946 droq->refill_count++; in otx_ep_droq_read_packet()1035 if (droq->refill_count >= DROQ_REFILL_THRESHOLD) { in otx_ep_recv_pkts()
311 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