Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_nix.c1353 if (req->npa_func) { in rvu_mbox_handler_nix_lf_alloc()
1355 if (req->npa_func == RVU_DEFAULT_PF_FUNC) in rvu_mbox_handler_nix_lf_alloc()
1356 req->npa_func = pcifunc; in rvu_mbox_handler_nix_lf_alloc()
1357 if (!is_pffunc_map_valid(rvu, req->npa_func, BLKTYPE_NPA)) in rvu_mbox_handler_nix_lf_alloc()
1488 if (req->npa_func) in rvu_mbox_handler_nix_lf_alloc()
1489 cfg = req->npa_func; in rvu_mbox_handler_nix_lf_alloc()
Dmbox.h857 u16 npa_func; member
/Linux-v6.6/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_common.c1159 nixlf->npa_func = RVU_DEFAULT_PF_FUNC; in otx2_config_nix()