Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_nix.c323 int bpid, blkaddr, lmac_chan_cnt; in rvu_nix_get_bpid() local
332 lmac_chan_cnt = cfg & 0xFF; in rvu_nix_get_bpid()
334 cgx_bpid_cnt = hw->cgx_links * lmac_chan_cnt; in rvu_nix_get_bpid()
355 bpid = (cgx_id * hw->lmac_per_cgx * lmac_chan_cnt) + in rvu_nix_get_bpid()
356 (lmac_id * lmac_chan_cnt) + req->chan_base; in rvu_nix_get_bpid()
/kernel/linux/linux-6.6/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()

Completed in 11 milliseconds