Home
last modified time | relevance | path

Searched defs:flow (Results 1 – 25 of 236) sorted by relevance

12345678910

/openbmc/docs/designs/
H A Dpower-systems-memory-preserving-reboot.md127 #### 1 - Server fault and notification to BMC
134 #### 2 - Analyze the error data.
139 #### 3 - Initiate System Dump
144 #### 4 - Initiate Memory preserve transition
150 #### 5 - SBE collects the hardware data
155 #### 6 - BMC Start warm boot
163 #### 7 - Hostboot booting
176 #### 9 - HMC send request to dump offload
184 #### 10 - Hypervisor starts dump offload
190 #### 11 - Hypervisor sends down offload complete message
[all …]
/openbmc/linux/drivers/net/phy/mscc/
H A Dmscc_macsec.c371 struct macsec_flow *flow) in vsc8584_macsec_flow()
481 struct macsec_flow *flow) in vsc8584_macsec_flow_disable()
520 struct macsec_flow *flow, in vsc8584_macsec_transformation()
605 struct macsec_flow *flow; in vsc8584_macsec_alloc_flow() local
647 struct macsec_flow *flow; in vsc8584_macsec_default_flows() local
832 struct macsec_flow *flow; in vsc8584_macsec_add_rxsa() local
849 struct macsec_flow *flow; in vsc8584_macsec_upd_rxsa() local
872 struct macsec_flow *flow; in vsc8584_macsec_del_rxsa() local
886 struct macsec_flow *flow; in vsc8584_macsec_add_txsa() local
903 struct macsec_flow *flow; in vsc8584_macsec_upd_txsa() local
[all …]
/openbmc/linux/net/netfilter/
H A Dnf_flow_table_core.c21 flow_offload_fill_dir(struct flow_offload *flow, in flow_offload_fill_dir()
54 struct flow_offload *flow; in flow_offload_alloc() local
212 void flow_offload_free(struct flow_offload *flow) in flow_offload_free()
313 struct flow_offload *flow, bool force) in flow_offload_refresh()
336 struct flow_offload *flow) in flow_offload_del()
360 struct flow_offload *flow; in flow_offload_lookup() local
383 struct flow_offload *flow, void *data), in nf_flow_table_iterate()
388 struct flow_offload *flow; in nf_flow_table_iterate() local
416 const struct flow_offload *flow) in nf_flow_custom_gc()
422 struct flow_offload *flow, void *data) in nf_flow_offload_gc_step()
[all …]
H A Dnf_flow_table_offload.c24 struct flow_offload *flow; member
224 const struct flow_offload *flow, in flow_offload_eth_src()
271 const struct flow_offload *flow, in flow_offload_eth_dst()
328 const struct flow_offload *flow, in flow_offload_ipv4_snat()
355 const struct flow_offload *flow, in flow_offload_ipv4_dnat()
396 const struct flow_offload *flow, in flow_offload_ipv6_snat()
545 const struct flow_offload *flow, in flow_offload_redirect()
836 struct flow_offload *flow, in nf_flow_offload_tuple()
1040 struct flow_offload *flow) in nf_flow_offload_add()
1052 struct flow_offload *flow) in nf_flow_offload_del()
[all …]
H A Dnf_flow_table_ip.c22 static int nf_flow_state_check(struct flow_offload *flow, int proto, in nf_flow_state_check()
76 static void nf_flow_snat_ip(const struct flow_offload *flow, in nf_flow_snat_ip()
99 static void nf_flow_dnat_ip(const struct flow_offload *flow, in nf_flow_dnat_ip()
122 static void nf_flow_nat_ip(const struct flow_offload *flow, struct sk_buff *skb, in nf_flow_nat_ip()
372 struct flow_offload *flow; in nf_flow_offload_forward() local
423 struct flow_offload *flow; in nf_flow_offload_ip_hook() local
516 static void nf_flow_snat_ipv6(const struct flow_offload *flow, in nf_flow_snat_ipv6()
539 static void nf_flow_dnat_ipv6(const struct flow_offload *flow, in nf_flow_dnat_ipv6()
562 static void nf_flow_nat_ipv6(const struct flow_offload *flow, in nf_flow_nat_ipv6()
651 struct flow_offload *flow; in nf_flow_offload_ipv6_forward() local
[all …]
H A Dnf_tables_offload.c12 struct nft_flow_rule *flow; in nft_flow_rule_alloc() local
31 void nft_flow_rule_set_addr_type(struct nft_flow_rule *flow, in nft_flow_rule_set_addr_type()
54 struct nft_flow_rule *flow) in nft_flow_rule_transfer_vlan()
92 struct nft_flow_rule *flow; in nft_flow_rule_create() local
146 void nft_flow_rule_destroy(struct nft_flow_rule *flow) in nft_flow_rule_destroy()
245 const struct nft_flow_rule *flow, in nft_flow_cls_offload_setup()
266 struct nft_flow_rule *flow, in nft_flow_offload_cmd()
286 struct nft_flow_rule *flow, in nft_flow_offload_rule()
H A Dnft_payload.c307 struct nft_flow_rule *flow, in nft_payload_offload_ll()
376 struct nft_flow_rule *flow, in nft_payload_offload_ip()
416 struct nft_flow_rule *flow, in nft_payload_offload_ip6()
456 struct nft_flow_rule *flow, in nft_payload_offload_nh()
476 struct nft_flow_rule *flow, in nft_payload_offload_tcp()
504 struct nft_flow_rule *flow, in nft_payload_offload_udp()
532 struct nft_flow_rule *flow, in nft_payload_offload_th()
552 struct nft_flow_rule *flow, in nft_payload_offload()
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dflowring.c43 brcmf_flowring_is_tdls_mac(struct brcmf_flowring *flow, u8 mac[ETH_ALEN]) in brcmf_flowring_is_tdls_mac()
59 u32 brcmf_flowring_lookup(struct brcmf_flowring *flow, u8 da[ETH_ALEN], in brcmf_flowring_lookup()
103 u32 brcmf_flowring_create(struct brcmf_flowring *flow, u8 da[ETH_ALEN], in brcmf_flowring_create()
168 u8 brcmf_flowring_tid(struct brcmf_flowring *flow, u16 flowid) in brcmf_flowring_tid()
227 void brcmf_flowring_delete(struct brcmf_flowring *flow, u16 flowid) in brcmf_flowring_delete()
259 u32 brcmf_flowring_enqueue(struct brcmf_flowring *flow, u16 flowid, in brcmf_flowring_enqueue()
317 u32 brcmf_flowring_qlen(struct brcmf_flowring *flow, u16 flowid) in brcmf_flowring_qlen()
332 void brcmf_flowring_open(struct brcmf_flowring *flow, u16 flowid) in brcmf_flowring_open()
346 u8 brcmf_flowring_ifidx_get(struct brcmf_flowring *flow, u16 flowid) in brcmf_flowring_ifidx_get()
360 struct brcmf_flowring *flow; in brcmf_flowring_attach() local
[all …]
/openbmc/linux/include/net/
H A Dfq_impl.h41 struct fq_flow *flow, in fq_adjust_removal()
48 struct fq_flow *flow) in fq_flow_dequeue()
94 struct fq_flow *flow; in fq_tin_dequeue() local
148 struct fq_flow *flow; in fq_flow_classify() local
168 struct fq_flow *flow = NULL; in fq_find_fattest_flow() local
202 struct fq_flow *flow; in fq_tin_enqueue() local
253 struct fq_flow *flow, in fq_flow_filter()
279 struct fq_flow *flow; in fq_tin_filter() local
290 struct fq_flow *flow, in fq_flow_reset()
316 struct fq_flow *flow; in fq_tin_reset() local
[all …]
/openbmc/linux/net/openvswitch/
H A Dflow_table.c74 struct sw_flow *flow; in ovs_flow_alloc() local
488 struct sw_flow *flow; in table_instance_flow_flush() local
531 struct sw_flow *flow; in ovs_flow_tbl_dump_next() local
562 struct sw_flow *flow) in table_instance_insert()
590 struct sw_flow *flow; in flow_table_copy_flows() local
706 struct sw_flow *flow; in masked_flow_lookup() local
739 struct sw_flow *flow; in flow_lookup() local
796 struct sw_flow *flow; in ovs_flow_tbl_lookup_stats() local
857 struct sw_flow *flow; in ovs_flow_tbl_lookup() local
881 struct sw_flow *flow; in ovs_flow_tbl_lookup_exact() local
[all …]
/openbmc/linux/drivers/gpu/ipu-v3/
H A Dipu-dp.c46 u32 flow; member
64 struct ipu_flow flow[IPUV3_NUM_FLOWS]; member
82 struct ipu_flow *flow = to_flow(dp); in ipu_dp_set_global_alpha() local
117 struct ipu_flow *flow = to_flow(dp); in ipu_dp_set_window_pos() local
128 static void ipu_dp_csc_init(struct ipu_flow *flow, in ipu_dp_csc_init()
187 struct ipu_flow *flow = to_flow(dp); in ipu_dp_setup_channel() local
248 struct ipu_flow *flow = to_flow(dp); in ipu_dp_enable_channel() local
271 struct ipu_flow *flow = to_flow(dp); in ipu_dp_disable_channel() local
316 struct ipu_dp *ipu_dp_get(struct ipu_soc *ipu, unsigned int flow) in ipu_dp_get()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c659 struct mlx5e_tc_flow *flow, in mlx5e_tc_attach_mod_hdr()
1091 struct mlx5e_tc_flow *flow, in mlx5e_hairpin_flow_add()
3474 struct mlx5e_tc_flow *flow, in actions_match_supported()
3510 struct mlx5e_tc_flow *flow, in actions_prepare_mod_hdr_actions()
4328 struct mlx5e_tc_flow *flow; in mlx5e_alloc_flow() local
4412 struct mlx5e_tc_flow *flow; in __mlx5e_add_fdb_flow() local
4520 struct mlx5e_tc_flow *flow; in mlx5e_add_fdb_flow() local
4567 struct mlx5e_tc_flow *flow; in mlx5e_add_nic_flow() local
4700 struct mlx5e_tc_flow *flow; in mlx5e_configure_flower() local
4775 struct mlx5e_tc_flow *flow; in mlx5e_delete_flower() local
[all …]
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_priv.h146 static inline void __flow_flag_set(struct mlx5e_tc_flow *flow, unsigned long flag) in __flow_flag_set()
153 #define flow_flag_set(flow, flag) __flow_flag_set(flow, MLX5E_TC_FLOW_FLAG_##flag) argument
155 static inline bool __flow_flag_test_and_set(struct mlx5e_tc_flow *flow, in __flow_flag_test_and_set()
162 #define flow_flag_test_and_set(flow, flag) \ argument
166 static inline void __flow_flag_clear(struct mlx5e_tc_flow *flow, unsigned long flag) in __flow_flag_clear()
173 #define flow_flag_clear(flow, flag) __flow_flag_clear(flow, \ argument
176 static inline bool __flow_flag_test(struct mlx5e_tc_flow *flow, unsigned long flag) in __flow_flag_test()
185 #define flow_flag_test(flow, flag) __flow_flag_test(flow, \ argument
H A Dtc_tun_encap.c153 struct mlx5e_tc_flow *flow; in mlx5e_tc_encap_flows_add() local
222 struct mlx5e_tc_flow *flow; in mlx5e_tc_encap_flows_del() local
290 struct mlx5e_tc_flow *flow; in mlx5e_take_all_encap_flows() local
304 struct mlx5e_tc_flow *flow; in mlx5e_take_all_route_decap_flows() local
386 struct mlx5e_tc_flow *flow; in mlx5e_tc_update_neigh_used_value() local
526 struct mlx5e_tc_flow *flow, in mlx5e_detach_encap()
559 struct mlx5e_tc_flow *flow) in mlx5e_detach_decap()
1454 struct mlx5e_tc_flow *flow; in mlx5e_invalidate_encap() local
1495 struct mlx5e_tc_flow *flow; in mlx5e_reoffload_encap() local
1616 struct mlx5e_tc_flow *flow; in mlx5e_unoffload_flow_list() local
[all …]
/openbmc/linux/net/sched/
H A Dcls_flow.c67 static u32 flow_get_src(const struct sk_buff *skb, const struct flow_keys *flow) in flow_get_src()
77 static u32 flow_get_dst(const struct sk_buff *skb, const struct flow_keys *flow) in flow_get_dst()
88 const struct flow_keys *flow) in flow_get_proto()
94 const struct flow_keys *flow) in flow_get_proto_src()
103 const struct flow_keys *flow) in flow_get_proto_dst()
153 const struct flow_keys *flow) in flow_get_nfct_src()
166 const struct flow_keys *flow) in flow_get_nfct_dst()
179 const struct flow_keys *flow) in flow_get_nfct_proto_src()
187 const struct flow_keys *flow) in flow_get_nfct_proto_dst()
241 static u32 flow_key_get(struct sk_buff *skb, int key, struct flow_keys *flow) in flow_key_get()
H A Dsch_fq_codel.c116 static inline struct sk_buff *dequeue_head(struct fq_codel_flow *flow) in dequeue_head()
126 static inline void flow_queue_add(struct fq_codel_flow *flow, in flow_queue_add()
143 struct fq_codel_flow *flow; in fq_codel_drop() local
189 struct fq_codel_flow *flow; in fq_codel_enqueue() local
259 struct fq_codel_flow *flow; in dequeue_func() local
285 struct fq_codel_flow *flow; in fq_codel_dequeue() local
329 static void fq_codel_flow_purge(struct fq_codel_flow *flow) in fq_codel_flow_purge()
343 struct fq_codel_flow *flow = q->flows + i; in fq_codel_reset() local
502 struct fq_codel_flow *flow = q->flows + i; in fq_codel_init() local
638 const struct fq_codel_flow *flow = &q->flows[idx]; in fq_codel_dump_class_stats() local
/openbmc/intel-ipmi-oem/docs/
H A DIntel_IPMI_Platform_Events.md188 #### Event arrival
204 #### Platform Event payload parsing
290 #### Event data listing
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
H A Dgoto.c10 struct mlx5e_tc_flow *flow, in validate_goto_chain()
66 struct mlx5e_tc_flow *flow = parse_state->flow; in tc_act_can_offload_goto() local
93 struct mlx5e_tc_flow *flow = parse_state->flow; in tc_act_post_parse_goto() local
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dtid_rdma.c1685 struct tid_rdma_flow *flow; in find_flow_ib() local
1897 struct tid_rdma_flow *flow; in tid_rdma_rcv_read_request() local
2456 struct tid_rdma_flow *flow; in hfi1_rc_rcv_tid_rdma_read_resp() local
2633 struct tid_rdma_flow *flow; in restart_tid_rdma_read_req() local
2665 struct tid_rdma_flow *flow; in handle_read_kdeth_eflags() local
2866 struct tid_rdma_flow *flow; in hfi1_handle_kdeth_eflags() local
3050 struct tid_rdma_flow *flow; in hfi1_tid_rdma_restart_req() local
4046 struct tid_rdma_flow *flow; in hfi1_rc_rcv_tid_rdma_write_resp() local
4277 struct tid_rdma_flow *flow; in hfi1_rc_rcv_tid_rdma_write_data() local
4504 struct tid_rdma_flow *flow; in hfi1_rc_rcv_tid_rdma_ack() local
[all …]
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_ethtool_fdir.c41 static int ice_fltr_to_ethtool_flow(enum ice_fltr_ptype flow) in ice_fltr_to_ethtool_flow()
292 int status, flow; in ice_fdir_rem_adq_chnl() local
341 ice_fdir_get_hw_prof(struct ice_hw *hw, enum ice_block blk, int flow) in ice_fdir_get_hw_prof()
356 ice_fdir_erase_flow_from_hw(struct ice_hw *hw, enum ice_block blk, int flow) in ice_fdir_erase_flow_from_hw()
393 int flow = (int)flow_type & ~FLOW_EXT; in ice_fdir_rem_flow() local
419 int flow; in ice_fdir_release_flows() local
432 int flow; in ice_fdir_replay_flows() local
566 ice_fdir_alloc_flow_prof(struct ice_hw *hw, enum ice_fltr_ptype flow) in ice_fdir_alloc_flow_prof()
622 enum ice_fltr_ptype flow, enum ice_fd_hw_seg tun) in ice_fdir_set_hw_fltr_rule()
839 ice_create_init_fdir_rule(struct ice_pf *pf, enum ice_fltr_ptype flow) in ice_create_init_fdir_rule()
[all …]
H A Dice_virtchnl_fdir.c22 #define ICE_FLOW_PROF_FD(vsi, flow, tun_offs) \ argument
171 ice_vc_fdir_alloc_prof(struct ice_vf *vf, enum ice_fltr_ptype flow) in ice_vc_fdir_alloc_prof()
201 ice_vc_fdir_free_prof(struct ice_vf *vf, enum ice_fltr_ptype flow) in ice_vc_fdir_free_prof()
222 enum ice_fltr_ptype flow; in ice_vc_fdir_free_prof_all() local
335 enum ice_fltr_ptype flow = conf->input.flow_type; in ice_vc_fdir_set_flow_hdr() local
476 ice_vc_fdir_rem_prof(struct ice_vf *vf, enum ice_fltr_ptype flow, int tun) in ice_vc_fdir_rem_prof()
532 enum ice_fltr_ptype flow; in ice_vc_fdir_rem_prof_all() local
547 enum ice_fltr_ptype flow; in ice_vc_fdir_reset_cnt_all() local
636 ice_vc_fdir_write_flow_prof(struct ice_vf *vf, enum ice_fltr_ptype flow, in ice_vc_fdir_write_flow_prof()
757 enum ice_fltr_ptype flow; in ice_vc_fdir_config_input_set() local
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_tc.c370 struct bnxt_tc_flow *flow) in bnxt_tc_parse_flow()
790 struct bnxt_tc_flow *flow, in hwrm_cfa_decap_filter_alloc()
1001 bnxt_tc_get_ref_flow_handle(struct bnxt *bp, struct bnxt_tc_flow *flow, in bnxt_tc_get_ref_flow_handle()
1041 static bool bnxt_tc_can_offload(struct bnxt *bp, struct bnxt_tc_flow *flow) in bnxt_tc_can_offload()
1150 struct bnxt_tc_flow *flow, in bnxt_tc_get_ref_decap_handle()
1231 struct flowi4 flow = { {0} }; in bnxt_tc_resolve_tunnel_hdrs() local
1443 struct bnxt_tc_flow *flow, in bnxt_tc_put_tunnel_handle()
1453 struct bnxt_tc_flow *flow, in bnxt_tc_get_tunnel_handle()
1528 struct bnxt_tc_flow *flow; in bnxt_tc_add_flow() local
1629 struct bnxt_tc_flow *flow; in bnxt_tc_get_flow_stats() local
[all …]
/openbmc/qemu/hw/net/rocker/
H A Drocker_of_dpa.c309 OfDpaFlow *flow = value; in _of_dpa_flow_match() local
368 OfDpaFlow *flow; in of_dpa_flow_alloc() local
547 OfDpaFlow *flow) in of_dpa_vlan_insert()
572 OfDpaFlow *flow) in of_dpa_apply_actions()
596 OfDpaFlow *flow; in of_dpa_bridging_learn() local
708 OfDpaFlow *flow) in of_dpa_multicast_routing_action_write()
748 OfDpaFlow *flow) in of_dpa_acl_action_write()
1004 OfDpaFlow *flow; in of_dpa_flow_ig_tbl() local
1856 OfDpaFlow *flow = of_dpa_flow_find(of_dpa, cookie); in of_dpa_cmd_flow_add() local
1877 OfDpaFlow *flow = of_dpa_flow_find(of_dpa, cookie); in of_dpa_cmd_flow_mod() local
[all …]
/openbmc/linux/samples/bpf/
H A Dsockex2_kern.c63 struct flow_key_record *flow) in parse_ip()
87 struct flow_key_record *flow) in parse_ipv6()
101 struct flow_key_record *flow) in flow_dissector()
203 struct flow_key_record flow = {}; in bpf_prog2() local
/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_cls.c472 const struct mvpp2_cls_flow *flow) in mvpp2_cls_flow_prs_init()
480 const struct mvpp2_cls_flow *flow) in mvpp2_cls_flow_lkp_init()
583 const struct mvpp2_cls_flow *flow) in mvpp2_cls_flow_init()
721 const struct mvpp2_cls_flow *mvpp2_cls_flow_get(int flow) in mvpp2_cls_flow_get()
743 const struct mvpp2_cls_flow *flow; in mvpp2_port_rss_hash_opts_set() local
831 const struct mvpp2_cls_flow *flow; in mvpp2_port_rss_hash_opts_get() local
853 const struct mvpp2_cls_flow *flow; in mvpp2_cls_port_init_flows() local
1183 const struct mvpp2_cls_flow *flow; in mvpp2_port_cls_rfs_rule_remove() local
1208 const struct mvpp2_cls_flow *flow; in mvpp2_port_flt_rfs_rule_insert() local
1245 struct flow_rule *flow = rule->flow; in mvpp2_cls_c2_build_match() local
[all …]

12345678910