Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ethtool/
Dioctl.c2432 struct ethtool_per_queue_op *per_queue_opt) in ethtool_get_per_queue_coalesce() argument
2441 useraddr += sizeof(*per_queue_opt); in ethtool_get_per_queue_coalesce()
2443 bitmap_from_arr32(queue_mask, per_queue_opt->queue_mask, in ethtool_get_per_queue_coalesce()
2463 struct ethtool_per_queue_op *per_queue_opt) in ethtool_set_per_queue_coalesce() argument
2475 useraddr += sizeof(*per_queue_opt); in ethtool_set_per_queue_coalesce()
2477 bitmap_from_arr32(queue_mask, per_queue_opt->queue_mask, MAX_NUM_QUEUE); in ethtool_set_per_queue_coalesce()
2525 struct ethtool_per_queue_op per_queue_opt; in ethtool_set_per_queue() local
2527 if (copy_from_user(&per_queue_opt, useraddr, sizeof(per_queue_opt))) in ethtool_set_per_queue()
2530 if (per_queue_opt.sub_command != sub_cmd) in ethtool_set_per_queue()
2533 switch (per_queue_opt.sub_command) { in ethtool_set_per_queue()
[all …]