Searched refs:pfc_bit_set (Results 1 – 1 of 1) sorted by relevance
30 u8 pfc_en, pfc_bit_set; in otx2_pfc_txschq_config() local35 pfc_bit_set = pfc_en & (1 << prio); in otx2_pfc_txschq_config()40 if (!pfc_bit_set || !pfvf->pfc_alloc_status[prio]) in otx2_pfc_txschq_config()106 u8 pfc_bit_set; in otx2_pfc_txschq_alloc() local110 pfc_bit_set = pfc_en & (1 << prio); in otx2_pfc_txschq_alloc()112 if (!pfc_bit_set || pfvf->pfc_alloc_status[prio]) in otx2_pfc_txschq_alloc()207 u8 pfc_en = pfvf->pfc_en, pfc_bit_set; in otx2_pfc_txschq_update() local213 pfc_bit_set = pfc_en & (1 << prio); in otx2_pfc_txschq_update()216 if (!pfc_bit_set && pfvf->pfc_alloc_status[prio]) { in otx2_pfc_txschq_update()241 if (!pfc_bit_set || pfvf->pfc_alloc_status[prio]) in otx2_pfc_txschq_update()[all …]