drivers/scsi/cxgbi/cxgb4i/cxgb4i.h

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

File Facts

System
Linux kernel
Corpus path
drivers/scsi/cxgbi/cxgb4i/cxgb4i.h
Extension
.h
Size
801 bytes
Lines
29
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

#ifndef	__CXGB4I_H__
#define	__CXGB4I_H__

#define	CXGB4I_SCSI_HOST_QDEPTH	1024
#define	CXGB4I_MAX_CONN		16384
#define	CXGB4I_MAX_TARGET	CXGB4I_MAX_CONN
#define	CXGB4I_MAX_LUN		0x1000

/* for TX: a skb must have a headroom of at least TX_HEADER_LEN bytes */
#define CXGB4I_TX_HEADER_LEN \
	(sizeof(struct fw_ofld_tx_data_wr) + sizeof(struct sge_opaque_hdr))

#define T5_ISS_VALID		(1 << 18)

#endif	/* __CXGB4I_H__ */

Annotation

Implementation Notes