Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_datapath_setup.c2343 if (ring->mr_state != MR_INUSE) in mac_rx_switch_grp_to_sw()
2412 if (ring->mr_state != MR_INUSE) in mac_rx_srs_group_setup()
2453 case MR_INUSE: in mac_rx_srs_group_setup()
2457 if (ring->mr_state != MR_INUSE) in mac_rx_srs_group_setup()
2529 if (ring->mr_state != MR_INUSE) in mac_tx_srs_group_setup()
3336 MR_INUSE && ring != in mac_datapath_teardown()
3946 ring->mr_state != MR_INUSE) { in mac_tx_srs_setup()
3974 case MR_INUSE: in mac_tx_srs_setup()
3978 if (ring->mr_state != MR_INUSE) in mac_tx_srs_setup()
H A Dmac.c1193 if (ring->mr_state != MR_INUSE) { in mac_start()
1267 if (ring->mr_state == MR_INUSE) { in mac_stop()
1851 if (rr_ring->mr_state != MR_INUSE) in mac_hwring_start()
1914 ring->mr_state >= MR_INUSE); in mac_hwring_tx()
2379 if (mr->mr_state != MR_INUSE) in mac_rx_srs_restart()
4107 ring->mr_state = MR_INUSE; in mac_start_ring()
4938 ASSERT(ring->mr_state < MR_INUSE); in i_mac_group_add_ring()
4972 if (ring->mr_state != MR_INUSE) { in i_mac_group_add_ring()
5020 if (ring->mr_state == MR_INUSE) in i_mac_group_add_ring()
5109 if (ring->mr_state == MR_INUSE) in i_mac_group_rem_ring()
[all …]
H A Dmac_provider.c764 if ((mr->mr_state != MR_INUSE) || (mr->mr_flag & in mac_rx_common()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_impl.h175 MR_INUSE /* Assigned to an SRS */ enumerator
/illumos-gate/usr/src/cmd/mdb/common/modules/mac/
H A Dmac.c955 case MR_INUSE: in mac_ring_state2str()