Home
last modified time | relevance | path

Searched refs:mci_state_flags (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_hio.c77 mcip->mci_state_flags &= ~MCIS_SHARE_BOUND; in i_mac_share_alloc()
95 ASSERT((mcip->mci_state_flags & MCIS_SHARE_BOUND) == 0); in i_mac_share_free()
126 ASSERT((mcip->mci_state_flags & MCIS_SHARE_BOUND) == 0); in mac_share_bind()
147 mcip->mci_state_flags |= MCIS_SHARE_BOUND; in mac_share_bind()
178 mcip->mci_state_flags &= ~MCIS_SHARE_BOUND; in mac_share_unbind()
H A Dmac_client.c197 ASSERT(mcip->mci_state_flags == 0); in i_mac_client_impl_dtor()
511 return (((mcip->mci_state_flags & MCIS_IS_VNIC) != 0) && in mac_client_is_vlan_vnic()
938 ASSERT(mcip->mci_state_flags & MCIS_IS_VNIC); in mac_vnic_unicast_set()
1342 mcip->mci_state_flags |= MCIS_EXCLUSIVE; in mac_client_open()
1373 mcip->mci_state_flags |= MCIS_IS_VNIC; in mac_client_open()
1376 mcip->mci_state_flags |= MCIS_EXCLUSIVE; in mac_client_open()
1379 mcip->mci_state_flags |= MCIS_IS_AGGR_PORT; in mac_client_open()
1382 mcip->mci_state_flags |= MCIS_IS_AGGR_CLIENT; in mac_client_open()
1405 mcip->mci_state_flags |= MCIS_USE_DATALINK_NAME; in mac_client_open()
1419 mcip->mci_state_flags |= MCIS_NO_UNICAST_ADDR; in mac_client_open()
[all …]
H A Dmac_datapath_setup.c377 if (!(mcip->mci_state_flags & MCIS_CLIENT_POLL_CAPABLE)) in mac_srs_client_poll_enable()
645 (mcip->mci_state_flags & MCIS_IS_VNIC) != 0) { in mac_compute_soft_ring_count()
1199 if (mcip->mci_state_flags & MCIS_IS_AGGR_CLIENT) { in mac_srs_fanout_list_alloc()
2005 ASSERT3U((mcip->mci_state_flags & MCIS_IS_AGGR_PORT), ==, 0); in mac_fanout_setup()
2372 if ((mcip->mci_state_flags & MCIS_IS_AGGR_PORT) != 0) in mac_srs_group_setup()
2406 if (mcip->mci_state_flags & MCIS_IS_AGGR_PORT) { in mac_rx_srs_group_setup()
2422 ASSERT3U((mcip->mci_state_flags & MCIS_IS_AGGR_PORT), ==, 0); in mac_rx_srs_group_setup()
2425 no_unicast = (mcip->mci_state_flags & MCIS_NO_UNICAST_ADDR) != 0; in mac_rx_srs_group_setup()
2518 if (mcip->mci_state_flags & MCIS_EXCLUSIVE) { in mac_tx_srs_group_setup()
2539 ASSERT3U((mcip->mci_state_flags & MCIS_IS_AGGR_PORT), ==, 0); in mac_tx_srs_group_setup()
[all …]
H A Dmac_protect.c1716 if ((mcip->mci_state_flags & MCIS_IS_AGGR_PORT) != 0) in mac_protect_intercept_dynamic()
2350 if ((mcip->mci_state_flags & MCIS_IS_AGGR_PORT) != 0) in mac_protect_check()
2517 i_mac_notify(((mcip->mci_state_flags & MCIS_IS_VNIC) != 0 ? in mac_protect_set()
2580 if (mcip->mci_state_flags & MCIS_IS_VNIC) in mac_protect_init()
H A Dmac_sched.c1525 ((mcip->mci_state_flags & MCIS_RX_BYPASS_DISABLE) == 0); in mac_rx_srs_proto_fanout()
1943 ((mcip->mci_state_flags & MCIS_RX_BYPASS_DISABLE) == 0); in mac_rx_srs_fanout()
4437 do_switch = ((src_mcip->mci_state_flags & in mac_tx_send()
4438 dst_mcip->mci_state_flags & in mac_tx_send()
4629 !(mcip->mci_state_flags & MCIS_STRIP_DISABLE)) { in mac_rx_deliver()
H A Dmac.c2894 if (cclient->mci_state_flags & MCIS_EXCLUSIVE) { in i_mac_tx_srs_notify()
5035 is_aggr = (mcip->mci_state_flags & MCIS_IS_AGGR_CLIENT); in i_mac_group_add_ring()
5179 ASSERT(mcip->mci_state_flags & MCIS_IS_AGGR_CLIENT); in i_mac_group_rem_ring()
6166 if (mcip != NULL && !(mcip->mci_state_flags & MCIS_DESC_LOGGED)) in mac_log_flowinfo()
6204 if (!(mcip->mci_state_flags & MCIS_DESC_LOGGED)) { in i_mac_impl_log()
6225 mcip->mci_state_flags |= MCIS_DESC_LOGGED; in i_mac_impl_log()
6238 mcip->mci_state_flags &= ~MCIS_DESC_LOGGED; in i_mac_impl_log()
7036 if (mcip->mci_state_flags & MCIS_EXCLUSIVE) in mac_reserve_rx_group()
7369 use_hw = (mcip->mci_state_flags & MCIS_UNICAST_HW) != 0; in mac_rx_move_macaddr()
8957 if (mcip->mci_state_flags & MCIS_SHARE_BOUND) in mac_provider_tx()
H A Dmac_soft_ring.c210 if (mcip->mci_state_flags & MCIS_IS_AGGR_CLIENT) { in mac_soft_ring_create()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_client_impl.h119 uint32_t mci_state_flags; /* WO */ member
269 (((mcip)->mci_state_flags & MCIS_DISABLE_TX_VID_CHECK) == 0 && \
283 if (((mcip)->mci_state_flags & MCIS_TAG_DISABLE) != 0) {\
318 (((mcip)->mci_state_flags & MCIS_TAG_DISABLE) == 0 && \