Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Dif_xge.c740 if (txd->txd_control1 & TXD_CTL1_OWN) { in xge_intr()
979 txd->txd_control1 = dmp->dm_segs[i].ds_len; in xge_start()
986 txd->txd_control1 |= TXD_CTL1_OWN | TXD_CTL1_GCF; in xge_start()
989 txd->txd_control1 |= TXD_CTL1_MSS(m->m_pkthdr.segsz); in xge_start()
990 txd->txd_control1 |= TXD_CTL1_LSO; in xge_start()
999 txd[ntxd].txd_control1 |= TXD_CTL1_GCL; in xge_start()
H A Dif_xgereg.h220 uint64_t txd_control1; member