Searched refs:pband (Results 1 – 2 of 2) sorted by relevance
200 struct fq_perband_flows *pband = &q->band_flows[flow->band]; in fq_flow_add_tail() local202 &pband->new_flows : in fq_flow_add_tail()203 &pband->old_flows; in fq_flow_add_tail()639 static struct fq_flow_head *fq_pband_head_select(struct fq_perband_flows *pband) in fq_pband_head_select() argument641 if (pband->credit <= 0) in fq_pband_head_select()644 if (pband->new_flows.first) in fq_pband_head_select()645 return &pband->new_flows; in fq_pband_head_select()647 return pband->old_flows.first ? &pband->old_flows : NULL; in fq_pband_head_select()653 struct fq_perband_flows *pband; in fq_dequeue() local675 pband = &q->band_flows[q->band_nr]; in fq_dequeue()[all …]
1623 const char *pband, const char *pbandwidth, in _rtl8812ae_phy_set_txpower_limit() argument1679 if (strcmp(pband, "2.4G") == 0) { in _rtl8812ae_phy_set_txpower_limit()1703 } else if (strcmp(pband, "5G") == 0) { in _rtl8812ae_phy_set_txpower_limit()1728 "Cannot recognize the band info in %s\n", pband); in _rtl8812ae_phy_set_txpower_limit()