Home
last modified time | relevance | path

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

/linux-5.19.10/net/sched/
Dsch_hfsc.c670 int go_active; in init_vf() local
673 go_active = 1; in init_vf()
675 if (go_active && cl->cl_nactive++ == 0) in init_vf()
676 go_active = 1; in init_vf()
678 go_active = 0; in init_vf()
680 if (go_active) { in init_vf()
/linux-5.19.10/drivers/net/wireless/intel/iwlwifi/mvm/
Dmac-ctxt.c706 bool go_active; member
716 data->go_active = true; in iwl_mvm_go_iterator()
745 cmd.p2p_dev.is_disc_extended = cpu_to_le32(data.go_active ? 1 : 0); in iwl_mvm_mac_ctxt_cmd_p2p_device()