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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/
H A Dni52.h163 #define RBD_LAST 0x8000 /* last buffer */ macro
H A D3c523.h142 #define RBD_LAST 0x8000 /* last buffer */ macro
H A Dsun3_82586.h171 #define RBD_LAST 0x8000 /* last buffer */ macro
H A Dni52.c892 if( (totlen = rbd->status) & RBD_LAST) /* the first and the last buffer? */
914 /* free all RBD's until RBD_LAST is set */
916 while(!((rstat=rbd->status) & RBD_LAST))
H A Dsun3_82586.c768 if( (totlen = swab16(rbd->status)) & RBD_LAST) /* the first and the last buffer? */
788 /* free all RBD's until RBD_LAST is set */
790 while(!((rstat=swab16(rbd->status)) & RBD_LAST))
H A D3c523.c986 if ((totlen = rbd->status) & RBD_LAST) { /* the first and the last buffer? */

Completed in 55 milliseconds