Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Dif_xge.c980 txd->txd_control2 = 0; in xge_start()
987 txd->txd_control2 = TXD_CTL2_UTIL; in xge_start()
994 txd->txd_control2 |= TXD_CTL2_CIPv4; in xge_start()
996 txd->txd_control2 |= TXD_CTL2_CTCP; in xge_start()
998 txd->txd_control2 |= TXD_CTL2_CUDP; in xge_start()
H A Dif_xgereg.h221 uint64_t txd_control2; member