Searched refs:rx_chan_base (Results 1 – 11 of 11) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/af/ |
D | rvu_nix.c | 355 pfvf->rx_chan_base = rvu_nix_chan_cgx(rvu, cgx_id, lmac_id, 0); in nix_interface_init() 356 pfvf->tx_chan_base = pfvf->rx_chan_base; in nix_interface_init() 401 pfvf->rx_chan_base = rvu_nix_chan_lbk(rvu, lbkid, vf); in nix_interface_init() 411 pfvf->rx_chan_base, in nix_interface_init() 443 pfvf->rx_chan_base = req_chan_base; in nix_interface_init() 445 pfvf->tx_chan_base = pfvf->rx_chan_base; in nix_interface_init() 450 pfvf->rx_chan_base, in nix_interface_init() 459 pfvf->rx_chan_base, pfvf->mac_addr); in nix_interface_init() 471 nixlf, pfvf->rx_chan_base); in nix_interface_init() 593 chan_base = pfvf->rx_chan_base + req->chan_base; in rvu_mbox_handler_nix_bp_disable() [all …]
|
D | rvu_switch.c | 42 req.channel = pfvf->rx_chan_base; in rvu_switch_install_rx_rule()
|
D | rvu_npc_hash.c | 1650 pfvf->rx_chan_base, 0, &seq_id, true, in rvu_npc_exact_mac_addr_update() 1688 pfvf->rx_chan_base, 0, &seq_id, in rvu_npc_exact_mac_addr_add() 1779 pfvf->rx_chan_base, 0, &seq_id, in rvu_npc_exact_mac_addr_set()
|
D | rvu.h | 247 u16 rx_chan_base; member
|
D | mbox.h | 889 u16 rx_chan_base; member
|
D | rvu_npc.c | 3414 rsp->entry.kw[0] = pfvf->rx_chan_base; in rvu_mbox_handler_npc_read_base_steer_rule()
|
/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | otx2_flows.c | 385 req->channel = pf->hw.rx_chan_base; in otx2_do_add_macfilter() 995 req->channel = pfvf->hw.rx_chan_base; in otx2_add_flow_msg() 1421 req->channel = pfvf->hw.rx_chan_base; in otx2_install_rxvlan_offload_flow()
|
D | otx2_common.c | 1739 pfvf->hw.rx_chan_base = rsp->rx_chan_base; in mbox_handler_nix_lf_alloc()
|
D | otx2_common.h | 234 u16 rx_chan_base; member
|
D | otx2_pf.c | 2380 req->channel = pf->hw.rx_chan_base; in otx2_do_set_vf_mac() 2497 req->channel = pf->hw.rx_chan_base; in otx2_do_set_vf_vlan()
|
D | otx2_tc.c | 1300 req->channel = nic->hw.rx_chan_base; in otx2_tc_add_flow()
|