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

  /src/sys/dev/pci/
if_vge.c 1520 uint32_t td_sts, td_ctl; local in function:vge_encap
1601 td_ctl = flags | (seg << 28) | VGE_TD_LS_NORM;
1604 td_ctl |= VGE_TDCTL_JUMBO;
1615 td_ctl |= vlan_get_tag(m_head) | VGE_TDCTL_VTAG;
1617 txd->td_ctl = htole32(td_ctl);
if_vgereg.h 632 volatile uint32_t td_ctl; member in struct:vge_txdesc
  /src/sys/dev/ic/
tulipvar.h 535 __rxd->td_ctl = \
tulip.c 813 txd->td_ctl =
824 sc->sc_txdescs[sc->sc_txnext].td_ctl |= htole32(TDCTL_Tx_FS);
825 sc->sc_txdescs[lasttx].td_ctl |= htole32(TDCTL_Tx_LS);
835 printf(" td_ctl: 0x%08x\n",
836 le32toh(txd->td_ctl));
883 sc->sc_txdescs[lasttx].td_ctl |= htole32(TDCTL_Tx_IC);
894 sc->sc_txdescs[last_txs->txs_firstdesc].td_ctl |=
1428 printf(" td_ctl: 0x%08x\n",
1429 le32toh(txd->td_ctl));
1775 txd->td_ctl = htole32(sc->sc_tdctl_ch)
    [all...]
tulipreg.h 158 volatile uint32_t td_ctl; /* Control and Byte Counts */ member in struct:tulip_desc

Completed in 61 milliseconds