Searched refs:npc_install_flow_req (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.15/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | otx2_tc.c | 256 struct npc_install_flow_req *req, bool pps) in otx2_tc_act_set_police() 306 struct npc_install_flow_req *req, in otx2_tc_parse_actions() 396 struct npc_install_flow_req *req) in otx2_tc_prepare_flow() 679 struct npc_install_flow_req *req, dummy; in otx2_tc_add_flow() 698 memset(&dummy, 0, sizeof(struct npc_install_flow_req)); in otx2_tc_add_flow() 722 memcpy(req, &dummy, sizeof(struct npc_install_flow_req)); in otx2_tc_add_flow()
|
D | otx2_flows.c | 309 struct npc_install_flow_req *req; in otx2_do_add_macfilter() 487 struct npc_install_flow_req *req, in otx2_prepare_ipv4_flow() 646 struct npc_install_flow_req *req, in otx2_prepare_ipv6_flow() 767 struct npc_install_flow_req *req) in otx2_prepare_flow_request() 902 struct npc_install_flow_req *req; in otx2_add_flow_msg() 1284 struct npc_install_flow_req *req; in otx2_install_rxvlan_offload_flow()
|
D | otx2_pf.c | 2045 struct npc_install_flow_req *req; in otx2_do_set_vf_mac() 2105 struct npc_install_flow_req *req; in otx2_do_set_vf_vlan()
|
/Linux-v5.15/drivers/net/ethernet/marvell/octeontx2/af/ |
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()
|
D | rvu_npc_fs.c | 938 struct npc_install_flow_req *req, in npc_update_rx_entry() 977 struct npc_install_flow_req *req, u16 target) in npc_update_tx_entry() 1013 struct npc_install_flow_req *req, in npc_install_flow() 1152 struct npc_install_flow_req *req, in rvu_mbox_handler_npc_install_flow()
|
D | mbox.h | 226 npc_install_flow_req, npc_install_flow_rsp) \ 1286 struct npc_install_flow_req { struct
|
D | rvu_npc.c | 598 struct npc_install_flow_req req = { 0 }; in rvu_npc_install_ucast_entry() 648 struct npc_install_flow_req req = { 0 }; in rvu_npc_install_promisc_entry() 751 struct npc_install_flow_req req = { 0 }; in rvu_npc_install_bcast_match_entry() 822 struct npc_install_flow_req req = { 0 }; in rvu_npc_install_allmulti_entry()
|