Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_nix.c486 for (chan = chan_base; chan < (chan_base + req->chan_cnt); chan++) { in rvu_mbox_handler_nix_bp_disable()
529 if ((req->chan_base + req->chan_cnt) > 16) in rvu_nix_get_bpid()
543 if ((req->chan_base + req->chan_cnt) > 63) in rvu_nix_get_bpid()
552 if ((req->chan_base + req->chan_cnt) > 255) in rvu_nix_get_bpid()
596 for (chan = chan_base; chan < (chan_base + req->chan_cnt); chan++) { in rvu_mbox_handler_nix_bp_enable()
610 for (chan = 0; chan < req->chan_cnt; chan++) { in rvu_mbox_handler_nix_bp_enable()
617 rsp->chan_cnt = req->chan_cnt; in rvu_mbox_handler_nix_bp_enable()
Dmbox.h1174 u8 chan_cnt; /* Number of channels */ member
1187 u8 chan_cnt; /* Number of channel for which bpids are assigned */ member
Drvu_npc.c652 int nixlf, u64 chan, u8 chan_cnt) in rvu_npc_install_promisc_entry() argument
712 if (chan_cnt > 1) { in rvu_npc_install_promisc_entry()
713 if (!is_power_of_2(chan_cnt)) { in rvu_npc_install_promisc_entry()
719 ilog2(chan_cnt)); in rvu_npc_install_promisc_entry()
Drvu.h793 int nixlf, u64 chan, u8 chan_cnt);
/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_common.c1601 req->chan_cnt = pfvf->pfc_en ? IEEE_8021QAZ_MAX_TCS : 1; in otx2_nix_config_bp()
1604 req->chan_cnt = 1; in otx2_nix_config_bp()
1682 for (chan = 0; chan < rsp->chan_cnt; chan++) { in mbox_handler_nix_bp_enable()