Home
last modified time | relevance | path

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

/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_nix.c355 bpid = (cgx_id * hw->lmac_per_cgx * lmac_chan_cnt) + in rvu_nix_get_bpid()
1325 return (cgx_id * hw->lmac_per_cgx) + lmac_id; in nix_get_tx_link()
2870 link = (cgx * hw->lmac_per_cgx) + lmac; in rvu_mbox_handler_nix_set_hw_frs()
3024 slink = cgx * hw->lmac_per_cgx; in nix_link_config()
3171 hw->lmac_per_cgx = (cfg >> 8) & 0xF; in rvu_nix_init()
3172 hw->cgx_links = hw->cgx * hw->lmac_per_cgx; in rvu_nix_init()
Drvu.h253 u8 lmac_per_cgx; member