Searched defs:rss_header (Results 1 – 2 of 2) sorted by relevance
193 struct rss_header { struct194 u8 opcode;196 u8 channel:2;197 u8 filter_hit:1;198 u8 filter_tid:1;199 u8 hash_type:2;200 u8 ipv6:1;201 u8 send2fw:1;203 u8 send2fw:1;204 u8 ipv6:1;[all …]
225 struct rss_header { struct226 __u8 opcode;228 __u8 cpu_idx:6;229 __u8 hash_type:2;231 __u8 hash_type:2;232 __u8 cpu_idx:6;234 __be16 cq_idx;235 __be32 rss_hash_val;