Searched refs:rep2pfvf_map (Results 1 – 2 of 2) sorted by relevance
187 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()
607 u16 *rep2pfvf_map; member