Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_cn10k.c296 hw->cgx_links = hw->cgx * hw->lmac_per_cgx; in rvu_set_channels_base()
331 cpt_chan_base = hw->cgx_chan_base + hw->cgx_links * nr_cgx_chans; in rvu_set_channels_base()
450 for (link = 0; link < hw->cgx_links; link++, nix_link++) { in __rvu_nix_set_channels()
Drvu_nix.c372 rsp->tx_link = hw->cgx_links + lbkid; in nix_interface_init()
413 rsp->tx_link = hw->cgx_links + hw->lbk_links; in nix_interface_init()
508 cgx_bpid_cnt = hw->cgx_links * lmac_chan_cnt; in rvu_nix_get_bpid()
1504 rsp->cgx_links = hw->cgx_links; in rvu_mbox_handler_nix_lf_alloc()
1755 for (link = 0; link < (hw->cgx_links + hw->lbk_links); link++) in nix_reset_tx_linkcfg()
1801 return hw->cgx_links; in nix_get_tx_link()
1808 return hw->cgx_links + hw->lbk_links; in nix_get_tx_link()
1824 *start = (hw->cap.nix_txsch_per_cgx_lmac * hw->cgx_links) + in nix_get_txschq_range()
2396 lbk_link_start = hw->cgx_links; in rvu_nix_tx_tl2_cfg()
3982 link = hw->cgx_links + hw->lbk_links; in rvu_mbox_handler_nix_set_hw_frs()
[all …]
Drvu.h361 u8 cgx_links; member
Dmbox.h870 u8 cgx_links; /* No. of CGX links present in HW */ member
/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_common.h241 u8 cgx_links; /* No. of CGX links present in HW */ member
Dotx2_common.c1663 pfvf->hw.cgx_links = rsp->cgx_links; in mbox_handler_nix_lf_alloc()