Home
last modified time | relevance | path

Searched refs:st_arg2 (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_sched.c3681 mp_chain = mac_tx_send(srs_tx->st_arg1, srs_tx->st_arg2, in mac_tx_single_ring_mode()
3746 mp_chain = mac_tx_send(srs_tx->st_arg1, srs_tx->st_arg2, in mac_tx_serializer_mode()
3956 mp_chain = mac_tx_send(srs_tx->st_arg1, srs_tx->st_arg2, in mac_tx_bw_mode()
4062 head = mac_tx_send(srs_tx->st_arg1, srs_tx->st_arg2, in mac_tx_srs_drain()
4122 head = mac_tx_send(srs_tx->st_arg1, srs_tx->st_arg2, in mac_tx_srs_drain()
4488 if (srs->srs_tx.st_arg2 == tx_ring) in mac_tx_srs_ring_present()
4511 if (srs->srs_tx.st_arg2 == tx_ring) in mac_tx_srs_get_soft_ring()
4544 if (srs_tx->st_arg2 == ring && in mac_tx_srs_wakeup()
H A Dmac_datapath_setup.c772 ring = (mac_ring_t *)srs_tx->st_arg2; in mac_tx_cpu_init()
1377 ring = (mac_ring_t *)srs_tx->st_arg2; in mac_tx_srs_retarget_intr()
1547 if (srs_tx->st_arg2 != NULL) in mac_tx_srs_update_bwlimit()
1548 ring_info = mac_hwring_getinfo(srs_tx->st_arg2); in mac_tx_srs_update_bwlimit()
2235 srs_tx->st_arg2 = x_arg2; in mac_srs_create()
2608 if (tx->st_arg2 != NULL) { in mac_tx_srs_group_teardown()
2616 tx->st_arg2 = NULL; in mac_tx_srs_group_teardown()
3951 tx->st_arg2 = (void *)ring; in mac_tx_srs_setup()
H A Dmac.c5004 mac_ring_t *tx_ring = tx->st_arg2; in i_mac_group_add_ring()
5006 tx->st_arg2 = NULL; in i_mac_group_add_ring()
5202 tx->st_arg2 = (void *)rem_ring; in i_mac_group_rem_ring()
7758 ASSERT(srs->srs_tx.st_arg2 != NULL); in mac_release_tx_group()
7759 srs->srs_tx.st_arg2 = NULL; in mac_release_tx_group()
7793 tx->st_arg2 = NULL; in mac_tx_dismantle_soft_rings()
7805 ASSERT(tx->st_arg2 == NULL); in mac_tx_dismantle_soft_rings()
H A Dmac_stat.c1051 mac_ring_t *ring = srs_tx->st_arg2; in mac_srs_stat_create()
H A Dmac_client.c3620 mp_chain = mac_provider_tx(mip, srs_tx->st_arg2, mp_chain, in mac_tx()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_soft_ring.h135 void *st_arg2; member
/illumos-gate/usr/src/cmd/mdb/common/modules/mac/
H A Dmac.c736 m_ringp = srs.srs_tx.st_arg2; in mac_srs_dcmd()