Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_nix.c312 int bpid, blkaddr, lmac_chan_cnt; in rvu_nix_get_bpid() local
321 lmac_chan_cnt = cfg & 0xFF; in rvu_nix_get_bpid()
323 cgx_bpid_cnt = hw->cgx_links * lmac_chan_cnt; in rvu_nix_get_bpid()
344 bpid = (cgx_id * hw->lmac_per_cgx * lmac_chan_cnt) + in rvu_nix_get_bpid()
345 (lmac_id * lmac_chan_cnt) + req->chan_base; in rvu_nix_get_bpid()