Searched refs:ex_dis (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/hw/net/ |
H A D | e1000e_core.c | 494 bool ex_dis = core->mac[RFCTL] & E1000_RFCTL_IPV6_EX_DIS; in e1000e_rss_get_hash_type() local 505 trace_e1000e_rx_rss_ip6(ex_dis, new_ex_dis, l4hdr_proto, in e1000e_rss_get_hash_type() 514 if ((!ex_dis || !ip6info->has_ext_hdrs) && in e1000e_rss_get_hash_type()
|
H A D | trace-events | 182 …ex_dis, bool new_ex_dis, int l4hdr_proto, bool has_ext_headers, bool ex_dst_valid, bool ex_src_val…
|
H A D | igb_core.c | 321 bool ex_dis = core->mac[RFCTL] & E1000_RFCTL_IPV6_EX_DIS; in igb_rss_get_hash_type() local 332 trace_e1000e_rx_rss_ip6(ex_dis, new_ex_dis, l4hdr_proto, in igb_rss_get_hash_type() 341 if ((!ex_dis || !ip6info->has_ext_hdrs) && in igb_rss_get_hash_type()
|