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

/linux-master/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);
692 if (dest_idx == (B44_RX_RING_SIZE - 1))
715 dest_idx = dest_idx_unmasked & (B44_RX_RING_SIZE - 1);
733 if (dest_idx == (B44_RX_RING_SIZE - 1))
830 (B44_RX_RING_SIZE - 1);
831 cons = (cons + 1) & (B44_RX_RING_SIZE - 1);
1073 for (i = 0; i < B44_RX_RING_SIZE; i++) {
1168 size = B44_RX_RING_SIZE * sizeo
[all...]

Completed in 104 milliseconds