Searched refs:B44_RX_RING_SIZE (Results 1 – 1 of 1) sorted by relevance
64 #define B44_RX_RING_SIZE 512 macro67 B44_RX_RING_SIZE)667 dest_idx = dest_idx_unmasked & (B44_RX_RING_SIZE - 1); in b44_alloc_rx_skb()714 if (dest_idx == (B44_RX_RING_SIZE - 1)) in b44_alloc_rx_skb()737 dest_idx = dest_idx_unmasked & (B44_RX_RING_SIZE - 1); in b44_recycle_rx()755 if (dest_idx == (B44_RX_RING_SIZE - 1)) in b44_recycle_rx()852 (B44_RX_RING_SIZE - 1); in b44_rx()853 cons = (cons + 1) & (B44_RX_RING_SIZE - 1); in b44_rx()1095 for (i = 0; i < B44_RX_RING_SIZE; i++) { in b44_free_rings()1190 size = B44_RX_RING_SIZE * sizeof(struct ring_info); in b44_alloc_consistent()[all …]