Home
last modified time | relevance | path

Searched refs:is_sdp_pfvf (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_sdp.c20 bool is_sdp_pfvf(u16 pcifunc) in is_sdp_pfvf() function
39 return (is_sdp_pfvf(pcifunc) && in is_sdp_pf()
45 return (is_sdp_pfvf(pcifunc) && in is_sdp_vf()
H A Drvu.h776 bool is_sdp_pfvf(u16 pcifunc);
H A Drvu_nix.c594 if (is_sdp_pfvf(pcifunc)) in rvu_mbox_handler_nix_bp_enable()
1505 if (is_sdp_pfvf(pcifunc)) in rvu_mbox_handler_nix_lf_alloc()
3170 if (is_afvf(pcifunc) || is_sdp_pfvf(pcifunc)) in nix_update_mce_rule()
H A Drvu.c1497 if (is_sdp_pfvf(pcifunc) && pf->sdp_info->node_id == 1) in rvu_get_nix_blkaddr()