Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/sfc/
Dethtool.c865 rule->flow_type |= FLOW_EXT; in efx_ethtool_get_class_rule()
969 if ((rule->flow_type & FLOW_EXT) && in efx_ethtool_set_class_rule()
979 switch (rule->flow_type & ~FLOW_EXT) { in efx_ethtool_set_class_rule()
985 spec.ip_proto = ((rule->flow_type & ~FLOW_EXT) == TCP_V4_FLOW ? in efx_ethtool_set_class_rule()
1044 if ((rule->flow_type & FLOW_EXT) && rule->m_ext.vlan_tci) { in efx_ethtool_set_class_rule()
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/
Den_ethtool.c1225 switch (cmd->fs.flow_type & ~(FLOW_EXT | FLOW_MAC_EXT)) { in mlx4_en_validate_flow()
1264 if ((cmd->fs.flow_type & FLOW_EXT)) { in mlx4_en_validate_flow()
1294 if ((cmd->fs.flow_type & FLOW_EXT) && in mlx4_en_ethtool_add_mac_rule()
1448 switch (cmd->fs.flow_type & ~(FLOW_EXT | FLOW_MAC_EXT)) { in mlx4_en_ethtool_to_net_trans_rule()
/linux-4.1.27/include/uapi/linux/
Dethtool.h1340 #define FLOW_EXT 0x80000000 macro
/linux-4.1.27/drivers/net/ethernet/freescale/
Dgianfar_ethtool.c1175 if ((rule->flow_type & FLOW_EXT) && in gfar_convert_to_filer()
1200 switch (rule->flow_type & ~FLOW_EXT) { in gfar_convert_to_filer()
1607 if (flow->flow_type & FLOW_EXT) { in gfar_check_capability()
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
Dixgbe_ethtool.c2384 fsp->flow_type |= FLOW_EXT; in ixgbe_get_ethtool_fdir_entry()
2552 switch (fsp->flow_type & ~FLOW_EXT) { in ixgbe_flowspec_to_flow_type()
2648 if (fsp->flow_type & FLOW_EXT) { in ixgbe_add_ethtool_fdir_entry()
/linux-4.1.27/drivers/net/ethernet/intel/i40e/
Di40e_txrx.c407 switch (input->flow_type & ~FLOW_EXT) { in i40e_add_del_fdir()