Home
last modified time | relevance | path

Searched refs:tx_cs (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_txdma_hw.h99 tdc_stat_t tx_cs; /* 8 bytes */ member
H A Dhxge_txdma.h133 tdc_tdr_cfg_t tx_cs; member
H A Dhxge_txdma.c1778 tx_cs_p = &(tx_ring_p->tx_cs); in hxge_map_txdma_channel_cfg_ring()
2324 tx_ring_p->tx_cs.value = 0; in hxge_txdma_start_channel()
2325 tx_ring_p->tx_cs.bits.reset = 1; in hxge_txdma_start_channel()
2327 tx_ring_p->tx_cs.value); in hxge_txdma_start_channel()
2392 tx_ring_p->tx_cs.value = 0; in hxge_txdma_stop_channel()
2393 tx_ring_p->tx_cs.bits.reset = 1; in hxge_txdma_stop_channel()
2395 tx_ring_p->tx_cs.value); in hxge_txdma_stop_channel()
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_txdma.c2418 tx_cs_p = &(tx_ring_p->tx_cs); in nxge_map_txdma_channel_cfg_ring()
2856 tx_ring_p->tx_cs.value = 0; in nxge_txdma_start_channel()
2857 tx_ring_p->tx_cs.bits.ldw.rst = 1; in nxge_txdma_start_channel()
2859 tx_ring_p->tx_cs.value); in nxge_txdma_start_channel()
2964 tx_ring_p->tx_cs.value = 0; in nxge_txdma_stop_channel()
2965 tx_ring_p->tx_cs.bits.ldw.rst = 1; in nxge_txdma_stop_channel()
2967 tx_ring_p->tx_cs.value); in nxge_txdma_stop_channel()
2982 tx_ring_p->tx_cs.value = TX_ENT_MSK_MK_ALL; in nxge_txdma_stop_channel()
2984 tx_ring_p->tx_cs.value); in nxge_txdma_stop_channel()
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_txdma.h134 tx_cs_t tx_cs; member
H A Dnxge_txdma_hw.h722 tx_cs_t tx_cs; /* 8 bytes */ member