Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/mac/
H A Dmac.c607 ring->mr_state = MR_FREE; in i_mac_ring_ctor()
1107 if (ring->mr_state != MR_INUSE) { in mac_start()
1127 (ring->mr_state == MR_INUSE)) in mac_start()
1180 if (ring->mr_state == MR_INUSE) { in mac_stop()
1652 ring->mr_state >= MR_INUSE); in mac_hwring_tx()
1710 if (ring->mr_state != MR_INUSE) in mac_hwring_set_default()
2051 if (mr->mr_state != MR_INUSE) in mac_rx_srs_restart()
3668 ASSERT((ring != NULL) && (ring->mr_state == MR_FREE)); in mac_ring_alloc()
3675 ASSERT(ring->mr_state == MR_FREE); in mac_ring_free()
3678 ring->mr_state = MR_FREE; in mac_ring_free()
[all …]
H A Dmac_datapath_setup.c2332 if (ring->mr_state != MR_INUSE) in mac_rx_switch_grp_to_sw()
2409 switch (ring->mr_state) { in mac_rx_srs_group_setup()
2414 if (ring->mr_state != MR_INUSE) in mac_rx_srs_group_setup()
2492 if (ring->mr_state != MR_INUSE) { in mac_tx_srs_group_setup()
3227 if (ring->mr_state == in mac_datapath_teardown()
3838 ring->mr_state != MR_INUSE) { in mac_tx_srs_setup()
3865 switch (ring->mr_state) { in mac_tx_srs_setup()
3870 if (ring->mr_state != MR_INUSE) in mac_tx_srs_setup()
H A Dmac_provider.c719 if ((mr->mr_state != MR_INUSE) || (mr->mr_flag & in mac_rx_common()
/titanic_50/usr/src/uts/common/sys/
H A Dmac_impl.h223 mac_ring_state_t mr_state; /* mr_lock */ member
/titanic_50/usr/src/cmd/mdb/common/modules/mac/
H A Dmac.c1010 mac_ring_state2str(ring.mr_state), ring.mr_flag, in mac_ring_dcmd()