Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_dcbnl.c40 if (!pfc_bit_set || !pfvf->pfc_alloc_status[prio]) in otx2_pfc_txschq_config()
100 pfvf->pfc_alloc_status[prio] = true; in otx2_pfc_txschq_alloc_one()
113 if (!pfc_bit_set || pfvf->pfc_alloc_status[prio]) in otx2_pfc_txschq_alloc()
137 pfvf->pfc_alloc_status[prio] = false; in otx2_pfc_txschq_stop_one()
149 if (pfvf->pfc_alloc_status[prio]) in otx2_pfc_update_sq_smq_mapping()
190 if (pfvf->pfc_alloc_status[prio]) in otx2_pfc_update_sq_smq_mapping()
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()
275 if (!pfc_bit_set || !pfvf->pfc_alloc_status[prio]) in otx2_pfc_txschq_stop()
Dotx2_common.h524 bool pfc_alloc_status[NIX_PF_PFC_PRIO_MAX]; member
917 if (qidx < NIX_PF_PFC_PRIO_MAX && pfvf->pfc_alloc_status[qidx]) in otx2_get_smq_idx()
Dotx2_pf.c2147 !pf->pfc_alloc_status[vlan_prio]) in otx2_select_queue()