Searched refs:mr_srs (Results 1 – 5 of 5) sorted by relevance
994 if (mdb_vread(&srs, sizeof (srs), (uintptr_t)ring.mr_srs) != -1) { in mac_ring_dcmd()1012 group.mrg_mh, ring.mr_srs, flent.fe_flow_name); in mac_ring_dcmd()
2247 ring->mr_srs = mac_srs; in mac_srs_create()2326 mac_srs = ring->mr_srs; in mac_rx_switch_grp_to_sw()2329 ring->mr_srs = NULL; in mac_rx_switch_grp_to_sw()2412 if (ring->mr_srs != NULL) in mac_rx_srs_group_setup()3371 ring->mr_srs = NULL; in mac_srs_ring_free()3868 ASSERT(ring->mr_srs == NULL); in mac_tx_srs_setup()
1555 mac_soft_ring_set_t *mac_srs = hw_ring->mr_srs; in mac_hwring_setup()1591 mac_srs = hw_ring->mr_srs; in mac_hwring_teardown()4467 ASSERT(ring->mr_srs == NULL); in i_mac_group_add_ring()4659 if (ring->mr_srs != NULL) { in i_mac_group_rem_ring()4660 mac_rx_srs_remove(ring->mr_srs); in i_mac_group_rem_ring()4661 ring->mr_srs = NULL; in i_mac_group_rem_ring()6648 ring->mr_srs = NULL; in mac_release_rx_group()
738 mac_srs = mr->mr_srs; in mac_rx_common()
212 struct mac_soft_ring_set_s *mr_srs; /* associated SRS */ member