Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_nix.c344 bpid = (cgx_id * hw->lmac_per_cgx * lmac_chan_cnt) + in rvu_nix_get_bpid()
1310 return (cgx_id * hw->lmac_per_cgx) + lmac_id; in nix_get_tx_link()
2854 link = (cgx * hw->lmac_per_cgx) + lmac; in rvu_mbox_handler_nix_set_hw_frs()
3007 slink = cgx * hw->lmac_per_cgx; in nix_link_config()
3154 hw->lmac_per_cgx = (cfg >> 8) & 0xF; in rvu_nix_init()
3155 hw->cgx_links = hw->cgx * hw->lmac_per_cgx; in rvu_nix_init()
Drvu.h249 u8 lmac_per_cgx; member