Lines Matching refs:gmcip
6700 mac_client_impl_t *gmcip; in mac_rx_move_macaddr_prim() local
6712 gmcip = mgcp->mgc_client; in mac_rx_move_macaddr_prim()
6713 if (gmcip != mcip && in mac_rx_move_macaddr_prim()
6715 mcip->mci_unicast == gmcip->mci_unicast)) { in mac_rx_move_macaddr_prim()
6718 (mac_client_handle_t)gmcip); in mac_rx_move_macaddr_prim()
6723 (mac_client_handle_t)gmcip); in mac_rx_move_macaddr_prim()
6808 mac_client_impl_t *gmcip; in mac_rx_switch_group() local
6828 gmcip = mgcp->mgc_client; in mac_rx_switch_group()
6830 mac_group_remove_client(fgrp, gmcip); in mac_rx_switch_group()
6831 mac_group_add_client(tgrp, gmcip); in mac_rx_switch_group()
6832 gmcip->mci_flent->fe_rx_ring_group = tgrp; in mac_rx_switch_group()
6852 gmcip = mgcp->mgc_client; in mac_rx_switch_group()
6854 if (mcip->mci_unicast == gmcip->mci_unicast) { in mac_rx_switch_group()
6855 mac_group_remove_client(fgrp, gmcip); in mac_rx_switch_group()
6856 mac_group_add_client(tgrp, gmcip); in mac_rx_switch_group()
6857 gmcip->mci_flent->fe_rx_ring_group = in mac_rx_switch_group()
7196 mac_client_impl_t *gmcip; in mac_tx_switch_group() local
7212 gmcip = mgcp->mgc_client; in mac_tx_switch_group()
7214 if (mcip->mci_unicast != gmcip->mci_unicast) in mac_tx_switch_group()
7217 (mac_client_handle_t)gmcip); in mac_tx_switch_group()
7219 gflent = gmcip->mci_flent; in mac_tx_switch_group()
7220 mac_group_remove_client(fgrp, gmcip); in mac_tx_switch_group()
7223 mac_group_add_client(tgrp, gmcip); in mac_tx_switch_group()
7229 mac_tx_srs_group_setup(gmcip, gflent, in mac_tx_switch_group()
7231 mac_fanout_setup(gmcip, gflent, in mac_tx_switch_group()
7232 MCIP_RESOURCE_PROPS(gmcip), mac_rx_deliver, in mac_tx_switch_group()
7233 gmcip, NULL, NULL); in mac_tx_switch_group()
7236 (mac_client_handle_t)gmcip); in mac_tx_switch_group()
7276 gmcip = mgcp->mgc_client; in mac_tx_switch_group()
7278 if (gmcip == mcip) in mac_tx_switch_group()
7280 mac_tx_client_quiesce((mac_client_handle_t)gmcip); in mac_tx_switch_group()
7281 gflent = gmcip->mci_flent; in mac_tx_switch_group()
7283 mac_group_remove_client(fgrp, gmcip); in mac_tx_switch_group()
7286 mac_group_add_client(tgrp, gmcip); in mac_tx_switch_group()
7291 mac_tx_srs_group_setup(gmcip, gflent, SRST_LINK); in mac_tx_switch_group()
7292 mac_fanout_setup(gmcip, gflent, in mac_tx_switch_group()
7293 MCIP_RESOURCE_PROPS(gmcip), mac_rx_deliver, in mac_tx_switch_group()
7294 gmcip, NULL, NULL); in mac_tx_switch_group()
7296 mac_tx_client_restart((mac_client_handle_t)gmcip); in mac_tx_switch_group()
7915 mac_client_impl_t *gmcip; in mac_set_rings_effective() local
7945 gmcip = mgcp->mgc_client; in mac_set_rings_effective()
7946 emrp = MCIP_EFFECTIVE_PROPS(gmcip); in mac_set_rings_effective()
7967 gmcip = mgcp->mgc_client; in mac_set_rings_effective()
7968 emrp = MCIP_EFFECTIVE_PROPS(gmcip); in mac_set_rings_effective()
7984 gmcip = MAC_GROUP_ONLY_CLIENT(defgrp); in mac_set_rings_effective()
7985 emrp = MCIP_EFFECTIVE_PROPS(gmcip); in mac_set_rings_effective()