Home
last modified time | relevance | path

Searched refs:RBD_MASK (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/drivers/net/ethernet/i825xx/
D3c523.h144 #define RBD_MASK 0x3fff /* size-mask for length */ macro
Dsun3_82586.h173 #define RBD_MASK 0x3fff /* size-mask for length */ macro
Dni52.h165 #define RBD_MASK 0x3fff /* size-mask for length */ macro
Dsun3_82586.c779 totlen &= RBD_MASK; /* length of this frame */ in sun3_82586_rcv_int()
801 totlen += rstat & RBD_MASK; in sun3_82586_rcv_int()
810 totlen += rstat & RBD_MASK; in sun3_82586_rcv_int()
Dni52.c965 totlen &= RBD_MASK; /* length of this frame */ in ni52_rcv_int()
983 totlen += rstat & RBD_MASK; in ni52_rcv_int()
991 totlen += rstat & RBD_MASK; in ni52_rcv_int()
D3c523.c984 totlen &= RBD_MASK; /* length of this frame */ in elmc_rcv_int()