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

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_datapath_setup.c1518 uint32_t tx_mode, ring_info = 0; local
1532 tx_mode = srs_tx->st_mode;
1535 if (tx_mode == SRS_TX_BW) {
1544 } else if (tx_mode == SRS_TX_BW_FANOUT) {
1546 } else if (tx_mode == SRS_TX_BW_AGGR) {
1560 if (tx_mode != SRS_TX_BW && tx_mode != SRS_TX_BW_FANOUT &&
1561 tx_mode != SRS_TX_BW_AGGR) {
1562 if (tx_mode == SRS_TX_SERIALIZE ||
1563 tx_mode
[all...]
H A Dmac_sched.c1280 if (tx_mode == SRS_TX_BW_FANOUT) \
3448 uint32_t tx_mode = srs_tx->st_mode; local
3452 ASSERT(tx_mode == SRS_TX_DEFAULT || tx_mode == SRS_TX_BW);
4029 uint32_t tx_mode; local
4041 tx_mode = srs_tx->st_mode;
4042 if (tx_mode == SRS_TX_DEFAULT || tx_mode == SRS_TX_SERIALIZE) {
4072 } else if (tx_mode == SRS_TX_BW) {
4143 } else if (tx_mode
[all...]
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtg3.c574 tp->tx_mode |= TX_MODE_FLOW_CTRL_ENABLE;
576 tp->tx_mode &= ~TX_MODE_FLOW_CTRL_ENABLE;
1481 tp->tx_mode &= ~TX_MODE_ENABLE;
1482 tw32_carefully(MAC_TX_MODE, tp->tx_mode);
2145 tp->tx_mode = TX_MODE_ENABLE;
2146 tw32_carefully(MAC_TX_MODE, tp->tx_mode);
3190 tp->tx_mode = 0;
H A Dtg3.h2093 uint32_t tx_mode; member in struct:tg3
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge.c5319 enum tx_mode_t tx_mode; local
5390 tx_mode = USE_DMA;
5392 tx_mode = USE_DMA;
5394 tx_mode = USE_COPY;
5412 if (((tx_mode == USE_DMA)&&(frags > QL_MAX_TX_DMA_HANDLES)) ||
5429 if (tx_mode == USE_DMA) {
5556 if (tx_mode == USE_COPY) {
5613 if (tx_mode == USE_DMA) {
5631 tx_cb->tx_type = tx_mode;
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge.h455 uint32_t tx_mode; member in struct:tx_ring

Completed in 114 milliseconds