/kernel/linux/linux-5.10/drivers/net/fddi/skfp/ |
H A D | hwmtm.c | 402 queue->rx_used = 0 ; in init_rxd_ring() 633 int rx_used ; in repair_rxd_ring() local 641 rx_used = queue->rx_used ; in repair_rxd_ring() 648 while (rx_used) { in repair_rxd_ring() 666 rx_used-- ; in repair_rxd_ring() 714 if (smc->hw.fp.rx_q[QUEUE_R1].rx_used > 0) { in fddi_isr() 1044 u_short rx_used ; in process_receive() local 1056 rx_used = queue->rx_used ; in process_receive() [all...] |
/kernel/linux/linux-6.6/drivers/net/fddi/skfp/ |
H A D | hwmtm.c | 402 queue->rx_used = 0 ; in init_rxd_ring() 633 int rx_used ; in repair_rxd_ring() local 641 rx_used = queue->rx_used ; in repair_rxd_ring() 648 while (rx_used) { in repair_rxd_ring() 666 rx_used-- ; in repair_rxd_ring() 714 if (smc->hw.fp.rx_q[QUEUE_R1].rx_used > 0) { in fddi_isr() 1044 u_short rx_used ; in process_receive() local 1056 rx_used = queue->rx_used ; in process_receive() [all...] |
/kernel/linux/linux-5.10/drivers/net/fddi/skfp/h/ |
H A D | hwmtm.h | 311 #define HWM_GET_RX_USED(smc) ((int)(smc)->hw.fp.rx_q[QUEUE_R1].rx_used) 359 if ((low_water) >= (smc)->hw.fp.rx_q[QUEUE_R1].rx_used) {\
|
H A D | fplustm.h | 108 u_short rx_used ; /* count of used RxD's */ member
|
/kernel/linux/linux-6.6/drivers/net/fddi/skfp/h/ |
H A D | hwmtm.h | 311 #define HWM_GET_RX_USED(smc) ((int)(smc)->hw.fp.rx_q[QUEUE_R1].rx_used) 359 if ((low_water) >= (smc)->hw.fp.rx_q[QUEUE_R1].rx_used) {\
|
H A D | fplustm.h | 108 u_short rx_used ; /* count of used RxD's */ member
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/pcie/ |
H A D | rx.c | 142 * iwl_pcie_rx_replenish() Replenishes rx_free list from rx_used, and calls 153 * Moves the packet buffer from queue to rx_used. 161 * rxq.pool -> rxq.rx_used -> rxq.rx_free -> rxq.queue 165 * rxq.queue -> rxq.rx_used -> allocator.rbd_empty -> 494 if (list_empty(&rxq->rx_used)) { in iwl_pcie_rxq_alloc_rbs() 506 if (list_empty(&rxq->rx_used)) { in iwl_pcie_rxq_alloc_rbs() 511 rxb = list_first_entry(&rxq->rx_used, struct iwl_rx_mem_buffer, in iwl_pcie_rxq_alloc_rbs() 527 list_add(&rxb->list, &rxq->rx_used); in iwl_pcie_rxq_alloc_rbs() 1066 INIT_LIST_HEAD(&rxq->rx_used); in iwl_pcie_rx_init_rxb_lists() 1145 list_add(&rxb->list, &def_rxq->rx_used); in _iwl_pcie_rx_init() [all...] |
H A D | internal.h | 181 * @rx_used: list of RBDs with no RB attached 190 * NOTE: rx_free and rx_used are used as a FIFO for iwl_rx_mem_buffers 213 struct list_head rx_used; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/pcie/ |
H A D | rx.c | 85 * iwl_pcie_rx_replenish() Replenishes rx_free list from rx_used, and calls 96 * Moves the packet buffer from queue to rx_used. 104 * rxq.pool -> rxq.rx_used -> rxq.rx_free -> rxq.queue 108 * rxq.queue -> rxq.rx_used -> allocator.rbd_empty -> 440 if (list_empty(&rxq->rx_used)) { in iwl_pcie_rxq_alloc_rbs() 452 if (list_empty(&rxq->rx_used)) { in iwl_pcie_rxq_alloc_rbs() 457 rxb = list_first_entry(&rxq->rx_used, struct iwl_rx_mem_buffer, in iwl_pcie_rxq_alloc_rbs() 473 list_add(&rxb->list, &rxq->rx_used); in iwl_pcie_rxq_alloc_rbs() 996 INIT_LIST_HEAD(&rxq->rx_used); in iwl_pcie_rx_init_rxb_lists() 1154 list_add(&rxb->list, &def_rxq->rx_used); in _iwl_pcie_rx_init() [all...] |
H A D | internal.h | 134 * @rx_used: list of RBDs with no RB attached 143 * NOTE: rx_free and rx_used are used as a FIFO for iwl_rx_mem_buffers 158 struct list_head rx_used; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlegacy/ |
H A D | 3945-mac.c | 893 * il3945_rx_replenish() Replenishes rx_free list from rx_used, and calls 903 * Moves the packet buffer from queue to rx_used. 970 * il3945_rx_replenish - Move all used packet from rx_used to rx_free 990 if (list_empty(&rxq->rx_used)) { in il3945_rx_allocate() 1031 if (list_empty(&rxq->rx_used)) { in il3945_rx_allocate() 1040 element = rxq->rx_used.next; in il3945_rx_allocate() 1061 INIT_LIST_HEAD(&rxq->rx_used); in il3945_rx_queue_reset() 1062 /* Fill the rx_used queue with _all_ of the Rx buffers */ in il3945_rx_queue_reset() 1073 list_add_tail(&rxq->pool[i].list, &rxq->rx_used); in il3945_rx_queue_reset() 1272 list_add_tail(&rxb->list, &rxq->rx_used); in il3945_rx_handle() [all...] |
H A D | 4965-mac.c | 91 INIT_LIST_HEAD(&rxq->rx_used); in il4965_rx_queue_reset() 92 /* Fill the rx_used queue with _all_ of the Rx buffers */ in il4965_rx_queue_reset() 103 list_add_tail(&rxq->pool[i].list, &rxq->rx_used); in il4965_rx_queue_reset() 292 * il4965_rx_replenish - Move all used packet from rx_used to rx_free 312 if (list_empty(&rxq->rx_used)) { in il4965_rx_allocate() 356 if (list_empty(&rxq->rx_used)) { in il4965_rx_allocate() 365 element = rxq->rx_used.next; in il4965_rx_allocate() 4301 list_add_tail(&rxb->list, &rxq->rx_used); in il4965_rx_handle() 4307 list_add_tail(&rxb->list, &rxq->rx_used); in il4965_rx_handle()
|
H A D | common.h | 585 * @rx_used: List of Rx buffers with no SKB 590 * NOTE: rx_free and rx_used are used as a FIFO for il_rx_bufs 602 struct list_head rx_used; member
|
H A D | common.c | 2516 * il_rx_replenish() Replenishes rx_free list from rx_used, and calls 2526 * Moves the packet buffer from queue to rx_used. 2603 INIT_LIST_HEAD(&rxq->rx_used); in il_rx_queue_alloc() 2616 /* Fill the rx_used queue with _all_ of the Rx buffers */ in il_rx_queue_alloc() 2618 list_add_tail(&rxq->pool[i].list, &rxq->rx_used); in il_rx_queue_alloc()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlegacy/ |
H A D | 3945-mac.c | 889 * il3945_rx_replenish() Replenishes rx_free list from rx_used, and calls 899 * Moves the packet buffer from queue to rx_used. 966 * il3945_rx_replenish - Move all used packet from rx_used to rx_free 986 if (list_empty(&rxq->rx_used)) { in il3945_rx_allocate() 1027 if (list_empty(&rxq->rx_used)) { in il3945_rx_allocate() 1036 element = rxq->rx_used.next; in il3945_rx_allocate() 1057 INIT_LIST_HEAD(&rxq->rx_used); in il3945_rx_queue_reset() 1058 /* Fill the rx_used queue with _all_ of the Rx buffers */ in il3945_rx_queue_reset() 1070 list_add_tail(&rxq->pool[i].list, &rxq->rx_used); in il3945_rx_queue_reset() 1264 list_add_tail(&rxb->list, &rxq->rx_used); in il3945_rx_handle() [all...] |
H A D | 4965-mac.c | 91 INIT_LIST_HEAD(&rxq->rx_used); in il4965_rx_queue_reset() 92 /* Fill the rx_used queue with _all_ of the Rx buffers */ in il4965_rx_queue_reset() 104 list_add_tail(&rxq->pool[i].list, &rxq->rx_used); in il4965_rx_queue_reset() 293 * il4965_rx_replenish - Move all used packet from rx_used to rx_free 313 if (list_empty(&rxq->rx_used)) { in il4965_rx_allocate() 356 if (list_empty(&rxq->rx_used)) { in il4965_rx_allocate() 365 element = rxq->rx_used.next; in il4965_rx_allocate() 4300 list_add_tail(&rxb->list, &rxq->rx_used); in il4965_rx_handle() 4306 list_add_tail(&rxb->list, &rxq->rx_used); in il4965_rx_handle()
|
H A D | common.h | 585 * @rx_used: List of Rx buffers with no SKB 590 * NOTE: rx_free and rx_used are used as a FIFO for il_rx_bufs 602 struct list_head rx_used; member
|
H A D | common.c | 2514 * il_rx_replenish() Replenishes rx_free list from rx_used, and calls 2524 * Moves the packet buffer from queue to rx_used. 2601 INIT_LIST_HEAD(&rxq->rx_used); in il_rx_queue_alloc() 2614 /* Fill the rx_used queue with _all_ of the Rx buffers */ in il_rx_queue_alloc() 2616 list_add_tail(&rxq->pool[i].list, &rxq->rx_used); in il_rx_queue_alloc()
|
/kernel/linux/linux-5.10/drivers/net/usb/ |
H A D | r8152.c | 794 struct list_head rx_info, rx_used; member 2206 list_for_each_entry_safe(agg, agg_next, &tp->rx_used, list) { in rtl_get_free_rx() 2350 list_add(&agg_free->list, &tp->rx_used); in rx_bottom() 2352 list_add_tail(&agg->list, &tp->rx_used); in rx_bottom() 2696 INIT_LIST_HEAD(&tp->rx_used); in rtl_start_rx() 2708 list_add_tail(&agg->list, &tp->rx_used); in rtl_start_rx()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/ipw2x00/ |
H A D | ipw2200.c | 3437 INIT_LIST_HEAD(&rxq->rx_used); in ipw_rx_queue_reset() 3439 /* Fill the rx_used queue with _all_ of the Rx buffers */ in ipw_rx_queue_reset() 3450 list_add_tail(&rxq->pool[i].list, &rxq->rx_used); in ipw_rx_queue_reset() 5112 * ipw_rx_queue_replenish() Replenishes rx_free list from rx_used, and calls 5122 * Moves the packet buffer from queue to rx_used. 5172 * Move all used packet from rx_used to rx_free, allocating a new SKB for each. 5186 while (!list_empty(&rxq->rx_used)) { in ipw_rx_queue_replenish() 5187 element = rxq->rx_used.next; in ipw_rx_queue_replenish() 5257 INIT_LIST_HEAD(&rxq->rx_used); in ipw_rx_queue_alloc() 5259 /* Fill the rx_used queu in ipw_rx_queue_alloc() [all...] |
H A D | ipw2200.h | 715 struct list_head rx_used; /* No SKB allocated */ member
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/ipw2x00/ |
H A D | ipw2200.c | 3391 INIT_LIST_HEAD(&rxq->rx_used); in ipw_rx_queue_reset() 3393 /* Fill the rx_used queue with _all_ of the Rx buffers */ in ipw_rx_queue_reset() 3404 list_add_tail(&rxq->pool[i].list, &rxq->rx_used); in ipw_rx_queue_reset() 5066 * ipw_rx_queue_replenish() Replenishes rx_free list from rx_used, and calls 5076 * Moves the packet buffer from queue to rx_used. 5126 * Move all used packet from rx_used to rx_free, allocating a new SKB for each. 5140 while (!list_empty(&rxq->rx_used)) { in ipw_rx_queue_replenish() 5141 element = rxq->rx_used.next; in ipw_rx_queue_replenish() 5211 INIT_LIST_HEAD(&rxq->rx_used); in ipw_rx_queue_alloc() 5213 /* Fill the rx_used queu in ipw_rx_queue_alloc() [all...] |
H A D | ipw2200.h | 715 struct list_head rx_used; /* No SKB allocated */ member
|
/kernel/linux/linux-6.6/drivers/net/usb/ |
H A D | r8152.c | 875 struct list_head rx_info, rx_used; member 2498 list_for_each_entry_safe(agg, agg_next, &tp->rx_used, list) { in rtl_get_free_rx() 2650 list_add(&agg_free->list, &tp->rx_used); in rx_bottom() 2652 list_add_tail(&agg->list, &tp->rx_used); in rx_bottom() 3034 INIT_LIST_HEAD(&tp->rx_used); in rtl_start_rx() 3046 list_add_tail(&agg->list, &tp->rx_used); in rtl_start_rx()
|