Searched refs:mrqc (Results 1 – 3 of 3) sorted by relevance
293 #define E1000_MRQC_EN_TCPIPV4(mrqc) ((mrqc) & BIT(16)) argument294 #define E1000_MRQC_EN_IPV4(mrqc) ((mrqc) & BIT(17)) argument295 #define E1000_MRQC_EN_TCPIPV6EX(mrqc) ((mrqc) & BIT(18)) argument296 #define E1000_MRQC_EN_IPV6EX(mrqc) ((mrqc) & BIT(19)) argument297 #define E1000_MRQC_EN_IPV6(mrqc) ((mrqc) & BIT(20)) argument
139 #define E1000_MRQC_ENABLED(mrqc) (((mrqc) & (BIT(0) | BIT(1))) == BIT(0)) argument
181 …rss_ip4(int l4hdr_proto, uint32_t mrqc, bool tcpipv4_enabled, bool ipv4_enabled) "RSS IPv4: L4 hea…183 …mrqc, bool tcpipv6ex_enabled, bool ipv6ex_enabled, bool ipv6_enabled) "RSS IPv6: ex_dis: %d, new_e…