FreeBSD kernel CXGBE device code
rss_header Struct Reference

#include <t4_msg.h>

Data Fields

__u8 opcode
 
__u8 send2fw:1
 
__u8 ipv6:1
 
__u8 hash_type:2
 
__u8 filter_tid:1
 
__u8 filter_hit:1
 
__u8 channel:2
 
__be16 qid
 
__be32 hash_val
 

Detailed Description

Definition at line 372 of file t4_msg.h.

Field Documentation

◆ channel

__u8 rss_header::channel

Definition at line 387 of file t4_msg.h.

Referenced by ccr_write_phys_dsgl().

◆ filter_hit

__u8 rss_header::filter_hit

Definition at line 386 of file t4_msg.h.

◆ filter_tid

__u8 rss_header::filter_tid

Definition at line 385 of file t4_msg.h.

◆ hash_type

__u8 rss_header::hash_type

Definition at line 384 of file t4_msg.h.

Referenced by eth_rx().

◆ hash_val

__be32 rss_header::hash_val

Definition at line 390 of file t4_msg.h.

Referenced by ccr_write_phys_dsgl(), and eth_rx().

◆ ipv6

__u8 rss_header::ipv6

Definition at line 383 of file t4_msg.h.

Referenced by eth_rx().

◆ opcode

◆ qid

__be16 rss_header::qid

Definition at line 389 of file t4_msg.h.

Referenced by ccr_write_phys_dsgl().

◆ send2fw

__u8 rss_header::send2fw

Definition at line 382 of file t4_msg.h.


The documentation for this struct was generated from the following file: