Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/i825xx/
H A Dsun3_82586.h171 #define RBD_LAST 0x8000 /* last buffer */ macro
H A Dsun3_82586.c777 if( (totlen = swab16(rbd->status)) & RBD_LAST) /* the first and the last buffer? */ in sun3_82586_rcv_int()
797 /* free all RBD's until RBD_LAST is set */ in sun3_82586_rcv_int()
799 while(!((rstat=swab16(rbd->status)) & RBD_LAST)) in sun3_82586_rcv_int()
/kernel/linux/linux-6.6/drivers/net/ethernet/i825xx/
H A Dsun3_82586.h172 #define RBD_LAST 0x8000 /* last buffer */ macro
H A Dsun3_82586.c774 if( (totlen = swab16(rbd->status)) & RBD_LAST) /* the first and the last buffer? */ in sun3_82586_rcv_int()
794 /* free all RBD's until RBD_LAST is set */ in sun3_82586_rcv_int()
796 while(!((rstat=swab16(rbd->status)) & RBD_LAST)) in sun3_82586_rcv_int()

Completed in 5 milliseconds