drivers/scsi/cxgbi/cxgb3i/cxgb3i.h

Source file repositories/reference/linux-study-clean/drivers/scsi/cxgbi/cxgb3i/cxgb3i.h

File Facts

System
Linux kernel
Corpus path
drivers/scsi/cxgbi/cxgb3i/cxgb3i.h
Extension
.h
Size
1492 bytes
Lines
63
Domain
Driver Families
Bucket
drivers/scsi
Inferred role
Driver Families: implementation source
Status
source implementation candidate

Why This File Exists

Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.

Dependency Surface

Detected Declarations

Annotated Snippet

struct cpl_iscsi_hdr_norss {
	union opcode_tid ot;
	u16 pdu_len_ddp;
	u16 len;
	u32 seq;
	u16 urg;
	u8 rsvd;
	u8 status;
};

struct cpl_rx_data_ddp_norss {
	union opcode_tid ot;
	u16 urg;
	u16 len;
	u32 seq;
	u32 nxt_seq;
	u32 ulp_crc;
	u32 ddp_status;
};
#endif

Annotation

Implementation Notes