Home
last modified time | relevance | path

Searched refs:st_soft_rings (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/common/io/mac/
H A Dmac_soft_ring.c212 ASSERT(tx->st_soft_rings[ in mac_soft_ring_create()
214 tx->st_soft_rings[((mac_ring_t *)x_arg2)->mr_index] = in mac_soft_ring_create()
H A Dmac_datapath_setup.c1191 tx->st_soft_rings = (mac_soft_ring_t **) in mac_srs_fanout_list_alloc()
3344 if (tx->st_soft_rings != NULL) { in mac_srs_fanout_list_free()
3345 kmem_free(tx->st_soft_rings, in mac_srs_fanout_list_free()
3809 ASSERT(tx->st_soft_rings[tx_ring->mr_index] == remove_sring); in mac_tx_srs_del_ring()
3810 tx->st_soft_rings[tx_ring->mr_index] = NULL; in mac_tx_srs_del_ring()
H A Dmac_sched.c4002 sringp = srs_tx->st_soft_rings[((mac_ring_t *)ring)->mr_index]; in mac_tx_aggr_mode()
H A Dmac.c4729 sringp = srs_tx->st_soft_rings[ring->mr_index]; in i_mac_group_rem_ring()
/titanic_41/usr/src/uts/common/sys/
H A Dmac_soft_ring.h170 mac_soft_ring_t **st_soft_rings; member