Home
last modified time | relevance | path

Searched refs:B44_RX_RING_SIZE (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/
H A Db44.c64 #define B44_RX_RING_SIZE 512 macro
67 B44_RX_RING_SIZE)
666 dest_idx = dest_idx_unmasked & (B44_RX_RING_SIZE - 1); in b44_alloc_rx_skb()
713 if (dest_idx == (B44_RX_RING_SIZE - 1)) in b44_alloc_rx_skb()
736 dest_idx = dest_idx_unmasked & (B44_RX_RING_SIZE - 1); in b44_recycle_rx()
754 if (dest_idx == (B44_RX_RING_SIZE - 1)) in b44_recycle_rx()
851 (B44_RX_RING_SIZE - 1); in b44_rx()
852 cons = (cons + 1) & (B44_RX_RING_SIZE - 1); in b44_rx()
1094 for (i = 0; i < B44_RX_RING_SIZE; i++) { in b44_free_rings()
1189 size = B44_RX_RING_SIZE * sizeo in b44_alloc_consistent()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/
H A Db44.c64 #define B44_RX_RING_SIZE 512 macro
67 B44_RX_RING_SIZE)
645 dest_idx = dest_idx_unmasked & (B44_RX_RING_SIZE - 1); in b44_alloc_rx_skb()
692 if (dest_idx == (B44_RX_RING_SIZE - 1)) in b44_alloc_rx_skb()
715 dest_idx = dest_idx_unmasked & (B44_RX_RING_SIZE - 1); in b44_recycle_rx()
733 if (dest_idx == (B44_RX_RING_SIZE - 1)) in b44_recycle_rx()
830 (B44_RX_RING_SIZE - 1); in b44_rx()
831 cons = (cons + 1) & (B44_RX_RING_SIZE - 1); in b44_rx()
1073 for (i = 0; i < B44_RX_RING_SIZE; i++) { in b44_free_rings()
1168 size = B44_RX_RING_SIZE * sizeo in b44_alloc_consistent()
[all...]

Completed in 5 milliseconds