Home
last modified time | relevance | path

Searched refs:tfd_control (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/dev/pci/
H A Dif_ste.c755 tfd->tfd_control = htole32(TFD_FrameId(nexttx) | (totlen & 3)); in ste_start()
793 sc->sc_txdescs[sc->sc_txlast].tfd_control |= in ste_start()
1004 control = le32toh(sc->sc_txdescs[i].tfd_control); in ste_txintr()
1243 control = le32toh(sc->sc_txdescs[id].tfd_control); in ste_txrestart()
1245 sc->sc_txdescs[id].tfd_control = htole32(control); in ste_txrestart()
H A Dif_stereg.h58 uint32_t tfd_control; /* control bits */ member
H A Dif_stgereg.h66 uint64_t tfd_control; /* control bits */ member
H A Dif_stge.c988 tfd->tfd_control = htole64(tfc); in stge_start()
1206 control = le64toh(sc->sc_txdescs[i].tfd_control); in stge_txintr()
1536 sc->sc_txdescs[i].tfd_control = htole64(TFD_TFDDone); in stge_init()