Searched refs:new_ex_dis (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/hw/net/ |
H A D | e1000e_core.c | 495 bool new_ex_dis = core->mac[RFCTL] & E1000_RFCTL_NEW_IPV6_EXT_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() 515 (!new_ex_dis || !(ip6info->rss_ex_dst_valid || in e1000e_rss_get_hash_type()
|
H A D | trace-events | 182 …new_ex_dis, int l4hdr_proto, bool has_ext_headers, bool ex_dst_valid, bool ex_src_valid, uint32_t …
|
H A D | igb_core.c | 322 bool new_ex_dis = core->mac[RFCTL] & E1000_RFCTL_NEW_IPV6_EXT_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() 342 (!new_ex_dis || !(ip6info->rss_ex_dst_valid || in igb_rss_get_hash_type()
|