Lines Matching refs:B44_RX_RING_SIZE
59 #define B44_RX_RING_SIZE 512 macro
62 B44_RX_RING_SIZE)
650 dest_idx = dest_idx_unmasked & (B44_RX_RING_SIZE - 1); in b44_alloc_rx_skb()
697 if (dest_idx == (B44_RX_RING_SIZE - 1)) in b44_alloc_rx_skb()
720 dest_idx = dest_idx_unmasked & (B44_RX_RING_SIZE - 1); in b44_recycle_rx()
738 if (dest_idx == (B44_RX_RING_SIZE - 1)) in b44_recycle_rx()
836 (B44_RX_RING_SIZE - 1); in b44_rx()
837 cons = (cons + 1) & (B44_RX_RING_SIZE - 1); in b44_rx()
1078 for (i = 0; i < B44_RX_RING_SIZE; i++) { in b44_free_rings()
1179 size = B44_RX_RING_SIZE * sizeof(struct ring_info); in b44_alloc_consistent()
1898 ering->rx_max_pending = B44_RX_RING_SIZE - 1; in b44_get_ringparam()
1909 if ((ering->rx_pending > B44_RX_RING_SIZE - 1) || in b44_set_ringparam()