Lines Matching refs:ringidx
131 bnx_recv_ring_init(um_device_t * const umdevice, const unsigned int ringidx) in bnx_recv_ring_init() argument
139 recvinfo = &_RX_QINFO(umdevice, ringidx); in bnx_recv_ring_init()
143 lmrxring = &umdevice->lm_dev.rx_info.chain[ringidx]; in bnx_recv_ring_init()
172 bnx_recv_ring_fill(um_device_t * const umdevice, const unsigned int ringidx) in bnx_recv_ring_fill() argument
179 recvinfo = &(_RX_QINFO(umdevice, ringidx)); in bnx_recv_ring_fill()
183 dstq = &(umdevice->lm_dev.rx_info.chain[ringidx].free_descq); in bnx_recv_ring_fill()
206 bnx_recv_ring_recv(um_device_t *const umdevice, const unsigned int ringidx) in bnx_recv_ring_recv() argument
219 recvinfo = &(_RX_QINFO(umdevice, ringidx)); in bnx_recv_ring_recv()
230 freeq = &(umdevice->lm_dev.rx_info.chain[ringidx].free_descq); in bnx_recv_ring_recv()
232 recvq = &(umdevice->lm_dev.rx_info.chain[ringidx].active_descq); in bnx_recv_ring_recv()
449 umdevice->os_param.rx_resc_handle[ringidx], head); in bnx_recv_ring_recv()
458 bnx_recv_ring_dump(um_device_t *const umdevice, const unsigned int ringidx) in bnx_recv_ring_dump() argument
464 srcq = &(_RX_QINFO(umdevice, ringidx).waitq); in bnx_recv_ring_dump()
465 dstq = &(umdevice->lm_dev.rx_info.chain[ringidx].free_descq); in bnx_recv_ring_dump()
480 bnx_recv_ring_free(um_device_t *const umdevice, const unsigned int ringidx) in bnx_recv_ring_free() argument
486 srcq = &(umdevice->lm_dev.rx_info.chain[ringidx].free_descq); in bnx_recv_ring_free()
488 dstq = &(_RX_QINFO(umdevice, ringidx).buffq); in bnx_recv_ring_free()
509 bnx_recv_ring_fini(um_device_t *const umdevice, const unsigned int ringidx) in bnx_recv_ring_fini() argument
515 recvinfo = &(_RX_QINFO(umdevice, ringidx)); in bnx_recv_ring_fini()