HomeSort by: relevance | last modified time | path
    Searched refs:txd_control1 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_xge.c 740 if (txd->txd_control1 & TXD_CTL1_OWN) {
979 txd->txd_control1 = dmp->dm_segs[i].ds_len;
986 txd->txd_control1 |= TXD_CTL1_OWN | TXD_CTL1_GCF;
989 txd->txd_control1 |= TXD_CTL1_MSS(m->m_pkthdr.segsz);
990 txd->txd_control1 |= TXD_CTL1_LSO;
999 txd[ntxd].txd_control1 |= TXD_CTL1_GCL;
if_xgereg.h 220 uint64_t txd_control1; member in struct:txd

Completed in 13 milliseconds