Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_nix.c509 int bpid, blkaddr, lmac_chan_cnt, sdp_chan_cnt; in rvu_nix_get_bpid() local
518 lmac_chan_cnt = cfg & 0xFF; in rvu_nix_get_bpid()
520 cgx_bpid_cnt = hw->cgx_links * lmac_chan_cnt; in rvu_nix_get_bpid()
545 bpid = (cgx_id * hw->lmac_per_cgx * lmac_chan_cnt) + in rvu_nix_get_bpid()
546 (lmac_id * lmac_chan_cnt) + req->chan_base; in rvu_nix_get_bpid()