Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_nix.c497 int bpid, blkaddr, lmac_chan_cnt, sdp_chan_cnt; in rvu_nix_get_bpid() local
506 lmac_chan_cnt = cfg & 0xFF; in rvu_nix_get_bpid()
508 cgx_bpid_cnt = hw->cgx_links * lmac_chan_cnt; in rvu_nix_get_bpid()
533 bpid = (cgx_id * hw->lmac_per_cgx * lmac_chan_cnt) + in rvu_nix_get_bpid()
534 (lmac_id * lmac_chan_cnt) + req->chan_base; in rvu_nix_get_bpid()