Searched refs:RXD_OWN (Results 1 – 7 of 7) sorted by relevance
44 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()
28 rx_desc[j].cmd1 = RXD_OWN; in spl2sw_rx_descs_flush()158 rx_desc[j].cmd1 = RXD_OWN; in spl2sw_rx_descs_init()
193 #define RXD_OWN BIT(31) macro
246 (RXD_OWN | ((RX_BUF_ALLOC_SIZE - 34) & RXD_LENGTH)); in bigmac_init_rings()807 while (!((flags = this->rx_flags) & RXD_OWN)) { in bigmac_rx()820 (RXD_OWN | ((RX_BUF_ALLOC_SIZE - 34) & RXD_LENGTH)); in bigmac_rx()846 (RXD_OWN | ((RX_BUF_ALLOC_SIZE - 34) & RXD_LENGTH)); in bigmac_rx()869 (RXD_OWN | ((RX_BUF_ALLOC_SIZE - 34) & RXD_LENGTH)); in bigmac_rx()
233 #define RXD_OWN 0x80000000 /* Ownership. */ macro
137 (RXD_OWN | ((RXD_PKT_SZ) & RXD_LENGTH)); in qe_init_rings()423 while (!((flags = this->rx_flags) & RXD_OWN)) { in qe_rx()454 end_rxd->rx_flags = (RXD_OWN | ((RXD_PKT_SZ) & RXD_LENGTH)); in qe_rx()
273 #define RXD_OWN 0x80000000 /* Ownership. */ macro