Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_dcbnl.c340 if (pfvf->queue_to_pfc_map[qidx] && pfc_enable) { in otx2_update_bpid_in_rqctx()
343 pfvf->queue_to_pfc_map[qidx], qidx); in otx2_update_bpid_in_rqctx()
352 pfvf->queue_to_pfc_map[qidx] = vlan_prio; in otx2_update_bpid_in_rqctx()
463 pfvf->queue_to_pfc_map = devm_kzalloc(pfvf->dev, pfvf->hw.rx_queues, in otx2_dcbnl_set_ops()
465 if (!pfvf->queue_to_pfc_map) in otx2_dcbnl_set_ops()
Dotx2_common.h497 u8 *queue_to_pfc_map; member
Dotx2_common.c981 aq->cq.bpid = pfvf->bpid[pfvf->queue_to_pfc_map[qidx]]; in otx2_cq_init()
1265 aq->aura.nix0_bpid = pfvf->bpid[pfvf->queue_to_pfc_map[aura_id]]; in otx2_aura_init()