Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/common/modules/mac/
H A Dmac.c965 if (mdb_vread(&srs, sizeof (srs), (uintptr_t)ring.mr_srs) != -1) { in mac_ring_dcmd()
983 group.mrg_mh, ring.mr_srs, flent.fe_flow_name); in mac_ring_dcmd()
/titanic_41/usr/src/uts/common/io/mac/
H A Dmac_datapath_setup.c2270 ring->mr_srs = mac_srs; in mac_srs_create()
2349 mac_srs = ring->mr_srs; in mac_rx_switch_grp_to_sw()
2352 ring->mr_srs = NULL; in mac_rx_switch_grp_to_sw()
2435 if (ring->mr_srs != NULL) in mac_rx_srs_group_setup()
3394 ring->mr_srs = NULL; in mac_srs_ring_free()
3888 ASSERT(ring->mr_srs == NULL); in mac_tx_srs_setup()
H A Dmac.c1558 mac_soft_ring_set_t *mac_srs = hw_ring->mr_srs; in mac_hwring_setup()
1594 mac_srs = hw_ring->mr_srs; in mac_hwring_teardown()
4472 ASSERT(ring->mr_srs == NULL); in i_mac_group_add_ring()
4664 if (ring->mr_srs != NULL) { in i_mac_group_rem_ring()
4665 mac_rx_srs_remove(ring->mr_srs); in i_mac_group_rem_ring()
4666 ring->mr_srs = NULL; in i_mac_group_rem_ring()
6653 ring->mr_srs = NULL; in mac_release_rx_group()
H A Dmac_provider.c725 mac_srs = mr->mr_srs; in mac_rx_common()
/titanic_41/usr/src/uts/common/sys/
H A Dmac_impl.h212 struct mac_soft_ring_set_s *mr_srs; /* associated SRS */ member