Home
last modified time | relevance | path

Searched refs:npa_func (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_nix.c1241 if (req->npa_func) { in rvu_mbox_handler_nix_lf_alloc()
1243 if (req->npa_func == RVU_DEFAULT_PF_FUNC) in rvu_mbox_handler_nix_lf_alloc()
1244 req->npa_func = pcifunc; in rvu_mbox_handler_nix_lf_alloc()
1245 if (!is_pffunc_map_valid(rvu, req->npa_func, BLKTYPE_NPA)) in rvu_mbox_handler_nix_lf_alloc()
1376 if (req->npa_func) in rvu_mbox_handler_nix_lf_alloc()
1377 cfg = req->npa_func; in rvu_mbox_handler_nix_lf_alloc()
Dmbox.h725 u16 npa_func; member
/Linux-v5.15/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_common.c1047 nixlf->npa_func = RVU_DEFAULT_PF_FUNC; in otx2_config_nix()