[go: nahoru, domu]

Searched defs:RX_RING_MOD_MASK (Results 1 - 9 of 9) sorted by relevance

/drivers/net/ethernet/amd/
H A Da2065.c76 #define RX_RING_MOD_MASK (RX_RING_SIZE - 1) macro
731 priv->rx_ring_mod_mask = RX_RING_MOD_MASK;
H A D7990.h41 #define RX_RING_MOD_MASK (RX_RING_SIZE - 1) macro
H A Dlance.c198 #define RX_RING_MOD_MASK (RX_RING_SIZE - 1) macro
1148 int entry = lp->cur_rx & RX_RING_MOD_MASK;
1190 if (lp->rx_ring[(entry+i) & RX_RING_MOD_MASK].base < 0)
1216 entry = (++lp->cur_rx) & RX_RING_MOD_MASK;
H A Dsun3lance.c99 #define RX_RING_MOD_MASK (RX_RING_SIZE - 1) macro
819 RX_RING_MOD_MASK;
860 entry = lp->new_rx = (lp->new_rx +1) & RX_RING_MOD_MASK;
H A Datarilance.c117 #define RX_RING_MOD_MASK (RX_RING_SIZE - 1) macro
964 int entry = lp->cur_rx & RX_RING_MOD_MASK;
1000 if (MEM->rx_head[(entry+i) & RX_RING_MOD_MASK].flag &
1036 entry = (++lp->cur_rx) & RX_RING_MOD_MASK;
1038 lp->cur_rx &= RX_RING_MOD_MASK;
H A Ddeclance.c159 #define RX_RING_MOD_MASK (RX_RING_SIZE - 1) macro
615 lp->rx_new = (entry + 1) & RX_RING_MOD_MASK;
636 lp->rx_new = (entry + 1) & RX_RING_MOD_MASK;
H A Dsunlance.c186 #define RX_RING_MOD_MASK (RX_RING_SIZE - 1) macro
188 #define RX_NEXT(__x) (((__x)+1) & RX_RING_MOD_MASK)
/drivers/net/ethernet/freescale/
H A Ducc_geth.h883 #define RX_RING_MOD_MASK(size) (size-1) macro
H A Dgianfar.h104 #define RX_RING_MOD_MASK(size) (size-1) macro

Completed in 127 milliseconds