Home
last modified time | relevance | path

Searched refs:group_only_mcip (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/io/mac/
H A Dmac_datapath_setup.c2615 mac_group_next_state(mac_group_t *grp, mac_client_impl_t **group_only_mcip, in mac_group_next_state() argument
2620 *group_only_mcip = NULL; in mac_group_next_state()
2628 *group_only_mcip = MAC_GROUP_ONLY_CLIENT(grp); in mac_group_next_state()
2629 if (*group_only_mcip != NULL) in mac_group_next_state()
2643 *group_only_mcip = MAC_GROUP_ONLY_CLIENT(grp); in mac_group_next_state()
2644 if (*group_only_mcip == NULL) in mac_group_next_state()
2650 ASSERT(*group_only_mcip != NULL); in mac_group_next_state()
2843 mac_client_impl_t *group_only_mcip; in mac_datapath_setup() local
2895 (group_only_mcip = mac_primary_client_handle(mip)) != in mac_datapath_setup()
2898 group_only_mcip, rxhw); in mac_datapath_setup()
[all …]
H A Dmac.c6807 mac_client_impl_t *group_only_mcip; in mac_rx_switch_group() local
6871 next_state = mac_group_next_state(tgrp, &group_only_mcip, in mac_rx_switch_group()
7191 mac_client_impl_t *group_only_mcip; in mac_tx_switch_group() local
7227 &group_only_mcip, defgrp, B_FALSE); in mac_tx_switch_group()
7290 &group_only_mcip, defgrp, B_FALSE); in mac_tx_switch_group()
7306 tgrp->mrg_state = mac_group_next_state(tgrp, &group_only_mcip, in mac_tx_switch_group()