Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/chxge/
H A Dsge.h520 struct cpl_rx_pkt { struct
521 __u8 opcode;
523 __u8 iff:4;
525 __u8 bad_pkt:1;
527 __u8 rsvd:1;
529 __u8 rsvd:1;
531 __u8 bad_pkt:1;
533 __u8 iff:4;
535 __u16 csum;
536 __u16 vlan;
[all …]
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_msg.h1859 __u8 opcode;
1861 __u8 iff:4;
1864 __u8 vlan_ex:1;
1865 __u8 ip_frag:1;
1867 __u8 ip_frag:1;
1868 __u8 vlan_ex:1;
1871 __u8 iff:4;
1873 __be16 csum;
1874 __be16 vlan;
1875 __be16 len;
[all …]