Searched refs:sso_func (Results 1 – 2 of 2) sorted by relevance
1536 if (req->sso_func) { in rvu_mbox_handler_nix_lf_alloc()1538 if (req->sso_func == RVU_DEFAULT_PF_FUNC) in rvu_mbox_handler_nix_lf_alloc()1539 req->sso_func = pcifunc; in rvu_mbox_handler_nix_lf_alloc()1540 if (!is_pffunc_map_valid(rvu, req->sso_func, BLKTYPE_SSO)) in rvu_mbox_handler_nix_lf_alloc()1664 if (req->sso_func) in rvu_mbox_handler_nix_lf_alloc()1665 cfg |= (u64)req->sso_func << 16; in rvu_mbox_handler_nix_lf_alloc()
945 u16 sso_func; member