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()107 u8 pfc_bit_set; in otx2_pfc_txschq_alloc() local111 pfc_bit_set = pfc_en & (1 << prio); in otx2_pfc_txschq_alloc()113 if (!pfc_bit_set || pfvf->pfc_alloc_status[prio]) in otx2_pfc_txschq_alloc()202 u8 pfc_en = pfvf->pfc_en, pfc_bit_set; in otx2_pfc_txschq_update() local208 pfc_bit_set = pfc_en & (1 << prio); in otx2_pfc_txschq_update()211 if (!pfc_bit_set && pfvf->pfc_alloc_status[prio]) { in otx2_pfc_txschq_update()236 if (!pfc_bit_set || pfvf->pfc_alloc_status[prio]) in otx2_pfc_txschq_update()[all …]