Searched defs:cmd_desc_type0 (Results 1 – 4 of 4) sorted by relevance
| /kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/netxen/ |
| D | netxen_nic.h | 314 struct cmd_desc_type0 { struct 315 u8 tcp_hdr_offset; /* For LSO only */ 316 u8 ip_hdr_offset; /* For LSO only */ 317 __le16 flags_opcode; /* 15:13 unused, 12:7 opcode, 6:0 flags */ 318 __le32 nfrags__length; /* 31:8 total len, 7:0 frag count */ 320 __le64 addr_buffer2; 322 __le16 reference_handle; 323 __le16 mss; 324 u8 port_ctxid; /* 7:4 ctxid 3:0 port */ 325 u8 total_hdr_length; /* LSO only : MAC+IP+TCP Hdr size */ [all …]
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/netxen/ |
| D | netxen_nic.h | 314 struct cmd_desc_type0 { struct 315 u8 tcp_hdr_offset; /* For LSO only */ 316 u8 ip_hdr_offset; /* For LSO only */ 317 __le16 flags_opcode; /* 15:13 unused, 12:7 opcode, 6:0 flags */ 318 __le32 nfrags__length; /* 31:8 total len, 7:0 frag count */ 320 __le64 addr_buffer2; 322 __le16 reference_handle; 323 __le16 mss; 324 u8 port_ctxid; /* 7:4 ctxid 3:0 port */ 325 u8 total_hdr_length; /* LSO only : MAC+IP+TCP Hdr size */ [all …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qlcnic/ |
| D | qlcnic.h | 162 struct cmd_desc_type0 { struct 163 u8 tcp_hdr_offset; /* For LSO only */ 164 u8 ip_hdr_offset; /* For LSO only */ 165 __le16 flags_opcode; /* 15:13 unused, 12:7 opcode, 6:0 flags */ 166 __le32 nfrags__length; /* 31:8 total len, 7:0 frag count */ 168 __le64 addr_buffer2; 170 __le16 encap_descr; /* 15:10 offset of outer L3 header, 179 __le16 mss; 180 u8 port_ctxid; /* 7:4 ctxid 3:0 port */ 181 u8 hdr_length; /* LSO only : MAC+IP+TCP Hdr size */ [all …]
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qlcnic/ |
| D | qlcnic.h | 162 struct cmd_desc_type0 { struct 163 u8 tcp_hdr_offset; /* For LSO only */ 164 u8 ip_hdr_offset; /* For LSO only */ 165 __le16 flags_opcode; /* 15:13 unused, 12:7 opcode, 6:0 flags */ 166 __le32 nfrags__length; /* 31:8 total len, 7:0 frag count */ 168 __le64 addr_buffer2; 170 __le16 encap_descr; /* 15:10 offset of outer L3 header, 179 __le16 mss; 180 u8 port_ctxid; /* 7:4 ctxid 3:0 port */ 181 u8 hdr_length; /* LSO only : MAC+IP+TCP Hdr size */ [all …]
|