Home
last modified time | relevance | path

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

/linux-6.12.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()
107 u8 pfc_bit_set; in otx2_pfc_txschq_alloc() local
111 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() local
208 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 …]