Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_nix.c504 #define NIX_BPIDS_PER_LMAC 8 macro
516 bp->cgx_bpid_cnt = rvu->hw->cgx_links * NIX_BPIDS_PER_LMAC; in nix_setup_bpids()
677 if ((req->chan_base + req->chan_cnt) > NIX_BPIDS_PER_LMAC) in rvu_nix_get_bpid()
681 bpid = (cgx_id * hw->lmac_per_cgx * NIX_BPIDS_PER_LMAC) + in rvu_nix_get_bpid()
682 (lmac_id * NIX_BPIDS_PER_LMAC) + req->chan_base; in rvu_nix_get_bpid()