Home
last modified time | relevance | path

Searched refs:srs_tx (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_sched.c3454 mac_srs_tx_t *srs_tx = &mac_srs->srs_tx; in mac_tx_srs_no_desc() local
3651 mac_srs_tx_t *srs_tx = &mac_srs->srs_tx; in mac_tx_single_ring_mode() local
3682 mp_chain = mac_tx_send(srs_tx->st_arg1, srs_tx->st_arg2, in mac_tx_single_ring_mode()
3720 mac_srs_tx_t *srs_tx = &mac_srs->srs_tx; in mac_tx_serializer_mode() local
3747 mp_chain = mac_tx_send(srs_tx->st_arg1, srs_tx->st_arg2, in mac_tx_serializer_mode()
3884 mac_srs_tx_t *srs_tx = &mac_srs->srs_tx; in mac_tx_bw_mode() local
4003 mac_srs_tx_t *srs_tx = &mac_srs->srs_tx; in mac_tx_aggr_mode() local
4043 mac_srs_tx_t *srs_tx = &mac_srs->srs_tx; in mac_tx_srs_drain() local
4063 head = mac_tx_send(srs_tx->st_arg1, srs_tx->st_arg2, in mac_tx_srs_drain()
4123 head = mac_tx_send(srs_tx->st_arg1, srs_tx->st_arg2, in mac_tx_srs_drain()
[all …]
H A Dmac_datapath_setup.c723 mac_srs_tx_t *srs_tx = &tx_srs->srs_tx; in mac_tx_cpu_init() local
1336 mac_srs_tx_t *srs_tx; in mac_tx_srs_retarget_intr() local
1376 srs_tx = &mac_srs->srs_tx; in mac_tx_srs_retarget_intr()
1530 mac_srs_tx_t *srs_tx = &srs->srs_tx; in mac_tx_srs_update_bwlimit() local
1543 tx_mode = srs_tx->st_mode; in mac_tx_srs_update_bwlimit()
1586 srs_tx->st_func = mac_tx_get_func(srs_tx->st_mode); in mac_tx_srs_update_bwlimit()
2084 mac_srs_tx_t *srs_tx; in mac_srs_create() local
2092 srs_tx = &mac_srs->srs_tx; in mac_srs_create()
2231 srs_tx->st_hiwat = in mac_srs_create()
2597 tx = &tx_srs->srs_tx; in mac_tx_srs_group_teardown()
[all …]
H A Dmac_stat.c499 mac_tx_stats_t *mac_tx_stat = &mac_srs->srs_tx.st_stat; in i_mac_tx_swlane_stat_get()
1050 mac_srs_tx_t *srs_tx = &mac_srs->srs_tx; in mac_srs_stat_create() local
1051 mac_ring_t *ring = srs_tx->st_arg2; in mac_srs_stat_create()
1284 mac_tx_stats_t *mac_tx_stat = &tx_srs->srs_tx.st_stat; in mac_tx_srs_stat_recreate()
H A Dmac_client.c624 mac_tx_stat = &mac_srs->srs_tx.st_stat; in mac_client_stat_get()
3530 mac_srs_tx_t *srs_tx; in mac_tx() local
3580 srs_tx = &srs->srs_tx; in mac_tx()
3581 if (srs_tx->st_mode == SRS_TX_DEFAULT && in mac_tx()
3620 mp_chain = mac_provider_tx(mip, srs_tx->st_arg2, mp_chain, in mac_tx()
3701 cookie = srs_tx->st_func(srs, new_head, hint, flag, ret_mp); in mac_tx()
3759 if (mac_srs->srs_tx.st_mode == SRS_TX_FANOUT || in mac_tx_is_flow_blocked()
3760 mac_srs->srs_tx.st_mode == SRS_TX_AGGR) { in mac_tx_is_flow_blocked()
H A Dmac.c5037 tx = &mac_srs->srs_tx; in i_mac_group_add_ring()
5162 mac_srs_tx_t *srs_tx; in i_mac_group_rem_ring() local
5182 mac_srs->srs_tx.st_mode == SRS_TX_BW_AGGR); in i_mac_group_rem_ring()
5183 srs_tx = &mac_srs->srs_tx; in i_mac_group_rem_ring()
5188 sringp = srs_tx->st_soft_rings[ring->mr_index]; in i_mac_group_rem_ring()
5210 tx = &mac_srs->srs_tx; in i_mac_group_rem_ring()
6004 mac_tx_stat = &mac_srs->srs_tx.st_stat; in mac_write_flow_stats()
6093 mac_tx_stat = &mac_srs->srs_tx.st_stat; in mac_write_link_stats()
7799 ASSERT(srs->srs_tx.st_arg2 != NULL); in mac_release_tx_group()
7800 srs->srs_tx.st_arg2 = NULL; in mac_release_tx_group()
[all …]
H A Dmac_soft_ring.c211 mac_srs_tx_t *tx = &mac_srs->srs_tx; in mac_soft_ring_create()
H A Dmac_flow.c133 mac_tx_stat = &mac_srs->srs_tx.st_stat; in flow_stat_update()
/illumos-gate/usr/src/cmd/mdb/common/modules/mac/
H A Dmac.c359 (uintptr_t)&mac_srs->srs_tx.st_stat) == -1) { in mac_flow_dcmd_output()
361 &mac_srs->srs_tx.st_stat); in mac_flow_dcmd_output()
638 addr, mci.mci_name, mac_srs_txmode2str(srs.srs_tx.st_mode), in mac_srs_dcmd()
736 m_ringp = srs.srs_tx.st_arg2; in mac_srs_dcmd()
872 mac_tx_stats_t *mac_tx_stat = &srs.srs_tx.st_stat; in mac_srs_dcmd()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_flow_impl.h483 ((mac_soft_ring_set_t *)(m))->srs_tx.st_stat.mts_##s \
H A Dmac_soft_ring.h382 mac_srs_tx_t srs_tx; member