Home
last modified time | relevance | path

Searched refs:tx_chan_base (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_common.c661 int sdp_chan = hw->tx_chan_base + prio; in otx2_txschq_config()
942 aq->sq.default_chan = pfvf->hw.tx_chan_base + chan_offset; in otx2_sq_aq_init()
1898 pfvf->hw.tx_chan_base = rsp->tx_chan_base; in mbox_handler_nix_lf_alloc()
H A Dcn20k.c684 aq->sq.default_chan = pfvf->hw.tx_chan_base + chan_offset; in cn20k_sq_aq_init()
H A Dotx2_pf.c2700 req->channel = pf->hw.tx_chan_base; in otx2_do_set_vf_vlan()
/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_nix.c360 pfvf->tx_chan_base = pfvf->rx_chan_base; in nix_interface_init()
405 pfvf->tx_chan_base = vf & 0x1 ? in nix_interface_init()
448 pfvf->tx_chan_base = pfvf->rx_chan_base; in nix_interface_init()
1678 pfvf->tx_chan_base = RVU_SWITCH_LBK_CHAN; in rvu_mbox_handler_nix_lf_alloc()
1714 rsp->tx_chan_base = pfvf->tx_chan_base; in rvu_mbox_handler_nix_lf_alloc()
H A Drvu.h278 u16 tx_chan_base; member