Home
last modified time | relevance | path

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

/drivers/net/ethernet/marvell/octeontx2/nic/
A Dotx2_common.c760 int chan_cnt = pfvf->hw.tx_chan_cnt; in otx2_txsch_alloc() local
774 if (is_otx2_sdp_rep(pfvf->pdev) && chan_cnt > 1) { in otx2_txsch_alloc()
775 req->schq[NIX_TXSCH_LVL_SMQ] = chan_cnt; in otx2_txsch_alloc()
776 req->schq[NIX_TXSCH_LVL_TL4] = chan_cnt; in otx2_txsch_alloc()
1814 req->chan_cnt = IEEE_8021QAZ_MAX_TCS; in otx2_nix_config_bp()
1817 req->chan_cnt = pfvf->hw.rx_chan_cnt; in otx2_nix_config_bp()
1839 req->chan_cnt = IEEE_8021QAZ_MAX_TCS; in otx2_nix_cpt_config_bp()
1842 req->chan_cnt = pfvf->hw.rx_chan_cnt; in otx2_nix_cpt_config_bp()
1906 for (chan = 0; chan < rsp->chan_cnt; chan++) { in mbox_handler_nix_bp_enable()
/drivers/net/ethernet/marvell/octeontx2/af/
A Drvu_npc.c658 int nixlf, u64 chan, u8 chan_cnt) in rvu_npc_install_promisc_entry() argument
721 if (chan_cnt > 1) { in rvu_npc_install_promisc_entry()
722 if (!is_power_of_2(chan_cnt)) { in rvu_npc_install_promisc_entry()
728 ilog2(chan_cnt)); in rvu_npc_install_promisc_entry()
A Drvu_nix.c612 for (chan = chan_base; chan < (chan_base + req->chan_cnt); chan++) { in nix_bp_disable()
678 if ((req->chan_base + req->chan_cnt) > NIX_BPIDS_PER_LMAC) in rvu_nix_get_bpid()
705 if ((req->chan_base + req->chan_cnt) > bp->sdp_bpid_cnt) in rvu_nix_get_bpid()
760 for (chan = chan_base; chan < (chan_base + req->chan_cnt); chan++) { in nix_bp_enable()
776 for (chan = 0; chan < req->chan_cnt; chan++) { in nix_bp_enable()
783 rsp->chan_cnt = req->chan_cnt; in nix_bp_enable()
A Dmbox.h1242 u8 chan_cnt; /* Number of channels */ member
1253 u8 chan_cnt; /* Number of channel for which bpids are assigned */ member
A Drvu.h1028 int nixlf, u64 chan, u8 chan_cnt);

Completed in 41 milliseconds