Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/netxen/
Dnetxen_nic.h332 struct cmd_desc_type0 { struct
333 u8 tcp_hdr_offset; /* For LSO only */
334 u8 ip_hdr_offset; /* For LSO only */
335 __le16 flags_opcode; /* 15:13 unused, 12:7 opcode, 6:0 flags */
336 __le32 nfrags__length; /* 31:8 total len, 7:0 frag count */
338 __le64 addr_buffer2;
340 __le16 reference_handle;
341 __le16 mss;
342 u8 port_ctxid; /* 7:4 ctxid 3:0 port */
343 u8 total_hdr_length; /* LSO only : MAC+IP+TCP Hdr size */
[all …]
/linux-2.6.39/drivers/net/qlcnic/
Dqlcnic.h172 struct cmd_desc_type0 { struct
173 u8 tcp_hdr_offset; /* For LSO only */
174 u8 ip_hdr_offset; /* For LSO only */
175 __le16 flags_opcode; /* 15:13 unused, 12:7 opcode, 6:0 flags */
176 __le32 nfrags__length; /* 31:8 total len, 7:0 frag count */
178 __le64 addr_buffer2;
180 __le16 reference_handle;
181 __le16 mss;
182 u8 port_ctxid; /* 7:4 ctxid 3:0 port */
183 u8 total_hdr_length; /* LSO only : MAC+IP+TCP Hdr size */
[all …]