Lines Matching defs:info
837 struct ethtool_rxnfc *info)
854 info->data = 0;
857 switch (info->flow_type) {
860 info->data |= RXH_L4_B_0_1 | RXH_L4_B_2_3 |
865 info->data |= RXH_L4_B_0_1 | RXH_L4_B_2_3;
866 info->data |= RXH_IP_SRC | RXH_IP_DST;
872 info->data |= RXH_L4_B_0_1 | RXH_L4_B_2_3;
876 info->data |= RXH_IP_SRC | RXH_IP_DST;
880 info->data |= RXH_L4_B_0_1 | RXH_L4_B_2_3;
881 info->data |= RXH_IP_SRC | RXH_IP_DST;
888 info->data |= RXH_L4_B_0_1 | RXH_L4_B_2_3;
892 info->data |= RXH_IP_SRC | RXH_IP_DST;
1067 vmxnet3_get_rxnfc(struct net_device *netdev, struct ethtool_rxnfc *info,
1073 switch (info->cmd) {
1075 info->data = adapter->num_rx_queues;
1088 err = vmxnet3_get_rss_hash_opts(adapter, info);
1099 vmxnet3_set_rxnfc(struct net_device *netdev, struct ethtool_rxnfc *info)
1115 switch (info->cmd) {
1117 err = vmxnet3_set_rss_hash_opt(netdev, adapter, info);