Searched refs:td_ctl (Results 1 – 5 of 5) sorted by relevance
1520 uint32_t td_sts, td_ctl; in vge_encap() local1601 td_ctl = flags | (seg << 28) | VGE_TD_LS_NORM; in vge_encap()1604 td_ctl |= VGE_TDCTL_JUMBO; in vge_encap()1615 td_ctl |= vlan_get_tag(m_head) | VGE_TDCTL_VTAG; in vge_encap()1617 txd->td_ctl = htole32(td_ctl); in vge_encap()
632 volatile uint32_t td_ctl; member
813 txd->td_ctl = in tlp_start()824 sc->sc_txdescs[sc->sc_txnext].td_ctl |= htole32(TDCTL_Tx_FS); in tlp_start()825 sc->sc_txdescs[lasttx].td_ctl |= htole32(TDCTL_Tx_LS); in tlp_start()836 le32toh(txd->td_ctl)); in tlp_start()883 sc->sc_txdescs[lasttx].td_ctl |= htole32(TDCTL_Tx_IC); in tlp_start()894 sc->sc_txdescs[last_txs->txs_firstdesc].td_ctl |= in tlp_start()1429 le32toh(txd->td_ctl)); in tlp_txintr()1775 txd->td_ctl = htole32(sc->sc_tdctl_ch); in tlp_init()1778 sc->sc_txdescs[TULIP_NTXDESC - 1].td_ctl |= htole32(sc->sc_tdctl_er); in tlp_init()2759 txd->td_ctl = htole32((TULIP_SETUP_PACKET_LEN << TDCTL_SIZE1_SHIFT) | in tlp_filter_setup()[all …]
535 __rxd->td_ctl = \
158 volatile uint32_t td_ctl; /* Control and Byte Counts */ member