Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_soft_ring.c213 ASSERT(tx->st_soft_rings[ in mac_soft_ring_create()
215 tx->st_soft_rings[((mac_ring_t *)x_arg2)->mr_index] = in mac_soft_ring_create()
H A Dmac_datapath_setup.c1202 tx->st_soft_rings = (mac_soft_ring_t **) in mac_srs_fanout_list_alloc()
3429 if (tx->st_soft_rings != NULL) { in mac_srs_fanout_list_free()
3430 kmem_free(tx->st_soft_rings, in mac_srs_fanout_list_free()
3897 ASSERT(tx->st_soft_rings[tx_ring->mr_index] == remove_sring); in mac_tx_srs_del_ring()
3898 tx->st_soft_rings[tx_ring->mr_index] = NULL; in mac_tx_srs_del_ring()
H A Dmac_sched.c4013 sringp = srs_tx->st_soft_rings[((mac_ring_t *)ring)->mr_index]; in mac_tx_aggr_mode()
H A Dmac.c5188 sringp = srs_tx->st_soft_rings[ring->mr_index]; in i_mac_group_rem_ring()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_soft_ring.h171 mac_soft_ring_t **st_soft_rings; member