Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_dcbnl.c30 u8 pfc_en, pfc_bit_set; in otx2_pfc_txschq_config() local
35 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() local
110 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() local
213 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 …]