Searched refs:MAX_NUM_QUEUE (Results 1 – 2 of 2) sorted by relevance
| /Linux-v6.6/include/uapi/linux/ |
| D | ethtool.h | 1497 #define MAX_NUM_QUEUE 4096 macro 1509 __u32 queue_mask[__KERNEL_DIV_ROUND_UP(MAX_NUM_QUEUE, 32)];
|
| /Linux-v6.6/net/ethtool/ |
| D | ioctl.c | 2527 DECLARE_BITMAP(queue_mask, MAX_NUM_QUEUE); in ethtool_get_per_queue_coalesce() 2535 MAX_NUM_QUEUE); in ethtool_get_per_queue_coalesce() 2537 for_each_set_bit(bit, queue_mask, MAX_NUM_QUEUE) { in ethtool_get_per_queue_coalesce() 2560 DECLARE_BITMAP(queue_mask, MAX_NUM_QUEUE); in ethtool_set_per_queue_coalesce() 2568 bitmap_from_arr32(queue_mask, per_queue_opt->queue_mask, MAX_NUM_QUEUE); in ethtool_set_per_queue_coalesce() 2569 n_queue = bitmap_weight(queue_mask, MAX_NUM_QUEUE); in ethtool_set_per_queue_coalesce() 2574 for_each_set_bit(bit, queue_mask, MAX_NUM_QUEUE) { in ethtool_set_per_queue_coalesce()
|