Home
last modified time | relevance | path

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

/linux-6.15/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()
49 return (is_sdp_pfvf(pcifunc) && in is_sdp_vf()
H A Drvu.h868 bool is_sdp_pfvf(u16 pcifunc);
H A Drvu_nix.c598 if (is_sdp_pfvf(pcifunc)) in nix_bp_disable()
741 if (is_sdp_pfvf(pcifunc)) in nix_bp_enable()
1677 if (is_sdp_pfvf(pcifunc)) in rvu_mbox_handler_nix_lf_alloc()
3547 if (is_lbk_vf(rvu, pcifunc) || is_sdp_pfvf(pcifunc)) in nix_update_mce_rule()
H A Drvu.c1502 if (is_sdp_pfvf(pcifunc) && pf->sdp_info->node_id == 1) in rvu_get_nix_blkaddr()