Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_datapath_setup.c1210 mac_srs->srs_udp_soft_rings = (mac_soft_ring_t **) in mac_srs_fanout_list_alloc()
1688 mac_srs->srs_udp_soft_rings[udp_count++] = softring; in mac_srs_update_fanout_list()
1846 mac_rx_srs->srs_udp_soft_rings[i]); in mac_srs_fanout_modify()
1857 (void) mac_soft_ring_bind(mac_rx_srs->srs_udp_soft_rings[i], in mac_srs_fanout_modify()
3422 ASSERT(mac_srs->srs_udp_soft_rings == NULL); in mac_srs_fanout_list_free()
3439 ASSERT(mac_srs->srs_udp_soft_rings != NULL); in mac_srs_fanout_list_free()
3440 kmem_free(mac_srs->srs_udp_soft_rings, in mac_srs_fanout_list_free()
3442 mac_srs->srs_udp_soft_rings = NULL; in mac_srs_fanout_list_free()
H A Dmac_stat.c884 udp_ringp = mac_srs->srs_udp_soft_rings[index]; in i_mac_rx_fanout_stat_get()
H A Dmac_sched.c1684 softring = mac_srs->srs_udp_soft_rings[0]; in mac_rx_srs_proto_fanout()
2181 mac_srs->srs_udp_soft_rings[i]; in mac_rx_srs_fanout()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_soft_ring.h327 mac_soft_ring_t **srs_udp_soft_rings; member