Symbol: T0_OWN
sys/arch/arm/sociox/if_scx.c
1447
tdes0 = T0_OWN; /* 2nd and other segments */
sys/arch/arm/sociox/if_scx.c
1456
sc->sc_txdescs[sc->sc_txnext].t0 |= htole32(T0_FS | T0_OWN);
sys/arch/arm/sociox/if_scx.c
1579
if (txstat & T0_OWN) /* desc is still in use */
sys/arch/cobalt/stand/boot/tlp.c
276
txd->xd0 = htole32(T0_OWN);
sys/arch/cobalt/stand/boot/tlp.c
312
txd->xd0 = htole32(T0_OWN);
sys/arch/cobalt/stand/boot/tlp.c
318
if ((le32toh(txd->xd0) & T0_OWN) == 0)
sys/arch/sandpoint/stand/altboot/kse.c
197
txd->xd0 = htole32(T0_OWN);
sys/arch/sandpoint/stand/altboot/kse.c
203
if ((txstat & T0_OWN) == 0)
sys/arch/sandpoint/stand/altboot/nvt.c
257
txd->xd0 = htole32(T0_OWN);
sys/arch/sandpoint/stand/altboot/nvt.c
262
if ((le32toh(txd->xd0) & T0_OWN) == 0)
sys/arch/sandpoint/stand/altboot/rge.c
252
txd->xd0 |= htole32(T0_OWN | T0_FS | T0_LS | (len & T0_FRMASK));
sys/arch/sandpoint/stand/altboot/rge.c
257
if ((le32toh(txd->xd0) & T0_OWN) == 0)
sys/arch/sandpoint/stand/altboot/sme.c
195
txd->xd0 = htole32(T0_OWN | (len & T0_FL) << 16);
sys/arch/sandpoint/stand/altboot/sme.c
203
if ((txstat & T0_OWN) == 0)
sys/arch/sandpoint/stand/altboot/tlp.c
213
txd->xd0 = htole32(T0_OWN);
sys/arch/sandpoint/stand/altboot/tlp.c
219
if ((txstat & T0_OWN) == 0)
sys/arch/sandpoint/stand/altboot/vge.c
328
txd->t0 = htole32(T0_OWN | len << 16);
sys/arch/sandpoint/stand/altboot/vge.c
333
if ((le32toh(txd->t0) & T0_OWN) == 0)
sys/dev/pci/if_kse.c
1000
tdes0 = T0_OWN; /* 2nd and other segments */
sys/dev/pci/if_kse.c
1022
sc->sc_txdescs[sc->sc_txnext].t0 = T0_OWN;
sys/dev/pci/if_kse.c
1306
if (txstat & T0_OWN) /* desc is still in use */