Home
last modified time | relevance | path

Searched refs:tx_mode (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_datapath_setup.c1529 uint32_t tx_mode, ring_info = 0; in mac_tx_srs_update_bwlimit() local
1543 tx_mode = srs_tx->st_mode; in mac_tx_srs_update_bwlimit()
1546 if (tx_mode == SRS_TX_BW) { in mac_tx_srs_update_bwlimit()
1555 } else if (tx_mode == SRS_TX_BW_FANOUT) { in mac_tx_srs_update_bwlimit()
1557 } else if (tx_mode == SRS_TX_BW_AGGR) { in mac_tx_srs_update_bwlimit()
1571 if (tx_mode != SRS_TX_BW && tx_mode != SRS_TX_BW_FANOUT && in mac_tx_srs_update_bwlimit()
1572 tx_mode != SRS_TX_BW_AGGR) { in mac_tx_srs_update_bwlimit()
1573 if (tx_mode == SRS_TX_SERIALIZE || in mac_tx_srs_update_bwlimit()
1574 tx_mode == SRS_TX_DEFAULT) { in mac_tx_srs_update_bwlimit()
1576 } else if (tx_mode == SRS_TX_FANOUT) { in mac_tx_srs_update_bwlimit()
[all …]
H A Dmac_sched.c1281 if (tx_mode == SRS_TX_BW_FANOUT) \
3456 uint32_t tx_mode = srs_tx->st_mode; in mac_tx_srs_no_desc() local
3460 ASSERT(tx_mode == SRS_TX_DEFAULT || tx_mode == SRS_TX_BW); in mac_tx_srs_no_desc()
4040 uint32_t tx_mode; in mac_tx_srs_drain() local
4052 tx_mode = srs_tx->st_mode; in mac_tx_srs_drain()
4053 if (tx_mode == SRS_TX_DEFAULT || tx_mode == SRS_TX_SERIALIZE) { in mac_tx_srs_drain()
4083 } else if (tx_mode == SRS_TX_BW) { in mac_tx_srs_drain()
4154 } else if (tx_mode == SRS_TX_BW_FANOUT || tx_mode == SRS_TX_BW_AGGR) { in mac_tx_srs_drain()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtg3.c574 tp->tx_mode |= TX_MODE_FLOW_CTRL_ENABLE; in tg3_setup_flow_control()
576 tp->tx_mode &= ~TX_MODE_FLOW_CTRL_ENABLE; in tg3_setup_flow_control()
1481 tp->tx_mode &= ~TX_MODE_ENABLE; in tg3_abort_hw()
1482 tw32_carefully(MAC_TX_MODE, tp->tx_mode); in tg3_abort_hw()
2145 tp->tx_mode = TX_MODE_ENABLE; in tg3_setup_hw()
2146 tw32_carefully(MAC_TX_MODE, tp->tx_mode); in tg3_setup_hw()
3190 tp->tx_mode = 0; in tg3_probe()
H A Dtg3.h2093 uint32_t tx_mode; member
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge.c5320 enum tx_mode_t tx_mode; in ql_send_common() local
5391 tx_mode = USE_DMA; in ql_send_common()
5393 tx_mode = USE_DMA; in ql_send_common()
5395 tx_mode = USE_COPY; in ql_send_common()
5413 if (((tx_mode == USE_DMA)&&(frags > QL_MAX_TX_DMA_HANDLES)) || in ql_send_common()
5430 if (tx_mode == USE_DMA) { in ql_send_common()
5557 if (tx_mode == USE_COPY) { in ql_send_common()
5614 if (tx_mode == USE_DMA) { in ql_send_common()
5632 tx_cb->tx_type = tx_mode; in ql_send_common()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge.h455 uint32_t tx_mode; member
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/
H A Decore_hsi_eth.h1170 struct eth_vport_tx_mode tx_mode /* Tx filter data */; member
1248 struct eth_vport_tx_mode tx_mode /* vport tx mode bitmap */; member
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_l2.c657 p_ramrod->tx_mode.state = OSAL_CPU_TO_LE16(state); in ecore_sp_update_accept_mode()