Searched refs:nixlf (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/ethernet/marvell/octeontx2/af/ |
| H A D | rvu_rep.c | 150 rvu_read64(rvu, blkaddr, NIX_AF_LFX_RX_STATX(nixlf, reg)) 153 rvu_read64(rvu, blkaddr, NIX_AF_LFX_TX_STATX(nixlf, reg)) 160 int nixlf, blkaddr, err; in rvu_mbox_handler_nix_lf_stats() local 164 err = nix_get_nixlf(rvu, pcifunc, &nixlf, &blkaddr); in rvu_mbox_handler_nix_lf_stats() 329 int err, nixlf, i; in rvu_rep_install_mcam_rules() local 360 err = nix_get_nixlf(rvu, pcifunc, &nixlf, NULL); in rvu_rep_install_mcam_rules()
|
| /linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
| H A D | otx2_common.c | 1221 struct nix_lf_alloc_req *nixlf; in otx2_config_nix() local 1228 nixlf = otx2_mbox_alloc_msg_nix_lf_alloc(&pfvf->mbox); in otx2_config_nix() 1229 if (!nixlf) in otx2_config_nix() 1233 nixlf->rq_cnt = pfvf->hw.rx_queues; in otx2_config_nix() 1234 nixlf->sq_cnt = otx2_get_total_tx_queues(pfvf); in otx2_config_nix() 1235 nixlf->cq_cnt = pfvf->qset.cq_cnt; in otx2_config_nix() 1236 nixlf->rss_sz = MAX_RSS_INDIR_TBL_SIZE; in otx2_config_nix() 1237 nixlf->rss_grps = MAX_RSS_GROUPS; in otx2_config_nix() 1238 nixlf->xqe_sz = pfvf->hw.xqe_size == 128 ? NIX_XQESZ_W16 : NIX_XQESZ_W64; in otx2_config_nix() 1243 nixlf->npa_func = RVU_DEFAULT_PF_FUNC; in otx2_config_nix() [all …]
|