Searched refs:npc_install_flow_req (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/marvell/octeontx2/af/ |
A D | rvu_switch.c | 14 struct npc_install_flow_req req = { 0 }; in rvu_switch_install_rx_rule() 42 struct npc_install_flow_req req = { 0 }; in rvu_switch_install_tx_rule()
|
A D | rvu_npc_fs.c | 1015 struct npc_install_flow_req *req, in npc_update_rx_entry() 1066 struct npc_install_flow_req *req, u16 target) in npc_update_tx_entry() 1102 struct npc_install_flow_req *req, in npc_install_flow() 1251 struct npc_install_flow_req *req, in rvu_mbox_handler_npc_install_flow()
|
A D | mbox.h | 235 npc_install_flow_req, npc_install_flow_rsp) \ 1456 struct npc_install_flow_req { struct
|
A D | rvu_npc.c | 606 struct npc_install_flow_req req = { 0 }; in rvu_npc_install_ucast_entry() 661 struct npc_install_flow_req req = { 0 }; in rvu_npc_install_promisc_entry() 764 struct npc_install_flow_req req = { 0 }; in rvu_npc_install_bcast_match_entry() 843 struct npc_install_flow_req req = { 0 }; in rvu_npc_install_allmulti_entry()
|
/linux-6.3-rc2/drivers/net/ethernet/marvell/octeontx2/nic/ |
A D | otx2_tc.c | 328 struct npc_install_flow_req *req, bool pps) in otx2_tc_act_set_police() 378 struct npc_install_flow_req *req, in otx2_tc_parse_actions() 473 struct npc_install_flow_req *req) in otx2_tc_prepare_flow() 787 struct npc_install_flow_req *req, dummy; in otx2_tc_add_flow() 806 memset(&dummy, 0, sizeof(struct npc_install_flow_req)); in otx2_tc_add_flow() 830 memcpy(req, &dummy, sizeof(struct npc_install_flow_req)); in otx2_tc_add_flow()
|
A D | otx2_flows.c | 349 struct npc_install_flow_req *req; in otx2_do_add_macfilter() 527 struct npc_install_flow_req *req, in otx2_prepare_ipv4_flow() 686 struct npc_install_flow_req *req, in otx2_prepare_ipv6_flow() 812 struct npc_install_flow_req *req) in otx2_prepare_flow_request() 962 struct npc_install_flow_req *req; in otx2_add_flow_msg() 1376 struct npc_install_flow_req *req; in otx2_install_rxvlan_offload_flow()
|
A D | otx2_pf.c | 2196 struct npc_install_flow_req *req; in otx2_do_set_vf_mac() 2256 struct npc_install_flow_req *req; in otx2_do_set_vf_vlan()
|
Completed in 35 milliseconds