Lines Matching full:own
265 * Set the OWN bit if this is not the first descriptor. For first in axgbe_isc_txd_encap()
266 * descriptor, OWN bit will be set at last so that hardware will in axgbe_isc_txd_encap()
267 * process the descriptors only after the OWN bit for the first in axgbe_isc_txd_encap()
271 XGMAC_SET_BITS_LE(rdesc->desc3, TX_NORMAL_DESC3, OWN, 1); in axgbe_isc_txd_encap()
326 /* Set OWN bit */ in axgbe_isc_txd_encap()
327 XGMAC_SET_BITS_LE(rdesc->desc3, TX_NORMAL_DESC3, OWN, 1); in axgbe_isc_txd_encap()
355 /* Set OWN bit for the first descriptor */ in axgbe_isc_txd_encap()
358 XGMAC_SET_BITS_LE(rdesc->desc3, TX_NORMAL_DESC3, OWN, 1); in axgbe_isc_txd_encap()
471 RX_NORMAL_DESC3, OWN))) { in axgbe_isc_rxd_refill()
519 XGMAC_SET_BITS_LE(rdesc->desc3, RX_NORMAL_DESC3, OWN, 1); in axgbe_isc_rxd_refill()
584 if (XGMAC_GET_BITS_LE(rdesc->desc3, RX_NORMAL_DESC3, OWN)) in axgbe_isc_rxd_available()
717 axgbe_printf(2, "<-- %s: OWN bit seen on %d\n", in axgbe_isc_rxd_pkt_get()