Searched refs:tx_mode (Results 1 – 6 of 6) sorted by relevance
1519 uint32_t tx_mode, ring_info = 0; in mac_tx_srs_update_bwlimit() local1533 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 …]
1280 if (tx_mode == SRS_TX_BW_FANOUT) \3448 uint32_t tx_mode = srs_tx->st_mode; in mac_tx_srs_no_desc() local3452 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() local4041 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()
574 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()
2093 uint32_t tx_mode; member
5319 enum tx_mode_t tx_mode; in ql_send_common() local5390 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()
455 uint32_t tx_mode; member