Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/mac/
H A Dmac_sched.c3672 mp_chain = mac_tx_send(srs_tx->st_arg1, srs_tx->st_arg2, in mac_tx_single_ring_mode()
3737 mp_chain = mac_tx_send(srs_tx->st_arg1, srs_tx->st_arg2, in mac_tx_serializer_mode()
3946 mp_chain = mac_tx_send(srs_tx->st_arg1, srs_tx->st_arg2, in mac_tx_bw_mode()
4052 head = mac_tx_send(srs_tx->st_arg1, srs_tx->st_arg2, in mac_tx_srs_drain()
4112 head = mac_tx_send(srs_tx->st_arg1, srs_tx->st_arg2, in mac_tx_srs_drain()
4506 if (srs->srs_tx.st_arg2 == tx_ring) in mac_tx_srs_ring_present()
4529 if (srs->srs_tx.st_arg2 == tx_ring) in mac_tx_srs_get_soft_ring()
4562 if (srs_tx->st_arg2 == ring && in mac_tx_srs_wakeup()
H A Dmac_datapath_setup.c760 ring = (mac_ring_t *)srs_tx->st_arg2; in mac_tx_cpu_init()
1367 ring = (mac_ring_t *)srs_tx->st_arg2; in mac_tx_srs_retarget_intr()
1537 if (srs_tx->st_arg2 != NULL) in mac_tx_srs_update_bwlimit()
1538 ring_info = mac_hwring_getinfo(srs_tx->st_arg2); in mac_tx_srs_update_bwlimit()
2224 srs_tx->st_arg2 = x_arg2; in mac_srs_create()
2556 if (tx->st_arg2 != NULL) { in mac_tx_srs_group_teardown()
2564 tx->st_arg2 = NULL; in mac_tx_srs_group_teardown()
3843 tx->st_arg2 = (void *)ring; in mac_tx_srs_setup()
H A Dmac.c4581 mac_ring_t *tx_ring = tx->st_arg2; in i_mac_group_add_ring()
4583 tx->st_arg2 = NULL; in i_mac_group_add_ring()
4779 tx->st_arg2 = (void *)rem_ring; in i_mac_group_rem_ring()
7131 ASSERT(srs->srs_tx.st_arg2 != NULL); in mac_release_tx_group()
7132 srs->srs_tx.st_arg2 = NULL; in mac_release_tx_group()
7166 tx->st_arg2 = NULL; in mac_tx_dismantle_soft_rings()
7178 ASSERT(tx->st_arg2 == NULL); in mac_tx_dismantle_soft_rings()
H A Dmac_stat.c1049 mac_ring_t *ring = srs_tx->st_arg2; in mac_srs_stat_create()
H A Dmac_client.c3533 MAC_TX(mip, srs_tx->st_arg2, mp_chain, mcip); in mac_tx()
/titanic_44/usr/src/uts/common/sys/
H A Dmac_soft_ring.h135 void *st_arg2; member
/titanic_44/usr/src/cmd/mdb/common/modules/mac/
H A Dmac.c715 m_ringp = srs.srs_tx.st_arg2; in mac_srs_dcmd()