Lines Matching refs:OWN
1429 return !XGMAC_GET_BITS_LE(rdesc->desc3, TX_NORMAL_DESC3, OWN);
1454 * Reset all other control bits (OWN, CTXT, FD, LD, CPC, CIC, etc)
1520 * set control bits OWN and INTE
1532 * is written to the descriptor(s) before setting the OWN bit
1537 XGMAC_SET_BITS_LE(rdesc->desc3, RX_NORMAL_DESC3, OWN, 1);
1855 /* Set OWN bit if not the first descriptor */
1857 XGMAC_SET_BITS_LE(rdesc->desc3, TX_NORMAL_DESC3, OWN, 1);
1902 /* Set OWN bit */
1903 XGMAC_SET_BITS_LE(rdesc->desc3, TX_NORMAL_DESC3, OWN, 1);
1929 * is written to the descriptor(s) before setting the OWN bit
1934 /* Set OWN bit for the first descriptor */
1937 XGMAC_SET_BITS_LE(rdesc->desc3, TX_NORMAL_DESC3, OWN, 1);
1977 if (XGMAC_GET_BITS_LE(rdesc->desc3, RX_NORMAL_DESC3, OWN))
1980 /* Make sure descriptor fields are read after reading the OWN bit */