Searched refs:is_aggr (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_datapath_setup.c3832 boolean_t is_aggr; local
3835 is_aggr = (mcip->mci_state_flags & MCIS_IS_AGGR) != 0;
3855 if (tx_ring_count <= 1 && !is_aggr) {
3877 tx->st_mode = is_aggr ?
3880 tx->st_mode = is_aggr ? SRS_TX_AGGR :
3920 if (is_aggr) {
H A Dmac.c4567 boolean_t is_aggr; local
4571 is_aggr = (mcip->mci_state_flags & MCIS_IS_AGGR);
4587 tx->st_mode = is_aggr ? SRS_TX_BW_AGGR :
4590 tx->st_mode = is_aggr ? SRS_TX_AGGR :

Completed in 84 milliseconds