Home
last modified time | relevance | path

Searched refs:RXD_OWN (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/sunplus/
H A Dspl2sw_int.c44 if (cmd & RXD_OWN) in spl2sw_rx_poll()
106 desc->cmd1 = RXD_OWN; in spl2sw_rx_poll()
117 if (queue == 1 && !(h_desc->cmd1 & RXD_OWN)) in spl2sw_rx_poll()
H A Dspl2sw_desc.c28 rx_desc[j].cmd1 = RXD_OWN; in spl2sw_rx_descs_flush()
158 rx_desc[j].cmd1 = RXD_OWN; in spl2sw_rx_descs_init()
H A Dspl2sw_define.h193 #define RXD_OWN BIT(31) macro
/linux/drivers/net/ethernet/sun/
H A Dsunbmac.h233 #define RXD_OWN 0x80000000 /* Ownership. */ macro
H A Dsunqe.h273 #define RXD_OWN 0x80000000 /* Ownership. */ macro