Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/
H A Dnet_rx_pkt.c309 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 …]
H A Dtrace-events95 net_rx_pkt_rss_hash(size_t rss_length, uint32_t rss_hash) "RSS hash for %zu bytes: 0x%X"