Searched refs:rss_length (Results 1 – 2 of 2) sorted by relevance
| /qemu/hw/net/ |
| A D | net_rx_pkt.c | 309 size_t rss_length = 0; in net_rx_pkt_calc_rss_hash() local 317 _net_rx_rss_prepare_ip4(&rss_input[0], pkt, &rss_length); in net_rx_pkt_calc_rss_hash() 323 _net_rx_rss_prepare_ip4(&rss_input[0], pkt, &rss_length); in net_rx_pkt_calc_rss_hash() 324 _net_rx_rss_prepare_tcp(&rss_input[0], pkt, &rss_length); in net_rx_pkt_calc_rss_hash() 331 _net_rx_rss_prepare_tcp(&rss_input[0], pkt, &rss_length); in net_rx_pkt_calc_rss_hash() 348 _net_rx_rss_prepare_tcp(&rss_input[0], pkt, &rss_length); in net_rx_pkt_calc_rss_hash() 354 _net_rx_rss_prepare_ip4(&rss_input[0], pkt, &rss_length); in net_rx_pkt_calc_rss_hash() 355 _net_rx_rss_prepare_udp(&rss_input[0], pkt, &rss_length); in net_rx_pkt_calc_rss_hash() 362 _net_rx_rss_prepare_udp(&rss_input[0], pkt, &rss_length); in net_rx_pkt_calc_rss_hash() 369 _net_rx_rss_prepare_udp(&rss_input[0], pkt, &rss_length); in net_rx_pkt_calc_rss_hash() [all …]
|
| A D | trace-events | 95 net_rx_pkt_rss_hash(size_t rss_length, uint32_t rss_hash) "RSS hash for %zu bytes: 0x%X"
|
Completed in 4 milliseconds