Lines Matching refs:nixlf
966 struct nix_lf_alloc_req *nixlf; in otx2_config_nix() local
973 nixlf = otx2_mbox_alloc_msg_nix_lf_alloc(&pfvf->mbox); in otx2_config_nix()
974 if (!nixlf) in otx2_config_nix()
978 nixlf->rq_cnt = pfvf->hw.rx_queues; in otx2_config_nix()
979 nixlf->sq_cnt = pfvf->hw.tx_queues; in otx2_config_nix()
980 nixlf->cq_cnt = pfvf->qset.cq_cnt; in otx2_config_nix()
981 nixlf->rss_sz = MAX_RSS_INDIR_TBL_SIZE; in otx2_config_nix()
982 nixlf->rss_grps = 1; /* Single RSS indir table supported, for now */ in otx2_config_nix()
983 nixlf->xqe_sz = NIX_XQESZ_W16; in otx2_config_nix()
988 nixlf->npa_func = RVU_DEFAULT_PF_FUNC; in otx2_config_nix()
992 nixlf->rx_cfg = BIT_ULL(33) | BIT_ULL(35) | BIT_ULL(37); in otx2_config_nix()
999 &nixlf->hdr); in otx2_config_nix()
1379 attach->nixlf = true; in otx2_attach_npa_nix()