Searched refs:T0_OWN (Results 1 – 8 of 8) sorted by relevance
61 #define T0_OWN (1U<<31) /* desc is ready to Tx */ macro197 txd->xd0 = htole32(T0_OWN); in kse_send()203 if ((txstat & T0_OWN) == 0) in kse_send()
59 #define T0_OWN (1U<<31) /* */ macro195 txd->xd0 = htole32(T0_OWN | (len & T0_FL) << 16); in sme_send()203 if ((txstat & T0_OWN) == 0) in sme_send()
63 #define T0_OWN (1U << 31) /* 1: loaded for HW to send */ macro257 txd->xd0 = htole32(T0_OWN); in nvt_send()262 if ((le32toh(txd->xd0) & T0_OWN) == 0) in nvt_send()
63 #define T0_OWN 0x80000000 /* loaded for HW to send */ macro252 txd->xd0 |= htole32(T0_OWN | T0_FS | T0_LS | (len & T0_FRMASK)); in rge_send()257 if ((le32toh(txd->xd0) & T0_OWN) == 0) in rge_send()
59 #define T0_OWN (1U<<31) /* desc is ready to tx */ macro213 txd->xd0 = htole32(T0_OWN); in tlp_send()219 if ((txstat & T0_OWN) == 0) in tlp_send()
70 #define T0_OWN (1U << 31) /* 1: loaded for HW to send */ macro328 txd->t0 = htole32(T0_OWN | len << 16); in vge_send()333 if ((le32toh(txd->t0) & T0_OWN) == 0) in vge_send()
64 #define T0_OWN (1U<<31) /* desc is ready to tx */ macro276 txd->xd0 = htole32(T0_OWN); in tlp_init()312 txd->xd0 = htole32(T0_OWN); in tlp_send()318 if ((le32toh(txd->xd0) & T0_OWN) == 0) in tlp_send()
161 #define T0_OWN (1U<<31) /* desc is ready to Tx */ macro1000 tdes0 = T0_OWN; /* 2nd and other segments */ in kse_start()1022 sc->sc_txdescs[sc->sc_txnext].t0 = T0_OWN; in kse_start()1306 if (txstat & T0_OWN) /* desc is still in use */ in txreap()