Home
last modified time | relevance | path

Searched refs:TDCTL_Tx_LS (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/dev/ic/
Dtulipreg.h230 #define TDCTL_Tx_LS 0x40000000 /* Last Segment */ macro
Dtulip.c273 sc->sc_setup_fsls = TDCTL_Tx_FS | TDCTL_Tx_LS; in tlp_attach()
825 sc->sc_txdescs[lasttx].td_ctl |= htole32(TDCTL_Tx_LS); in tlp_start()