Lines Matching refs:gmcip

6705 	mac_client_impl_t	*gmcip;  in mac_rx_move_macaddr_prim()  local
6717 gmcip = mgcp->mgc_client; in mac_rx_move_macaddr_prim()
6718 if (gmcip != mcip && in mac_rx_move_macaddr_prim()
6720 mcip->mci_unicast == gmcip->mci_unicast)) { in mac_rx_move_macaddr_prim()
6723 (mac_client_handle_t)gmcip); in mac_rx_move_macaddr_prim()
6728 (mac_client_handle_t)gmcip); in mac_rx_move_macaddr_prim()
6813 mac_client_impl_t *gmcip; in mac_rx_switch_group() local
6833 gmcip = mgcp->mgc_client; in mac_rx_switch_group()
6835 mac_group_remove_client(fgrp, gmcip); in mac_rx_switch_group()
6836 mac_group_add_client(tgrp, gmcip); in mac_rx_switch_group()
6837 gmcip->mci_flent->fe_rx_ring_group = tgrp; in mac_rx_switch_group()
6857 gmcip = mgcp->mgc_client; in mac_rx_switch_group()
6859 if (mcip->mci_unicast == gmcip->mci_unicast) { in mac_rx_switch_group()
6860 mac_group_remove_client(fgrp, gmcip); in mac_rx_switch_group()
6861 mac_group_add_client(tgrp, gmcip); in mac_rx_switch_group()
6862 gmcip->mci_flent->fe_rx_ring_group = in mac_rx_switch_group()
7201 mac_client_impl_t *gmcip; in mac_tx_switch_group() local
7217 gmcip = mgcp->mgc_client; in mac_tx_switch_group()
7219 if (mcip->mci_unicast != gmcip->mci_unicast) in mac_tx_switch_group()
7222 (mac_client_handle_t)gmcip); in mac_tx_switch_group()
7224 gflent = gmcip->mci_flent; in mac_tx_switch_group()
7225 mac_group_remove_client(fgrp, gmcip); in mac_tx_switch_group()
7228 mac_group_add_client(tgrp, gmcip); in mac_tx_switch_group()
7234 mac_tx_srs_group_setup(gmcip, gflent, in mac_tx_switch_group()
7236 mac_fanout_setup(gmcip, gflent, in mac_tx_switch_group()
7237 MCIP_RESOURCE_PROPS(gmcip), mac_rx_deliver, in mac_tx_switch_group()
7238 gmcip, NULL, NULL); in mac_tx_switch_group()
7241 (mac_client_handle_t)gmcip); in mac_tx_switch_group()
7281 gmcip = mgcp->mgc_client; in mac_tx_switch_group()
7283 if (gmcip == mcip) in mac_tx_switch_group()
7285 mac_tx_client_quiesce((mac_client_handle_t)gmcip); in mac_tx_switch_group()
7286 gflent = gmcip->mci_flent; in mac_tx_switch_group()
7288 mac_group_remove_client(fgrp, gmcip); in mac_tx_switch_group()
7291 mac_group_add_client(tgrp, gmcip); in mac_tx_switch_group()
7296 mac_tx_srs_group_setup(gmcip, gflent, SRST_LINK); in mac_tx_switch_group()
7297 mac_fanout_setup(gmcip, gflent, in mac_tx_switch_group()
7298 MCIP_RESOURCE_PROPS(gmcip), mac_rx_deliver, in mac_tx_switch_group()
7299 gmcip, NULL, NULL); in mac_tx_switch_group()
7301 mac_tx_client_restart((mac_client_handle_t)gmcip); in mac_tx_switch_group()
7920 mac_client_impl_t *gmcip; in mac_set_rings_effective() local
7950 gmcip = mgcp->mgc_client; in mac_set_rings_effective()
7951 emrp = MCIP_EFFECTIVE_PROPS(gmcip); in mac_set_rings_effective()
7972 gmcip = mgcp->mgc_client; in mac_set_rings_effective()
7973 emrp = MCIP_EFFECTIVE_PROPS(gmcip); in mac_set_rings_effective()
7989 gmcip = MAC_GROUP_ONLY_CLIENT(defgrp); in mac_set_rings_effective()
7990 emrp = MCIP_EFFECTIVE_PROPS(gmcip); in mac_set_rings_effective()