Searched refs:ethtool_rxnfc_copy_struct (Results 1 – 1 of 1) sorted by relevance
| /linux/net/ethtool/ |
| H A D | ioctl.c | 922 static int ethtool_rxnfc_copy_struct(u32 cmd, struct ethtool_rxnfc *info, in ethtool_rxnfc_copy_struct() function 1098 rc = ethtool_rxnfc_copy_struct(cmd, &info, &info_size, useraddr); in ethtool_set_rxfh_fields() 1149 ret = ethtool_rxnfc_copy_struct(cmd, &info, &info_size, useraddr); in ethtool_get_rxfh_fields() 1183 rc = ethtool_rxnfc_copy_struct(cmd, &info, &info_size, useraddr); in ethtool_set_rxnfc() 1220 ret = ethtool_rxnfc_copy_struct(cmd, &info, &info_size, useraddr); in ethtool_get_rxrings() 1246 ret = ethtool_rxnfc_copy_struct(cmd, &info, &info_size, useraddr); in ethtool_get_rxnfc()
|