Searched refs:BGMAC_TX_RING_SLOTS (Results 1 - 2 of 2) sorted by path

/linux-master/drivers/net/ethernet/broadcom/
H A Dbgmac.c118 if (i == BGMAC_TX_RING_SLOTS - 1)
137 int index = ring->end % BGMAC_TX_RING_SLOTS;
156 if (ring->end - ring->start + nr_frags + 1 >= BGMAC_TX_RING_SLOTS) {
178 index = (index + 1) % BGMAC_TX_RING_SLOTS;
202 (ring->end % BGMAC_TX_RING_SLOTS) *
205 if (ring->end - ring->start >= BGMAC_TX_RING_SLOTS - 8)
215 int index = (ring->end + i) % BGMAC_TX_RING_SLOTS;
249 int slot_idx = ring->start % BGMAC_TX_RING_SLOTS;
533 for (i = 0; i < BGMAC_TX_RING_SLOTS; i++) {
605 BGMAC_TX_RING_SLOTS);
[all...]
H A Dbgmac.h324 #define BGMAC_TX_RING_SLOTS 128 macro

Completed in 170 milliseconds