Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_common.c762 int chan_cnt = pfvf->hw.tx_chan_cnt; in otx2_txsch_alloc()
1039 chan_offset = qidx % pfvf->hw.tx_chan_cnt; in otx2_sq_init()
1900 pfvf->hw.tx_chan_cnt = rsp->tx_chan_cnt; in mbox_handler_nix_lf_alloc()
/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_nix.c362 pfvf->tx_chan_cnt = 1; in nix_interface_init()
409 pfvf->tx_chan_cnt = 1; in nix_interface_init()
449 pfvf->tx_chan_cnt = pfvf->rx_chan_cnt; in nix_interface_init()
1679 pfvf->tx_chan_cnt = 1; in rvu_mbox_handler_nix_lf_alloc()
1716 rsp->tx_chan_cnt = pfvf->tx_chan_cnt; in rvu_mbox_handler_nix_lf_alloc()
H A Drvu.h280 u8 tx_chan_cnt; /* total number of TX channels */ member