Searched refs:st_arg2 (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/uts/common/io/mac/ |
H A D | mac_datapath_setup.c | 772 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 D | mac_sched.c | 3682 mp_chain = mac_tx_send(srs_tx->st_arg1, srs_tx->st_arg2, in mac_tx_single_ring_mode() 3747 mp_chain = mac_tx_send(srs_tx->st_arg1, srs_tx->st_arg2, in mac_tx_serializer_mode() 3957 mp_chain = mac_tx_send(srs_tx->st_arg1, srs_tx->st_arg2, in mac_tx_bw_mode() 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() 4489 if (srs->srs_tx.st_arg2 == tx_ring) in mac_tx_srs_ring_present() 4512 if (srs->srs_tx.st_arg2 == tx_ring) in mac_tx_srs_get_soft_ring() 4545 if (srs_tx->st_arg2 == ring && in mac_tx_srs_wakeup()
|
H A D | mac.c | 5045 mac_ring_t *tx_ring = tx->st_arg2; in i_mac_group_add_ring() 5047 tx->st_arg2 = NULL; in i_mac_group_add_ring() 5243 tx->st_arg2 = (void *)rem_ring; in i_mac_group_rem_ring() 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() 7834 tx->st_arg2 = NULL; in mac_tx_dismantle_soft_rings() 7846 ASSERT(tx->st_arg2 == NULL); in mac_tx_dismantle_soft_rings()
|
H A D | mac_stat.c | 1051 mac_ring_t *ring = srs_tx->st_arg2; in mac_srs_stat_create()
|
H A D | mac_client.c | 3620 mp_chain = mac_provider_tx(mip, srs_tx->st_arg2, mp_chain, in mac_tx()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | mac_soft_ring.h | 135 void *st_arg2; member
|
/illumos-gate/usr/src/cmd/mdb/common/modules/mac/ |
H A D | mac.c | 736 m_ringp = srs.srs_tx.st_arg2; in mac_srs_dcmd()
|