Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_rep.c187 if (rvu->rep2pfvf_map[id] == pcifunc) in rvu_rep_get_vlan_id()
447 rvu->rep2pfvf_map = devm_kzalloc(rvu->dev, rvu->rep_cnt * in rvu_mbox_handler_get_rep_cnt()
449 if (!rvu->rep2pfvf_map) in rvu_mbox_handler_get_rep_cnt()
456 rvu->rep2pfvf_map[rep] = pcifunc; in rvu_mbox_handler_get_rep_cnt()
461 rvu->rep2pfvf_map[rep] = pcifunc | in rvu_mbox_handler_get_rep_cnt()
463 rsp->rep_pf_map[rep] = rvu->rep2pfvf_map[rep]; in rvu_mbox_handler_get_rep_cnt()
H A Drvu.h607 u16 *rep2pfvf_map; member