Searched refs:is_sdp_pfvf (Results 1 – 4 of 4) sorted by relevance
| /drivers/net/ethernet/marvell/octeontx2/af/ |
| A D | rvu_sdp.c | 20 bool is_sdp_pfvf(struct rvu *rvu, u16 pcifunc) in is_sdp_pfvf() function 39 return (is_sdp_pfvf(rvu, pcifunc) && in is_sdp_pf() 49 return (is_sdp_pfvf(rvu, pcifunc) && in is_sdp_vf()
|
| A D | rvu.h | 914 bool is_sdp_pfvf(struct rvu *rvu, u16 pcifunc);
|
| A D | rvu_nix.c | 599 if (is_sdp_pfvf(rvu, pcifunc)) in nix_bp_disable() 742 if (is_sdp_pfvf(rvu, pcifunc)) in nix_bp_enable() 1678 if (is_sdp_pfvf(rvu, pcifunc)) in rvu_mbox_handler_nix_lf_alloc() 3551 if (is_lbk_vf(rvu, pcifunc) || is_sdp_pfvf(rvu, pcifunc)) in nix_update_mce_rule()
|
| A D | rvu.c | 1504 if (is_sdp_pfvf(rvu, pcifunc) && pf->sdp_info->node_id == 1) in rvu_get_nix_blkaddr()
|
Completed in 26 milliseconds