Home
last modified time | relevance | path

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

1234567

/drivers/net/phy/mscc/
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 …]
/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
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 …]
/drivers/net/ethernet/mellanox/mlx5/core/
A Den_tc.c659 struct mlx5e_tc_flow *flow, in mlx5e_tc_attach_mod_hdr()
1092 struct mlx5e_tc_flow *flow, in mlx5e_hairpin_flow_add()
3590 struct mlx5e_tc_flow *flow, in actions_match_supported()
3626 struct mlx5e_tc_flow *flow, in actions_prepare_mod_hdr_actions()
4444 struct mlx5e_tc_flow *flow; in mlx5e_alloc_flow() local
4528 struct mlx5e_tc_flow *flow; in __mlx5e_add_fdb_flow() local
4636 struct mlx5e_tc_flow *flow; in mlx5e_add_fdb_flow() local
4683 struct mlx5e_tc_flow *flow; in mlx5e_add_nic_flow() local
4816 struct mlx5e_tc_flow *flow; in mlx5e_configure_flower() local
4891 struct mlx5e_tc_flow *flow; in mlx5e_delete_flower() local
[all …]
/drivers/gpu/ipu-v3/
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()
/drivers/net/ethernet/mellanox/mlx5/core/en/
A Dtc_tun_encap.c161 struct mlx5e_tc_flow *flow; in mlx5e_tc_encap_flows_add() local
230 struct mlx5e_tc_flow *flow; in mlx5e_tc_encap_flows_del() local
298 struct mlx5e_tc_flow *flow; in mlx5e_take_all_encap_flows() local
312 struct mlx5e_tc_flow *flow; in mlx5e_take_all_route_decap_flows() local
394 struct mlx5e_tc_flow *flow; in mlx5e_tc_update_neigh_used_value() local
534 struct mlx5e_tc_flow *flow, in mlx5e_detach_encap()
567 struct mlx5e_tc_flow *flow) in mlx5e_detach_decap()
1460 struct mlx5e_tc_flow *flow; in mlx5e_invalidate_encap() local
1501 struct mlx5e_tc_flow *flow; in mlx5e_reoffload_encap() local
1622 struct mlx5e_tc_flow *flow; in mlx5e_unoffload_flow_list() local
[all …]
A Dtc_priv.h147 static inline void __flow_flag_set(struct mlx5e_tc_flow *flow, unsigned long flag) in __flow_flag_set()
154 #define flow_flag_set(flow, flag) __flow_flag_set(flow, MLX5E_TC_FLOW_FLAG_##flag) argument
156 static inline bool __flow_flag_test_and_set(struct mlx5e_tc_flow *flow, in __flow_flag_test_and_set()
163 #define flow_flag_test_and_set(flow, flag) \ argument
167 static inline void __flow_flag_clear(struct mlx5e_tc_flow *flow, unsigned long flag) in __flow_flag_clear()
174 #define flow_flag_clear(flow, flag) __flow_flag_clear(flow, \ argument
177 static inline bool __flow_flag_test(struct mlx5e_tc_flow *flow, unsigned long flag) in __flow_flag_test()
186 #define flow_flag_test(flow, flag) __flow_flag_test(flow, \ argument
/drivers/infiniband/hw/hfi1/
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 …]
/drivers/net/ethernet/broadcom/bnxt/
A Dbnxt_tc.c370 struct bnxt_tc_flow *flow) in bnxt_tc_parse_flow()
794 struct bnxt_tc_flow *flow, in hwrm_cfa_decap_filter_alloc()
1005 bnxt_tc_get_ref_flow_handle(struct bnxt *bp, struct bnxt_tc_flow *flow, in bnxt_tc_get_ref_flow_handle()
1045 static bool bnxt_tc_can_offload(struct bnxt *bp, struct bnxt_tc_flow *flow) in bnxt_tc_can_offload()
1154 struct bnxt_tc_flow *flow, in bnxt_tc_get_ref_decap_handle()
1235 struct flowi4 flow = { {0} }; in bnxt_tc_resolve_tunnel_hdrs() local
1447 struct bnxt_tc_flow *flow, in bnxt_tc_put_tunnel_handle()
1457 struct bnxt_tc_flow *flow, in bnxt_tc_get_tunnel_handle()
1532 struct bnxt_tc_flow *flow; in bnxt_tc_add_flow() local
1633 struct bnxt_tc_flow *flow; in bnxt_tc_get_flow_stats() local
[all …]
/drivers/net/ethernet/intel/ice/
A Dice_ethtool_fdir.c41 static int ice_fltr_to_ethtool_flow(enum ice_fltr_ptype flow) in ice_fltr_to_ethtool_flow()
300 int status, flow; in ice_fdir_rem_adq_chnl() local
347 ice_fdir_get_hw_prof(struct ice_hw *hw, enum ice_block blk, int flow) in ice_fdir_get_hw_prof()
362 ice_fdir_erase_flow_from_hw(struct ice_hw *hw, enum ice_block blk, int flow) in ice_fdir_erase_flow_from_hw()
398 int flow = (int)flow_type & ~FLOW_EXT; in ice_fdir_rem_flow() local
424 int flow; in ice_fdir_release_flows() local
437 int flow; in ice_fdir_replay_flows() local
577 ice_fdir_alloc_flow_prof(struct ice_hw *hw, enum ice_fltr_ptype flow) in ice_fdir_alloc_flow_prof()
633 enum ice_fltr_ptype flow, enum ice_fd_hw_seg tun) in ice_fdir_set_hw_fltr_rule()
849 ice_create_init_fdir_rule(struct ice_pf *pf, enum ice_fltr_ptype flow) in ice_create_init_fdir_rule()
[all …]
A Dice_virtchnl_fdir.c172 ice_vc_fdir_alloc_prof(struct ice_vf *vf, enum ice_fltr_ptype flow) in ice_vc_fdir_alloc_prof()
202 ice_vc_fdir_free_prof(struct ice_vf *vf, enum ice_fltr_ptype flow) in ice_vc_fdir_free_prof()
223 enum ice_fltr_ptype flow; in ice_vc_fdir_free_prof_all() local
336 enum ice_fltr_ptype flow = conf->input.flow_type; in ice_vc_fdir_set_flow_hdr() local
477 ice_vc_fdir_rem_prof(struct ice_vf *vf, enum ice_fltr_ptype flow, int tun) in ice_vc_fdir_rem_prof()
531 enum ice_fltr_ptype flow; in ice_vc_fdir_rem_prof_all() local
546 enum ice_fltr_ptype flow; in ice_vc_fdir_reset_cnt_all() local
635 ice_vc_fdir_write_flow_prof(struct ice_vf *vf, enum ice_fltr_ptype flow, in ice_vc_fdir_write_flow_prof()
754 enum ice_fltr_ptype flow; in ice_vc_fdir_config_input_set() local
2319 enum ice_fltr_ptype flow; in ice_vc_del_fdir_fltr() local
A Dice_fdir.c861 enum ice_fltr_ptype flow; in ice_fdir_get_gen_prgm_pkt() local
1126 bool ice_fdir_has_frag(enum ice_fltr_ptype flow) in ice_fdir_has_frag()
1185 ice_fdir_update_cntrs(struct ice_hw *hw, enum ice_fltr_ptype flow, bool add) in ice_fdir_update_cntrs()
/drivers/net/ethernet/marvell/mvpp2/
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 …]
/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
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
A Dact.c75 struct mlx5e_tc_flow *flow, in mlx5e_tc_act_init_parse_state()
118 mlx5e_tc_act_set_next_post_act(struct mlx5e_tc_flow *flow, in mlx5e_tc_act_set_next_post_act()
/drivers/dma/ti/
A Dk3-udma-glue.c716 struct k3_udma_glue_rx_flow *flow = &rx_chn->flows[flow_num]; in k3_udma_glue_release_rx_flow() local
736 struct k3_udma_glue_rx_flow *flow = &rx_chn->flows[flow_idx]; in k3_udma_glue_cfg_rx_flow() local
1279 struct k3_udma_glue_rx_flow *flow; in k3_udma_glue_rx_flow_get_fdq_id() local
1299 struct k3_udma_glue_rx_flow *flow = &rx_chn->flows[flow_idx]; in k3_udma_glue_rx_flow_enable() local
1342 struct k3_udma_glue_rx_flow *flow = &rx_chn->flows[flow_idx]; in k3_udma_glue_rx_flow_disable() local
1465 struct k3_udma_glue_rx_flow *flow = &rx_chn->flows[flow_num]; in k3_udma_glue_reset_rx_chn() local
1509 struct k3_udma_glue_rx_flow *flow = &rx_chn->flows[flow_num]; in k3_udma_glue_push_rx_chn() local
1518 struct k3_udma_glue_rx_flow *flow = &rx_chn->flows[flow_num]; in k3_udma_glue_pop_rx_chn() local
1527 struct k3_udma_glue_rx_flow *flow; in k3_udma_glue_rx_get_irq() local
/drivers/net/ethernet/netronome/nfp/flower/
A Dconntrack.c56 bool is_pre_ct_flow(struct flow_cls_offload *flow) in is_pre_ct_flow()
88 bool is_post_ct_flow(struct flow_cls_offload *flow) in is_post_ct_flow()
1481 struct flow_cls_offload *flow, in nfp_fl_ct_add_flow()
1807 struct flow_cls_offload *flow, in nfp_fl_ct_handle_pre_ct()
1882 struct flow_cls_offload *flow, in nfp_fl_ct_handle_post_ct()
2063 int nfp_fl_ct_stats(struct flow_cls_offload *flow, in nfp_fl_ct_stats()
2147 nfp_fl_ct_offload_nft_supported(struct flow_cls_offload *flow) in nfp_fl_ct_offload_nft_supported()
2168 nfp_fl_ct_offload_nft_flow(struct nfp_fl_ct_zone_entry *zt, struct flow_cls_offload *flow) in nfp_fl_ct_offload_nft_flow()
2213 struct flow_cls_offload *flow = type_data; in nfp_fl_ct_handle_nft_flow() local
A Doffload.c589 nfp_flower_update_merge_with_actions(struct nfp_fl_payload *flow, in nfp_flower_update_merge_with_actions()
705 nfp_flower_populate_merge_match(struct nfp_fl_payload *flow, in nfp_flower_populate_merge_match()
1128 struct nfp_fl_payload *flow, in nfp_flower_validate_pre_tun_rule()
1302 static bool offload_pre_check(struct flow_cls_offload *flow) in offload_pre_check()
1333 struct flow_cls_offload *flow) in nfp_flower_add_offload()
1552 struct flow_cls_offload *flow) in nfp_flower_del_offload()
1689 struct flow_cls_offload *flow) in nfp_flower_get_stats()
A Dqos_conf.c166 struct tc_cls_matchall_offload *flow, in nfp_flower_install_rate_limiter()
290 struct tc_cls_matchall_offload *flow, in nfp_flower_remove_rate_limiter()
466 struct tc_cls_matchall_offload *flow, in nfp_flower_stats_rate_limiter()
522 struct tc_cls_matchall_offload *flow) in nfp_flower_setup_qos_offload()
/drivers/net/ethernet/marvell/octeontx2/nic/
A Dotx2_flows.c469 static void otx2_add_flow_to_list(struct otx2_nic *pfvf, struct otx2_flow *flow) in otx2_add_flow_to_list()
974 static int otx2_add_flow_msg(struct otx2_nic *pfvf, struct otx2_flow *flow) in otx2_add_flow_msg()
1061 struct otx2_flow *flow) in otx2_add_flow_with_pfmac()
1095 struct otx2_flow *flow; in otx2_add_flow() local
1270 struct otx2_flow *flow; in otx2_remove_flow() local
1320 struct otx2_flow *flow, *tmp; in otx2_rss_ctx_flow_del() local
/drivers/crypto/allwinner/sun8i-ce/
A Dsun8i-ce-cipher.c148 int flow, i; in sun8i_ce_cipher_prepare() local
331 int flow; in sun8i_ce_cipher_unprepare() local
371 int flow, err; in sun8i_ce_cipher_run() local
A Dsun8i-ce-core.c182 int sun8i_ce_run_task(struct sun8i_ce_dev *ce, int flow, const char *name) in sun8i_ce_run_task()
287 int flow = 0; in ce_irq_handler() local
/drivers/net/ethernet/mellanox/mlx5/core/esw/
A Dipsec_fs.c137 struct mlx5e_tc_flow *flow) in mlx5_esw_ipsec_modify_flow_dests()
162 struct mlx5e_tc_flow *flow; in mlx5_esw_ipsec_restore_dest_uplink() local
/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
A Dact_stats.c104 struct mlx5e_tc_flow *flow) in mlx5e_tc_act_stats_del_flow()
133 struct mlx5e_tc_flow *flow) in mlx5e_tc_act_stats_add_flow()
/drivers/crypto/allwinner/sun8i-ss/
A Dsun8i-ss-core.c70 int flow = rctx->flow; in sun8i_ss_run_task() local
152 int flow = 0; in ss_irq_handler() local
/drivers/infiniband/hw/usnic/
A Dusnic_fwd.c203 struct usnic_fwd_flow *flow; in usnic_fwd_alloc_flow() local
269 int usnic_fwd_dealloc_flow(struct usnic_fwd_flow *flow) in usnic_fwd_dealloc_flow()

Completed in 102 milliseconds

1234567