Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_dcbnl.c338 if (pfvf->queue_to_pfc_map[qidx] && pfc_enable) { in otx2_update_bpid_in_rqctx()
341 pfvf->queue_to_pfc_map[qidx], qidx); in otx2_update_bpid_in_rqctx()
350 pfvf->queue_to_pfc_map[qidx] = vlan_prio; in otx2_update_bpid_in_rqctx()
473 pfvf->queue_to_pfc_map = devm_kzalloc(pfvf->dev, pfvf->hw.rx_queues, in otx2_dcbnl_set_ops()
475 if (!pfvf->queue_to_pfc_map) in otx2_dcbnl_set_ops()
Dotx2_common.c1057 aq->cq.bpid = pfvf->bpid[pfvf->queue_to_pfc_map[qidx]]; in otx2_cq_init()
1343 aq->aura.nix0_bpid = pfvf->bpid[pfvf->queue_to_pfc_map[aura_id]]; in otx2_aura_init()
Dotx2_common.h522 u8 *queue_to_pfc_map; member