Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_msg.h219 struct rss_header { struct
220 u8 opcode;
222 u8 channel:2;
223 u8 filter_hit:1;
224 u8 filter_tid:1;
225 u8 hash_type:2;
226 u8 ipv6:1;
227 u8 send2fw:1;
229 u8 send2fw:1;
230 u8 ipv6:1;
[all …]
/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dt3_cpl.h225 struct rss_header { struct
226 __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;