Home
last modified time | relevance | path

Searched refs:sdp_chan_base (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/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
306 hw->sdp_chan_base = NIX_CHAN_SDP_CH_START; in rvu_set_channels_base()
327 sdp_chan_base = hw->lbk_chan_base + hw->lbk_links * nr_lbk_chans; in rvu_set_channels_base()
329 hw->sdp_chan_base = ALIGN(sdp_chan_base, nr_sdp_chans); in rvu_set_channels_base()
331 cgx_chan_base = hw->sdp_chan_base + hw->sdp_links * nr_sdp_chans; in rvu_set_channels_base()
472 start = hw->sdp_chan_base; in __rvu_nix_set_channels()
Drvu_sdp.c118 rsp->chan_base = hw->sdp_chan_base; in rvu_mbox_handler_get_sdp_chan_info()
Drvu.h413 u16 sdp_chan_base; /* SDP base channel number */ member
767 return hw->sdp_chan_base + chan; in rvu_nix_chan_sdp()
Drvu_nix.c618 int bpid, blkaddr, sdp_chan_base, err; in rvu_nix_get_bpid() local
677 sdp_chan_base = pfvf->rx_chan_base - NIX_CHAN_SDP_CH_START; in rvu_nix_get_bpid()
679 sdp_chan_base = pfvf->rx_chan_base - hw->sdp_chan_base; in rvu_nix_get_bpid()
681 bpid = bp->cgx_bpid_cnt + req->chan_base + sdp_chan_base; in rvu_nix_get_bpid()