Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/mac/
H A Dmac_sched.c1275 ((mac_srs)->srs_tx.st_mode == SRS_TX_BW || \
1276 (mac_srs)->srs_tx.st_mode == SRS_TX_BW_FANOUT || \
1277 (mac_srs)->srs_tx.st_mode == SRS_TX_BW_AGGR)
1298 if ((srs)->srs_tx.st_woken_up) { \
1299 (srs)->srs_tx.st_woken_up = B_FALSE; \
1303 (srs)->srs_tx.st_stat.mts_blockcnt++; \
1316 if ((srs)->srs_count > (srs)->srs_tx.st_hiwat) { \
1323 (srs)->srs_tx.st_hiwat_cnt++; \
1324 if ((srs)->srs_count > (srs)->srs_tx.st_max_q_cnt) { \
1326 (srs)->srs_tx.st_stat.mts_sdrops += cnt; \
[all …]
H A Dmac_datapath_setup.c710 mac_srs_tx_t *srs_tx = &tx_srs->srs_tx; in mac_tx_cpu_init() local
759 ring = (mac_ring_t *)srs_tx->st_arg2; in mac_tx_cpu_init()
1189 mac_srs_tx_t *tx = &mac_srs->srs_tx; in mac_srs_fanout_list_alloc()
1325 mac_srs_tx_t *srs_tx; in mac_tx_srs_retarget_intr() local
1365 srs_tx = &mac_srs->srs_tx; in mac_tx_srs_retarget_intr()
1366 ring = (mac_ring_t *)srs_tx->st_arg2; in mac_tx_srs_retarget_intr()
1519 mac_srs_tx_t *srs_tx = &srs->srs_tx; in mac_tx_srs_update_bwlimit() local
1532 tx_mode = srs_tx->st_mode; in mac_tx_srs_update_bwlimit()
1536 if (srs_tx->st_arg2 != NULL) in mac_tx_srs_update_bwlimit()
1537 ring_info = mac_hwring_getinfo(srs_tx->st_arg2); in mac_tx_srs_update_bwlimit()
[all …]
H A Dmac_stat.c498 mac_tx_stats_t *mac_tx_stat = &mac_srs->srs_tx.st_stat; in i_mac_tx_swlane_stat_get()
1048 mac_srs_tx_t *srs_tx = &mac_srs->srs_tx; in mac_srs_stat_create() local
1049 mac_ring_t *ring = srs_tx->st_arg2; in mac_srs_stat_create()
1282 mac_tx_stats_t *mac_tx_stat = &tx_srs->srs_tx.st_stat; in mac_tx_srs_stat_recreate()
H A Dmac.c4578 tx = &mac_srs->srs_tx; in i_mac_group_add_ring()
4703 mac_srs_tx_t *srs_tx; in i_mac_group_rem_ring() local
4722 ASSERT(mac_srs->srs_tx.st_mode == SRS_TX_AGGR || in i_mac_group_rem_ring()
4723 mac_srs->srs_tx.st_mode == SRS_TX_BW_AGGR); in i_mac_group_rem_ring()
4724 srs_tx = &mac_srs->srs_tx; in i_mac_group_rem_ring()
4729 sringp = srs_tx->st_soft_rings[ring->mr_index]; in i_mac_group_rem_ring()
4751 tx = &mac_srs->srs_tx; in i_mac_group_rem_ring()
5360 mac_tx_stat = &mac_srs->srs_tx.st_stat; in mac_write_flow_stats()
5449 mac_tx_stat = &mac_srs->srs_tx.st_stat; in mac_write_link_stats()
7136 ASSERT(srs->srs_tx.st_arg2 != NULL); in mac_release_tx_group()
[all …]
H A Dmac_client.c616 mac_tx_stat = &mac_srs->srs_tx.st_stat; in mac_client_stat_get()
3429 mac_srs_tx_t *srs_tx; in mac_tx() local
3479 srs_tx = &srs->srs_tx; in mac_tx()
3480 if (srs_tx->st_mode == SRS_TX_DEFAULT && in mac_tx()
3517 MAC_TX(mip, srs_tx->st_arg2, mp_chain, mcip); in mac_tx()
3529 cookie = srs_tx->st_func(srs, mp_chain, hint, flag, ret_mp); in mac_tx()
3587 if (mac_srs->srs_tx.st_mode == SRS_TX_FANOUT || in mac_tx_is_flow_blocked()
3588 mac_srs->srs_tx.st_mode == SRS_TX_AGGR) { in mac_tx_is_flow_blocked()
H A Dmac_soft_ring.c210 mac_srs_tx_t *tx = &mac_srs->srs_tx; in mac_soft_ring_create()
H A Dmac_flow.c132 mac_tx_stat = &mac_srs->srs_tx.st_stat; in flow_stat_update()
/titanic_41/usr/src/cmd/mdb/common/modules/mac/
H A Dmac.c337 mac_tx_stat = &mac_srs->srs_tx.st_stat; in mac_flow_dcmd_output()
608 addr, mci.mci_name, mac_srs_txmode2str(srs.srs_tx.st_mode), in mac_srs_dcmd()
706 m_ringp = srs.srs_tx.st_arg2; in mac_srs_dcmd()
842 mac_tx_stats_t *mac_tx_stat = &srs.srs_tx.st_stat; in mac_srs_dcmd()
/titanic_41/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.h381 mac_srs_tx_t srs_tx; member