Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_nix.c344 bpid = (cgx_id * hw->lmac_per_cgx * lmac_chan_cnt) + in rvu_nix_get_bpid()
1314 return (cgx_id * hw->lmac_per_cgx) + lmac_id; in nix_get_tx_link()
2858 link = (cgx * hw->lmac_per_cgx) + lmac; in rvu_mbox_handler_nix_set_hw_frs()
3011 slink = cgx * hw->lmac_per_cgx; in nix_link_config()
3158 hw->lmac_per_cgx = (cfg >> 8) & 0xF; in rvu_nix_init()
3159 hw->cgx_links = hw->cgx * hw->lmac_per_cgx; in rvu_nix_init()
H A Drvu.h249 u8 lmac_per_cgx; member