Searched refs:mi_nactiveclients (Results 1 – 6 of 6) sorted by relevance
1793 if (mip->mi_nactiveclients == in mac_client_set_rings_prop()2290 if (mip->mi_nactiveclients == 1) { in mac_update_single_active_client()2366 mip->mi_nactiveclients++; in mac_client_datapath_setup()2455 if (mip->mi_nactiveclients == 2) { in mac_client_datapath_setup()2488 mip->mi_nactiveclients--; in mac_client_datapath_setup()2680 if (mip->mi_nactiveclients != 0) in i_mac_unicast_add()2959 mip->mi_nactiveclients--; in mac_client_datapath_teardown()3016 if (mip->mi_nactiveclients == 1) { in mac_client_datapath_teardown()3583 mip->mi_nactiveclients == 1 && in mac_tx()4370 if (mip->mi_nactiveclients > 1) { in mac_capab_get()
2699 if (rx_group && mip->mi_nactiveclients != 1) in mac_group_next_state()2953 if (!isprimary && mip->mi_nactiveclients == 2 && in mac_datapath_setup()3113 mip->mi_nactiveclients > 1); in mac_datapath_setup()3370 VERIFY3U(mip->mi_nactiveclients, ==, 1); in mac_datapath_teardown()3391 mip->mi_nactiveclients == 1 && in mac_datapath_teardown()
568 ASSERT(mip->mi_nactiveclients == 0); in i_mac_destructor()1153 ASSERT(mip->mi_nactiveclients == 0 && in mac_rele()1258 mip->mi_nactiveclients == 0); in mac_stop()7068 } else if (isprimary && mip->mi_nactiveclients == 1 && in mac_reserve_rx_group()8695 ASSERT(mip->mi_nactiveclients == 2); in mac_check_primary_relocation()
594 ASSERT(mip->mi_nactiveclients == 0 && !(mip->mi_state_flags & in mac_unregister()
4335 if (mip->mi_nactiveclients == 1) { in mac_tx_send()
456 uint_t mi_nactiveclients; /* SL */ member