Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_t3_cpl.h1285 struct cpl_rx_pkt { struct
1287 __u8 opcode;
1289 __u8 iff:4;
1290 __u8 csum_valid:1;
1291 __u8 ipmi_pkt:1;
1292 __u8 vlan_valid:1;
1293 __u8 fragment:1;
1295 __u8 fragment:1;
1296 __u8 vlan_valid:1;
1297 __u8 ipmi_pkt:1;
[all …]
/freebsd/sys/dev/cxgbe/common/
H A Dt4_msg.h1936 struct cpl_rx_pkt { struct
1938 __u8 opcode;
1940 __u8 iff:4;
1941 __u8 csum_calc:1;
1942 __u8 ipmi_pkt:1;
1943 __u8 vlan_ex:1;
1944 __u8 ip_frag:1;
1946 __u8 ip_frag:1;
1947 __u8 vlan_ex:1;
1948 __u8 ipmi_pkt:1;
[all …]