Home
last modified time | relevance | path

Searched refs:FLOW_EXT (Results 1 – 25 of 26) sorted by relevance

12

/linux-6.3-rc2/drivers/net/dsa/
A Dbcm_sf2_cfp.c364 switch (fs->flow_type & ~FLOW_EXT) { in bcm_sf2_cfp_ipv4_rule_set()
378 if (fs->flow_type & FLOW_EXT) { in bcm_sf2_cfp_ipv4_rule_set()
600 switch (fs->flow_type & ~FLOW_EXT) { in bcm_sf2_cfp_rule_cmp()
616 if (rule->fs.flow_type & FLOW_EXT) { in bcm_sf2_cfp_rule_cmp()
644 switch (fs->flow_type & ~FLOW_EXT) { in bcm_sf2_cfp_ipv6_rule_set()
658 if (fs->flow_type & FLOW_EXT) { in bcm_sf2_cfp_ipv6_rule_set()
881 if (fs->flow_type & FLOW_EXT) { in bcm_sf2_cfp_rule_insert()
907 switch (fs->flow_type & ~FLOW_EXT) { in bcm_sf2_cfp_rule_insert()
941 if ((fs->flow_type & FLOW_EXT) && in bcm_sf2_cfp_rule_set()
/linux-6.3-rc2/drivers/net/ethernet/aquantia/atlantic/
A Daq_filters.c14 switch (fsp->flow_type & ~FLOW_EXT) { in aq_rule_is_approve()
191 if (fsp->flow_type & FLOW_EXT) { in aq_check_filter()
203 switch (fsp->flow_type & ~FLOW_EXT) { in aq_check_filter()
248 } else if ((fsp->flow_type & ~FLOW_EXT) != ETHER_FLOW && in aq_rule_is_not_support()
593 if (aq_rx_fltr->aq_fsp.flow_type & FLOW_EXT) { in aq_add_del_rule()
604 switch (aq_rx_fltr->aq_fsp.flow_type & ~FLOW_EXT) { in aq_add_del_rule()
/linux-6.3-rc2/drivers/net/ethernet/sfc/falcon/
A Dethtool.c944 rule->flow_type |= FLOW_EXT; in ef4_ethtool_get_class_rule()
1054 if ((rule->flow_type & FLOW_EXT) && in ef4_ethtool_set_class_rule()
1064 switch (rule->flow_type & ~FLOW_EXT) { in ef4_ethtool_set_class_rule()
1070 spec.ip_proto = ((rule->flow_type & ~FLOW_EXT) == TCP_V4_FLOW ? in ef4_ethtool_set_class_rule()
1105 spec.ip_proto = ((rule->flow_type & ~FLOW_EXT) == TCP_V6_FLOW ? in ef4_ethtool_set_class_rule()
1215 if ((rule->flow_type & FLOW_EXT) && rule->m_ext.vlan_tci) { in ef4_ethtool_set_class_rule()
/linux-6.3-rc2/drivers/net/ethernet/intel/ice/
A Dice_ethtool_fdir.c393 int flow = (int)flow_type & ~FLOW_EXT; in ice_fdir_rem_flow()
487 if (!(fsp->flow_type & FLOW_EXT)) in ice_parse_rx_flow_user_data()
1224 switch (fsp->flow_type & ~FLOW_EXT) { in ice_cfg_fdir_xtrct_seq()
1285 fltr_idx = ice_ethtool_flow_to_fltr(fsp->flow_type & ~FLOW_EXT); in ice_cfg_fdir_xtrct_seq()
1733 flow_type = fsp->flow_type & ~FLOW_EXT; in ice_set_fdir_input_set()
1746 if (fsp->flow_type & FLOW_EXT) { in ice_set_fdir_input_set()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
A Dethtool.c238 return flow_type & ~(FLOW_EXT | FLOW_MAC_EXT | FLOW_RSS); in mlx5i_flow_type_mask()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/
A Den_fs_ethtool.c58 return flow_type & ~(FLOW_EXT | FLOW_MAC_EXT | FLOW_RSS); in flow_type_mask()
385 if ((fs->flow_type & FLOW_EXT) && in set_flow_attrs()
713 if ((fs->flow_type & FLOW_EXT)) { in validate_flow()
/linux-6.3-rc2/drivers/net/ethernet/sfc/siena/
A Dethtool_common.c797 rule->flow_type |= FLOW_EXT; in efx_ethtool_get_class_rule()
929 u32 flow_type = rule->flow_type & ~(FLOW_EXT | FLOW_RSS); in efx_ethtool_set_class_rule()
946 if ((rule->flow_type & FLOW_EXT) && in efx_ethtool_set_class_rule()
1114 if ((rule->flow_type & FLOW_EXT) && rule->m_ext.vlan_tci) { in efx_ethtool_set_class_rule()
/linux-6.3-rc2/drivers/net/ethernet/sfc/
A Dethtool_common.c797 rule->flow_type |= FLOW_EXT; in efx_ethtool_get_class_rule()
928 u32 flow_type = rule->flow_type & ~(FLOW_EXT | FLOW_RSS); in efx_ethtool_set_class_rule()
945 if ((rule->flow_type & FLOW_EXT) && in efx_ethtool_set_class_rule()
1113 if ((rule->flow_type & FLOW_EXT) && rule->m_ext.vlan_tci) { in efx_ethtool_set_class_rule()
/linux-6.3-rc2/drivers/net/ethernet/intel/igc/
A Digc_ethtool.c975 fsp->flow_type |= FLOW_EXT; in igc_ethtool_get_nfc_rule()
993 fsp->flow_type |= FLOW_EXT; in igc_ethtool_get_nfc_rule()
1210 if ((fsp->flow_type & FLOW_EXT) && fsp->m_ext.vlan_tci) { in igc_ethtool_init_nfc_rule()
1236 if ((fsp->flow_type & FLOW_EXT) && fsp->h_ext.vlan_etype) { in igc_ethtool_init_nfc_rule()
1242 if ((fsp->flow_type & FLOW_EXT) && in igc_ethtool_init_nfc_rule()
1313 if ((fsp->flow_type & ~FLOW_EXT) != ETHER_FLOW) { in igc_ethtool_add_nfc_rule()
/linux-6.3-rc2/drivers/net/ethernet/intel/iavf/
A Diavf_ethtool.c1001 if (!(fsp->flow_type & FLOW_EXT)) in iavf_parse_rx_flow_user_data()
1047 fsp->flow_type |= FLOW_EXT; in iavf_fill_rx_flow_ext_data()
1262 if (fsp->flow_type & FLOW_EXT) { in iavf_add_fdir_fltr_info()
1269 flow_type = fsp->flow_type & ~(FLOW_EXT | FLOW_MAC_EXT | FLOW_RSS); in iavf_add_fdir_fltr_info()
/linux-6.3-rc2/drivers/net/ethernet/freescale/
A Dgianfar_ethtool.c1080 if ((rule->flow_type & FLOW_EXT) && in gfar_convert_to_filer()
1103 switch (rule->flow_type & ~FLOW_EXT) { in gfar_convert_to_filer()
1205 if (flow->flow_type & FLOW_EXT) { in gfar_check_capability()
/linux-6.3-rc2/drivers/net/ethernet/marvell/octeontx2/nic/
A Dotx2_flows.c821 flow_type = fsp->flow_type & ~(FLOW_EXT | FLOW_MAC_EXT | FLOW_RSS); in otx2_prepare_flow_request()
866 if (fsp->flow_type & FLOW_EXT) { in otx2_prepare_flow_request()
941 flow_type = fsp->flow_type & ~(FLOW_EXT | FLOW_MAC_EXT | FLOW_RSS); in otx2_is_flow_rule_dmacfilter()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx4/
A Den_ethtool.c1362 switch (cmd->fs.flow_type & ~(FLOW_EXT | FLOW_MAC_EXT)) { in mlx4_en_validate_flow()
1401 if ((cmd->fs.flow_type & FLOW_EXT)) { in mlx4_en_validate_flow()
1430 if ((cmd->fs.flow_type & FLOW_EXT) && in mlx4_en_ethtool_add_mac_rule()
1584 switch (cmd->fs.flow_type & ~(FLOW_EXT | FLOW_MAC_EXT)) { in mlx4_en_ethtool_to_net_trans_rule()
/linux-6.3-rc2/drivers/net/ethernet/intel/i40e/
A Di40e_ethtool.c3261 if (!(fsp->flow_type & FLOW_EXT)) in i40e_parse_rx_flow_user_data()
3304 fsp->flow_type |= FLOW_EXT; in i40e_fill_rx_flow_user_data()
3484 fsp->flow_type |= FLOW_EXT; in i40e_get_ethtool_fdir_entry()
4137 switch (fsp->flow_type & ~FLOW_EXT) { in i40e_flow_str()
4305 switch (fsp->flow_type & ~FLOW_EXT) { in i40e_check_fdir_input_set()
4357 switch (fsp->flow_type & ~FLOW_EXT) { in i40e_check_fdir_input_set()
4524 if (fsp->flow_type & FLOW_EXT) { in i40e_check_fdir_input_set()
4875 input->flow_type = fsp->flow_type & ~FLOW_EXT; in i40e_add_fdir_ethtool()
A Di40e_txrx.c599 switch (input->flow_type & ~FLOW_EXT) { in i40e_add_del_fdir()
/linux-6.3-rc2/drivers/net/ethernet/qlogic/qede/
A Dqede_filter.c1508 if ((fs->flow_type & FLOW_EXT) && in qede_flow_spec_validate_unused()
1514 if ((fs->flow_type & FLOW_EXT) && in qede_flow_spec_validate_unused()
1981 switch ((fs->flow_type & ~FLOW_EXT)) { in qede_flow_spec_to_rule()
/linux-6.3-rc2/include/uapi/linux/
A Dethtool.h2015 #define FLOW_EXT 0x80000000 macro
/linux-6.3-rc2/drivers/net/ethernet/freescale/dpaa2/
A Ddpaa2-ethtool.c556 if (fs->flow_type & FLOW_EXT) { in dpaa2_eth_prep_cls_rule()
/linux-6.3-rc2/drivers/net/ethernet/broadcom/genet/
A Dbcmgenet.c595 if (fs->flow_type & FLOW_EXT) { in bcmgenet_hfb_create_rxnfc_filter()
611 switch (fs->flow_type & ~(FLOW_EXT | FLOW_MAC_EXT)) { in bcmgenet_hfb_create_rxnfc_filter()
1379 switch (cmd->fs.flow_type & ~(FLOW_EXT | FLOW_MAC_EXT)) { in bcmgenet_validate_flow()
1409 if ((cmd->fs.flow_type & FLOW_EXT)) { in bcmgenet_validate_flow()
/linux-6.3-rc2/net/ethtool/
A Dioctl.c3154 switch (fs->flow_type & ~(FLOW_EXT | FLOW_MAC_EXT | FLOW_RSS)) { in ethtool_rx_flow_rule_create()
3285 switch (fs->flow_type & ~(FLOW_EXT | FLOW_MAC_EXT | FLOW_RSS)) { in ethtool_rx_flow_rule_create()
3302 if (fs->flow_type & FLOW_EXT) { in ethtool_rx_flow_rule_create()
/linux-6.3-rc2/drivers/net/ethernet/intel/igb/
A Digb_ethtool.c2460 fsp->flow_type |= FLOW_EXT; in igb_get_ethtool_nfc_entry()
2924 if ((fsp->flow_type & ~FLOW_EXT) != ETHER_FLOW) in igb_add_ethtool_nfc_entry()
2950 if ((fsp->flow_type & FLOW_EXT) && fsp->m_ext.vlan_tci) { in igb_add_ethtool_nfc_entry()
/linux-6.3-rc2/drivers/net/ethernet/intel/ixgbe/
A Dixgbe_ethtool.c2591 fsp->flow_type |= FLOW_EXT; in ixgbe_get_ethtool_fdir_entry()
2759 switch (fsp->flow_type & ~FLOW_EXT) { in ixgbe_flowspec_to_flow_type()
2873 if (fsp->flow_type & FLOW_EXT) { in ixgbe_add_ethtool_fdir_entry()
/linux-6.3-rc2/drivers/net/ethernet/marvell/mvpp2/
A Dmvpp2_cls.c550 switch (flow_type & ~(FLOW_EXT | FLOW_MAC_EXT | FLOW_RSS)) { in mvpp2_cls_ethtool_flow_to_type()
/linux-6.3-rc2/drivers/net/ethernet/hisilicon/hns3/hns3pf/
A Dhclge_main.c6051 if (fs->flow_type & FLOW_EXT) { in hclge_fd_check_ext_tuple()
6126 u32 flow_type = fs->flow_type & ~(FLOW_EXT | FLOW_MAC_EXT); in hclge_fd_parse_user_def_field()
6133 if (!(fs->flow_type & FLOW_EXT) || hclge_fd_is_user_def_all_masked(fs)) in hclge_fd_parse_user_def_field()
6196 flow_type = fs->flow_type & ~(FLOW_EXT | FLOW_MAC_EXT); in hclge_fd_check_spec()
6396 u32 flow_type = fs->flow_type & ~(FLOW_EXT | FLOW_MAC_EXT); in hclge_fd_get_tuple()
6430 if (fs->flow_type & FLOW_EXT) { in hclge_fd_get_tuple()
6872 if (fs->flow_type & FLOW_EXT) { in hclge_fd_get_ext_info()
6944 switch (fs->flow_type & ~(FLOW_EXT | FLOW_MAC_EXT)) { in hclge_get_fd_rule_info()
/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb4/
A Dcxgb4_ethtool.c1696 fs->flow_type |= FLOW_EXT; in cxgb4_fill_filter_rule()

Completed in 115 milliseconds

12