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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsun3_82586.h171 #define RBD_LAST 0x8000 /* last buffer */ macro
H A D3c523.h142 #define RBD_LAST 0x8000 /* last buffer */ macro
H A Dni52.h163 #define RBD_LAST 0x8000 /* last buffer */ macro
H A Dni52.c927 if (totlen & RBD_LAST) {
944 /* free all RBD's until RBD_LAST is set */
946 while (!((rstat = readw(&rbd->status)) & RBD_LAST)) {
H A Dsun3_82586.c775 if( (totlen = swab16(rbd->status)) & RBD_LAST) /* the first and the last buffer? */
795 /* free all RBD's until RBD_LAST is set */
797 while(!((rstat=swab16(rbd->status)) & RBD_LAST))
H A D3c523.c983 if ((totlen = rbd->status) & RBD_LAST) { /* the first and the last buffer? */

Completed in 175 milliseconds