Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/
H A Dvirtio_net.c190 u16 max_queue_pairs; member
1555 for (i = 0; i < vi->max_queue_pairs; i++) { in virtnet_open()
1844 for (i = 0; i < vi->max_queue_pairs; i++) { in virtnet_stats()
1930 for (i = 0; i < vi->max_queue_pairs; i++) { in virtnet_close()
2044 for (i = 0; i < vi->max_queue_pairs; i++) { in virtnet_clean_affinity()
2179 if (queue_pairs > vi->max_queue_pairs || queue_pairs == 0) in virtnet_set_channels()
2287 channels->max_combined = vi->max_queue_pairs; in virtnet_get_channels()
2329 for (i = 0; i < vi->max_queue_pairs; i++) in virtnet_set_coalesce()
2509 if (curr_qp + xdp_qp > vi->max_queue_pairs) { in virtnet_xdp_set()
2511 curr_qp + xdp_qp, vi->max_queue_pairs); in virtnet_xdp_set()
[all …]