Home
last modified time | relevance | path

Searched refs:mr_classify_type (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_datapath_setup.c515 (ring->mr_classify_type == MAC_HW_CLASSIFIER)) { in mac_srs_poll_state_change()
2259 ring->mr_classify_type = MAC_HW_CLASSIFIER; in mac_srs_create()
2332 if (ring->mr_classify_type == MAC_HW_CLASSIFIER) { in mac_rx_switch_grp_to_sw()
2351 ring->mr_classify_type = MAC_SW_CLASSIFIER; in mac_rx_switch_grp_to_sw()
3478 ring->mr_classify_type = MAC_NO_CLASSIFIER; in mac_srs_ring_free()
H A Dmac_provider.c775 if (mr->mr_classify_type == MAC_PASSTHRU_CLASSIFIER) { in mac_rx_common()
796 if (mr->mr_classify_type == MAC_HW_CLASSIFIER) { in mac_rx_common()
H A Dmac.c1715 hwring->mr_classify_type = MAC_PASSTHRU_CLASSIFIER; in mac_hwring_set_passthru()
1732 hwring->mr_classify_type = MAC_NO_CLASSIFIER; in mac_hwring_clear_passthru()
2123 ASSERT(rx_ring->mr_classify_type == MAC_HW_CLASSIFIER); in mac_rx_ring_quiesce()
4184 ring->mr_classify_type = (ring->mr_pt_fn != NULL) ? in mac_start_group_and_rings()
4204 ring->mr_classify_type = MAC_NO_CLASSIFIER; in mac_stop_group_and_rings()
5009 ring->mr_classify_type = MAC_SW_CLASSIFIER; in i_mac_group_add_ring()
7307 if (ring->mr_classify_type == MAC_HW_CLASSIFIER) { in mac_release_rx_group()
H A Dmac_sched.c1516 mac_srs->srs_ring->mr_classify_type == MAC_HW_CLASSIFIER; in mac_rx_srs_proto_fanout()
1933 mac_srs->srs_ring->mr_classify_type == MAC_HW_CLASSIFIER; in mac_rx_srs_fanout()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_impl.h191 mac_classify_type_t mr_classify_type; member
/illumos-gate/usr/src/cmd/mdb/common/modules/mac/
H A Dmac.c1014 ring.mr_gh, mac_ring_classify2str(ring.mr_classify_type), in mac_ring_dcmd()