Home
last modified time | relevance | path

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

/drivers/net/ethernet/marvell/octeontx2/af/
A Drvu_cn10k.c299 u16 sdp_chan_base, cgx_chan_base, cpt_chan_base; in rvu_set_channels_base() local
320 hw->sdp_chan_base = NIX_CHAN_SDP_CH_START; in rvu_set_channels_base()
341 sdp_chan_base = hw->lbk_chan_base + hw->lbk_links * nr_lbk_chans; in rvu_set_channels_base()
343 hw->sdp_chan_base = ALIGN(sdp_chan_base, nr_sdp_chans); in rvu_set_channels_base()
345 cgx_chan_base = hw->sdp_chan_base + hw->sdp_links * nr_sdp_chans; in rvu_set_channels_base()
486 start = hw->sdp_chan_base; in __rvu_nix_set_channels()
A Drvu_sdp.c118 rsp->chan_base = hw->sdp_chan_base; in rvu_mbox_handler_get_sdp_chan_info()
A Drvu.h443 u16 sdp_chan_base; /* SDP base channel number */ member
831 return hw->sdp_chan_base + chan; in rvu_nix_chan_sdp()
A Drvu_nix.c651 int bpid, blkaddr, sdp_chan_base, err; in rvu_nix_get_bpid() local
710 sdp_chan_base = pfvf->rx_chan_base - NIX_CHAN_SDP_CH_START; in rvu_nix_get_bpid()
712 sdp_chan_base = pfvf->rx_chan_base - hw->sdp_chan_base; in rvu_nix_get_bpid()
714 bpid = bp->cgx_bpid_cnt + req->chan_base + sdp_chan_base; in rvu_nix_get_bpid()

Completed in 22 milliseconds