Home
last modified time | relevance | path

Searched refs:cpt_chan_base (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_cn10k.c285 u16 sdp_chan_base, cgx_chan_base, cpt_chan_base; in rvu_set_channels_base() local
334 cpt_chan_base = hw->cgx_chan_base + hw->cgx_links * nr_cgx_chans; in rvu_set_channels_base()
335 hw->cpt_chan_base = ALIGN(cpt_chan_base, nr_cpt_chans); in rvu_set_channels_base()
340 if (cpt_chan_base <= NIX_CHAN_CPT_CH_START) { in rvu_set_channels_base()
341 hw->cpt_chan_base = NIX_CHAN_CPT_CH_START; in rvu_set_channels_base()
482 start = hw->cpt_chan_base; in __rvu_nix_set_channels()
Drvu.h382 u16 cpt_chan_base; /* CPT base channel number */ member
699 return rvu->hw->cpt_chan_base + chan; in rvu_nix_chan_cpt()
Drvu_cpt.c545 val |= (u64)rvu->hw->cpt_chan_base; in cpt_inline_ipsec_cfg_inbound()