Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_nix.c510 int bpid, blkaddr, lmac_chan_cnt, sdp_chan_cnt; in rvu_nix_get_bpid() local
519 lmac_chan_cnt = cfg & 0xFF; in rvu_nix_get_bpid()
521 cgx_bpid_cnt = hw->cgx_links * lmac_chan_cnt; in rvu_nix_get_bpid()
546 bpid = (cgx_id * hw->lmac_per_cgx * lmac_chan_cnt) + in rvu_nix_get_bpid()
547 (lmac_id * lmac_chan_cnt) + req->chan_base; in rvu_nix_get_bpid()