Home
last modified time | relevance | path

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

/linux-4.4.14/net/sched/
Dsch_hfsc.c678 int go_active; in init_vf() local
681 go_active = 1; in init_vf()
683 if (go_active && cl->cl_nactive++ == 0) in init_vf()
684 go_active = 1; in init_vf()
686 go_active = 0; in init_vf()
688 if (go_active) { in init_vf()
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
Dmac-ctxt.c898 bool go_active; member
908 data->go_active = true; in iwl_mvm_go_iterator()
939 cmd.p2p_dev.is_disc_extended = cpu_to_le32(data.go_active ? 1 : 0); in iwl_mvm_mac_ctxt_cmd_p2p_device()