Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/i825xx/
Dsun3_82586.h171 #define RBD_LAST 0x8000 /* last buffer */ macro
Dsun3_82586.c773 if( (totlen = swab16(rbd->status)) & RBD_LAST) /* the first and the last buffer? */ in sun3_82586_rcv_int()
795 while(!((rstat=swab16(rbd->status)) & RBD_LAST)) in sun3_82586_rcv_int()