Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/cxgb/common/
HDcxgb_t3_cpl.h1286 struct cpl_rx_pkt { struct
1288 __u8 opcode;
1290 __u8 iff:4;
1291 __u8 csum_valid:1;
1292 __u8 ipmi_pkt:1;
1293 __u8 vlan_valid:1;
1294 __u8 fragment:1;
1296 __u8 fragment:1;
1297 __u8 vlan_valid:1;
1298 __u8 ipmi_pkt:1;
[all …]
/freebsd-11-stable/sys/dev/cxgbe/common/
HDt4_msg.h1916 struct cpl_rx_pkt { struct
1918 __u8 opcode;
1920 __u8 iff:4;
1921 __u8 csum_calc:1;
1922 __u8 ipmi_pkt:1;
1923 __u8 vlan_ex:1;
1924 __u8 ip_frag:1;
1926 __u8 ip_frag:1;
1927 __u8 vlan_ex:1;
1928 __u8 ipmi_pkt:1;
[all …]