Lines Matching refs:gmcip

7454 	mac_client_impl_t	*gmcip;  in mac_rx_switch_group()  local
7489 gmcip = mgcp->mgc_client; in mac_rx_switch_group()
7491 mac_group_remove_client(fgrp, gmcip); in mac_rx_switch_group()
7492 mac_group_add_client(tgrp, gmcip); in mac_rx_switch_group()
7493 gmcip->mci_flent->fe_rx_ring_group = tgrp; in mac_rx_switch_group()
7514 gmcip = mgcp->mgc_client; in mac_rx_switch_group()
7516 if (mcip->mci_unicast == gmcip->mci_unicast) { in mac_rx_switch_group()
7517 mac_group_remove_client(fgrp, gmcip); in mac_rx_switch_group()
7518 mac_group_add_client(tgrp, gmcip); in mac_rx_switch_group()
7519 gmcip->mci_flent->fe_rx_ring_group = in mac_rx_switch_group()
7864 mac_client_impl_t *gmcip; in mac_tx_switch_group() local
7880 gmcip = mgcp->mgc_client; in mac_tx_switch_group()
7882 if (mcip->mci_unicast != gmcip->mci_unicast) in mac_tx_switch_group()
7885 (mac_client_handle_t)gmcip); in mac_tx_switch_group()
7887 gflent = gmcip->mci_flent; in mac_tx_switch_group()
7888 mac_group_remove_client(fgrp, gmcip); in mac_tx_switch_group()
7891 mac_group_add_client(tgrp, gmcip); in mac_tx_switch_group()
7897 mac_tx_srs_group_setup(gmcip, gflent, in mac_tx_switch_group()
7899 mac_fanout_setup(gmcip, gflent, in mac_tx_switch_group()
7900 MCIP_RESOURCE_PROPS(gmcip), mac_rx_deliver, in mac_tx_switch_group()
7901 gmcip, NULL, NULL); in mac_tx_switch_group()
7904 (mac_client_handle_t)gmcip); in mac_tx_switch_group()
7944 gmcip = mgcp->mgc_client; in mac_tx_switch_group()
7946 if (gmcip == mcip) in mac_tx_switch_group()
7948 mac_tx_client_quiesce((mac_client_handle_t)gmcip); in mac_tx_switch_group()
7949 gflent = gmcip->mci_flent; in mac_tx_switch_group()
7951 mac_group_remove_client(fgrp, gmcip); in mac_tx_switch_group()
7954 mac_group_add_client(tgrp, gmcip); in mac_tx_switch_group()
7959 mac_tx_srs_group_setup(gmcip, gflent, SRST_LINK); in mac_tx_switch_group()
7960 mac_fanout_setup(gmcip, gflent, in mac_tx_switch_group()
7961 MCIP_RESOURCE_PROPS(gmcip), mac_rx_deliver, in mac_tx_switch_group()
7962 gmcip, NULL, NULL); in mac_tx_switch_group()
7964 mac_tx_client_restart((mac_client_handle_t)gmcip); in mac_tx_switch_group()
8578 mac_client_impl_t *gmcip; in mac_set_rings_effective() local
8608 gmcip = mgcp->mgc_client; in mac_set_rings_effective()
8609 emrp = MCIP_EFFECTIVE_PROPS(gmcip); in mac_set_rings_effective()
8630 gmcip = mgcp->mgc_client; in mac_set_rings_effective()
8631 emrp = MCIP_EFFECTIVE_PROPS(gmcip); in mac_set_rings_effective()
8647 gmcip = MAC_GROUP_ONLY_CLIENT(defgrp); in mac_set_rings_effective()
8648 emrp = MCIP_EFFECTIVE_PROPS(gmcip); in mac_set_rings_effective()