Home
last modified time | relevance | path

Searched refs:srs_oth_soft_rings (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_datapath_setup.c1213 mac_srs->srs_oth_soft_rings = (mac_soft_ring_t **) in mac_srs_fanout_list_alloc()
1690 mac_srs->srs_oth_soft_rings[oth_count++] = softring; in mac_srs_update_fanout_list()
1848 mac_rx_srs->srs_oth_soft_rings[i]); in mac_srs_fanout_modify()
1859 (void) mac_soft_ring_bind(mac_rx_srs->srs_oth_soft_rings[i], in mac_srs_fanout_modify()
3423 ASSERT(mac_srs->srs_oth_soft_rings == NULL); in mac_srs_fanout_list_free()
3443 ASSERT(mac_srs->srs_oth_soft_rings != NULL); in mac_srs_fanout_list_free()
3444 kmem_free(mac_srs->srs_oth_soft_rings, in mac_srs_fanout_list_free()
3446 mac_srs->srs_oth_soft_rings = NULL; in mac_srs_fanout_list_free()
H A Dmac_stat.c885 oth_ringp = mac_srs->srs_oth_soft_rings[index]; in i_mac_rx_fanout_stat_get()
H A Dmac_sched.c1687 softring = mac_srs->srs_oth_soft_rings[0]; in mac_rx_srs_proto_fanout()
2185 mac_srs->srs_oth_soft_rings[i]; in mac_rx_srs_fanout()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_soft_ring.h329 mac_soft_ring_t **srs_oth_soft_rings; member