Searched refs:rss_length (Results 1 – 1 of 1) sorted by relevance
| /openbmc/qemu/hw/net/ |
| H 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() 330 _net_rx_rss_prepare_ip6(&rss_input[0], pkt, false, &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() 336 _net_rx_rss_prepare_ip6(&rss_input[0], pkt, false, &rss_length); in net_rx_pkt_calc_rss_hash() 341 _net_rx_rss_prepare_ip6(&rss_input[0], pkt, true, &rss_length); in net_rx_pkt_calc_rss_hash() 347 _net_rx_rss_prepare_ip6(&rss_input[0], pkt, true, &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() [all …]
|