flow_spec        3044 drivers/infiniband/hw/mlx5/main.c 	union ib_flow_spec *flow_spec;
flow_spec        3050 drivers/infiniband/hw/mlx5/main.c 	flow_spec = (union ib_flow_spec *)(ib_attr + 1);
flow_spec        3051 drivers/infiniband/hw/mlx5/main.c 	if (flow_spec->type == IB_FLOW_SPEC_IPV4) {
flow_spec        3054 drivers/infiniband/hw/mlx5/main.c 		ipv4_spec = (struct ib_flow_spec_ipv4 *)flow_spec;
flow_spec        3061 drivers/infiniband/hw/mlx5/main.c 	if (flow_spec->type == IB_FLOW_SPEC_ETH) {
flow_spec        3064 drivers/infiniband/hw/mlx5/main.c 		eth_spec = (struct ib_flow_spec_eth *)flow_spec;
flow_spec        1637 drivers/net/ethernet/mellanox/mlx4/en_ethtool.c 		memset(&loc_rule->flow_spec, 0,
flow_spec        1648 drivers/net/ethernet/mellanox/mlx4/en_ethtool.c 	memcpy(&loc_rule->flow_spec, &cmd->fs,
flow_spec        1683 drivers/net/ethernet/mellanox/mlx4/en_ethtool.c 	memset(&rule->flow_spec, 0, sizeof(struct ethtool_rx_flow_spec));
flow_spec        1702 drivers/net/ethernet/mellanox/mlx4/en_ethtool.c 		memcpy(&cmd->fs, &rule->flow_spec,
flow_spec         504 drivers/net/ethernet/mellanox/mlx4/mlx4_en.h 	struct ethtool_rx_flow_spec flow_spec;
flow_spec          40 drivers/net/ethernet/mellanox/mlx5/core/en_fs_ethtool.c 	struct ethtool_rx_flow_spec  flow_spec;
flow_spec         378 drivers/net/ethernet/mellanox/mlx5/core/en_fs_ethtool.c 		if (iter->flow_spec.location > rule->flow_spec.location)
flow_spec         470 drivers/net/ethernet/mellanox/mlx5/core/en_fs_ethtool.c 		if (iter->flow_spec.location == location)
flow_spec         692 drivers/net/ethernet/mellanox/mlx5/core/en_fs_ethtool.c 	eth_rule->flow_spec = *fs;
flow_spec         744 drivers/net/ethernet/mellanox/mlx5/core/en_fs_ethtool.c 		if (eth_rule->flow_spec.location == location) {
flow_spec         745 drivers/net/ethernet/mellanox/mlx5/core/en_fs_ethtool.c 			info->fs = eth_rule->flow_spec;