Searched refs:RXD_OWN (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/net/ethernet/sunplus/
H A Dspl2sw_int.c44 if (cmd & RXD_OWN)
105 wmb(); /* Set RXD_OWN after other fields are effective. */
106 desc->cmd1 = RXD_OWN;
117 if (queue == 1 && !(h_desc->cmd1 & RXD_OWN))
H A Dspl2sw_desc.c27 wmb(); /* Set RXD_OWN after other fields are ready. */
28 rx_desc[j].cmd1 = RXD_OWN;
74 wmb(); /* Clear RXD_OWN and then set other fields. */
157 wmb(); /* Set RXD_OWN after other fields are effective. */
158 rx_desc[j].cmd1 = RXD_OWN;
H A Dspl2sw_define.h193 #define RXD_OWN BIT(31) macro
/linux-master/drivers/net/ethernet/sun/
H A Dsunbmac.h233 #define RXD_OWN 0x80000000 /* Ownership. */ macro
H A Dsunbmac.c246 (RXD_OWN | ((RX_BUF_ALLOC_SIZE - 34) & RXD_LENGTH));
807 while (!((flags = this->rx_flags) & RXD_OWN)) {
820 (RXD_OWN | ((RX_BUF_ALLOC_SIZE - 34) & RXD_LENGTH));
846 (RXD_OWN | ((RX_BUF_ALLOC_SIZE - 34) & RXD_LENGTH));
869 (RXD_OWN | ((RX_BUF_ALLOC_SIZE - 34) & RXD_LENGTH));
H A Dsunqe.h273 #define RXD_OWN 0x80000000 /* Ownership. */ macro
H A Dsunqe.c137 (RXD_OWN | ((RXD_PKT_SZ) & RXD_LENGTH));
423 while (!((flags = this->rx_flags) & RXD_OWN)) {
454 end_rxd->rx_flags = (RXD_OWN | ((RXD_PKT_SZ) & RXD_LENGTH));

Completed in 629 milliseconds