Home
last modified time | relevance | path

Searched defs:rss_header (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_t3_cpl.h216 struct rss_header { struct
217 __u8 opcode;
219 __u8 cpu_idx:6;
220 __u8 hash_type:2;
222 __u8 hash_type:2;
223 __u8 cpu_idx:6;
225 __be16 cq_idx;
226 __be32 rss_hash_val;
/freebsd/sys/dev/cxgbe/common/
H A Dt4_msg.h370 struct rss_header { struct
371 __u8 opcode;
373 __u8 channel:2;
374 __u8 filter_hit:1;
375 __u8 filter_tid:1;
376 __u8 hash_type:2;
400 # define RSS_HDR struct rss_header rss_hdr; argument