Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/net/ethernet/marvell/octeontx2/nic/
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()
1756 req->chan_cnt = IEEE_8021QAZ_MAX_TCS; in otx2_nix_config_bp()
1759 req->chan_cnt = 1; in otx2_nix_config_bp()
1781 req->chan_cnt = IEEE_8021QAZ_MAX_TCS; in otx2_nix_cpt_config_bp()
1784 req->chan_cnt = 1; in otx2_nix_cpt_config_bp()
1848 for (chan = 0; chan < rsp->chan_cnt; chan++) { in mbox_handler_nix_bp_enable()
/linux-6.14.4/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_npc.c656 int nixlf, u64 chan, u8 chan_cnt) in rvu_npc_install_promisc_entry() argument
719 if (chan_cnt > 1) { in rvu_npc_install_promisc_entry()
720 if (!is_power_of_2(chan_cnt)) { in rvu_npc_install_promisc_entry()
726 ilog2(chan_cnt)); in rvu_npc_install_promisc_entry()
Drvu_nix.c611 for (chan = chan_base; chan < (chan_base + req->chan_cnt); chan++) { in nix_bp_disable()
677 if ((req->chan_base + req->chan_cnt) > NIX_BPIDS_PER_LMAC) in rvu_nix_get_bpid()
704 if ((req->chan_base + req->chan_cnt) > bp->sdp_bpid_cnt) in rvu_nix_get_bpid()
759 for (chan = chan_base; chan < (chan_base + req->chan_cnt); chan++) { in nix_bp_enable()
775 for (chan = 0; chan < req->chan_cnt; chan++) { in nix_bp_enable()
782 rsp->chan_cnt = req->chan_cnt; in nix_bp_enable()
Dmbox.h1224 u8 chan_cnt; /* Number of channels */ member
1235 u8 chan_cnt; /* Number of channel for which bpids are assigned */ member
Drvu.h965 int nixlf, u64 chan, u8 chan_cnt);