Home
last modified time | relevance | path

Searched refs:FNIC_MAX_SG_DESC_CNT (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/scsi/fnic/
Dfnic_io.h12 #define FNIC_MAX_SG_DESC_CNT 256 /* Maximum descriptors per sgl */ macro
26 struct host_sg_desc sg_desc[FNIC_MAX_SG_DESC_CNT];
Dfnic_main.c114 .sg_tablesize = FNIC_MAX_SG_DESC_CNT,