Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/mac/
H A Dmac_datapath_setup.c1519 uint32_t tx_mode, ring_info = 0; in mac_tx_srs_update_bwlimit() local
1533 tx_mode = srs_tx->st_mode; in mac_tx_srs_update_bwlimit()
1536 if (tx_mode == SRS_TX_BW) { in mac_tx_srs_update_bwlimit()
1545 } else if (tx_mode == SRS_TX_BW_FANOUT) { in mac_tx_srs_update_bwlimit()
1547 } else if (tx_mode == SRS_TX_BW_AGGR) { in mac_tx_srs_update_bwlimit()
1561 if (tx_mode != SRS_TX_BW && tx_mode != SRS_TX_BW_FANOUT && in mac_tx_srs_update_bwlimit()
1562 tx_mode != SRS_TX_BW_AGGR) { in mac_tx_srs_update_bwlimit()
1563 if (tx_mode == SRS_TX_SERIALIZE || in mac_tx_srs_update_bwlimit()
1564 tx_mode == SRS_TX_DEFAULT) { in mac_tx_srs_update_bwlimit()
1566 } else if (tx_mode == SRS_TX_FANOUT) { in mac_tx_srs_update_bwlimit()
[all …]
H A Dmac_sched.c1280 if (tx_mode == SRS_TX_BW_FANOUT) \
3448 uint32_t tx_mode = srs_tx->st_mode; in mac_tx_srs_no_desc() local
3452 ASSERT(tx_mode == SRS_TX_DEFAULT || tx_mode == SRS_TX_BW); in mac_tx_srs_no_desc()
4029 uint32_t tx_mode; in mac_tx_srs_drain() local
4041 tx_mode = srs_tx->st_mode; in mac_tx_srs_drain()
4042 if (tx_mode == SRS_TX_DEFAULT || tx_mode == SRS_TX_SERIALIZE) { in mac_tx_srs_drain()
4072 } else if (tx_mode == SRS_TX_BW) { in mac_tx_srs_drain()
4143 } else if (tx_mode == SRS_TX_BW_FANOUT || tx_mode == SRS_TX_BW_AGGR) { in mac_tx_srs_drain()
/titanic_44/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
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge.c5319 enum tx_mode_t tx_mode; in ql_send_common() local
5390 tx_mode = USE_DMA; in ql_send_common()
5392 tx_mode = USE_DMA; in ql_send_common()
5394 tx_mode = USE_COPY; in ql_send_common()
5412 if (((tx_mode == USE_DMA)&&(frags > QL_MAX_TX_DMA_HANDLES)) || in ql_send_common()
5429 if (tx_mode == USE_DMA) { in ql_send_common()
5556 if (tx_mode == USE_COPY) { in ql_send_common()
5613 if (tx_mode == USE_DMA) { in ql_send_common()
5631 tx_cb->tx_type = tx_mode; in ql_send_common()
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge.h455 uint32_t tx_mode; member