Home
last modified time | relevance | path

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

/drivers/net/ethernet/i825xx/
D3c523.h142 #define RBD_LAST 0x8000 /* last buffer */ macro
Dsun3_82586.h171 #define RBD_LAST 0x8000 /* last buffer */ macro
Dni52.h163 #define RBD_LAST 0x8000 /* last buffer */ macro
Dsun3_82586.c777 if( (totlen = swab16(rbd->status)) & RBD_LAST) /* the first and the last buffer? */ in sun3_82586_rcv_int()
799 while(!((rstat=swab16(rbd->status)) & RBD_LAST)) in sun3_82586_rcv_int()
Dni52.c963 if (totlen & RBD_LAST) { in ni52_rcv_int()
982 while (!((rstat = readw(&rbd->status)) & RBD_LAST)) { in ni52_rcv_int()
D3c523.c983 if ((totlen = rbd->status) & RBD_LAST) { /* the first and the last buffer? */ in elmc_rcv_int()