Home
last modified time | relevance | path

Searched refs:sso_func (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_nix.c1363 if (req->sso_func) { in rvu_mbox_handler_nix_lf_alloc()
1365 if (req->sso_func == RVU_DEFAULT_PF_FUNC) in rvu_mbox_handler_nix_lf_alloc()
1366 req->sso_func = pcifunc; in rvu_mbox_handler_nix_lf_alloc()
1367 if (!is_pffunc_map_valid(rvu, req->sso_func, BLKTYPE_SSO)) in rvu_mbox_handler_nix_lf_alloc()
1491 if (req->sso_func) in rvu_mbox_handler_nix_lf_alloc()
1492 cfg |= (u64)req->sso_func << 16; in rvu_mbox_handler_nix_lf_alloc()
H A Dmbox.h865 u16 sso_func; member