Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/
H A Digb_core.h89 int max_queue_num; member
H A De1000e_core.h85 int max_queue_num; member
H A Digb.c330 s->core.max_queue_num = s->conf.peers.queues ? s->conf.peers.queues - 1 : 0; in igb_init_net_peer()
H A De1000e.c325 s->core.max_queue_num = s->conf.peers.queues ? s->conf.peers.queues - 1 : 0; in e1000e_init_net_peer()
H A De1000e_core.c667 int target_queue = MIN(core->max_queue_num, queue_index); in e1000e_tx_pkt_send()
982 for (i = 0; i <= core->max_queue_num; i++) { in e1000e_start_recv()
H A Digb_core.c567 int target_queue = MIN(core->max_queue_num, queue_index); in igb_tx_pkt_send()
973 for (i = 0; i <= core->max_queue_num; i++) { in igb_start_recv()
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_debugfs.c1327 u16 max_queue_num; in hns3_dbg_bd_file_init() local
1331 max_queue_num = hns3_get_max_available_channels(handle); in hns3_dbg_bd_file_init()
1332 data = devm_kzalloc(&handle->pdev->dev, max_queue_num * sizeof(*data), in hns3_dbg_bd_file_init()
1337 for (i = 0; i < max_queue_num; i++) { in hns3_dbg_bd_file_init()