Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_common.c1682 struct npa_lf_alloc_req *npalf; in otx2_config_npa() local
1699 npalf = otx2_mbox_alloc_msg_npa_lf_alloc(&pfvf->mbox); in otx2_config_npa()
1700 if (!npalf) in otx2_config_npa()
1704 npalf->nr_pools = hw->pool_cnt; in otx2_config_npa()
1706 npalf->aura_sz = (aura_cnt >= ilog2(128)) ? (aura_cnt - 6) : 1; in otx2_config_npa()
1746 attach->npalf = true; in otx2_attach_npa_nix()