Home
last modified time | relevance | path

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

/linux/drivers/scsi/fnic/
H A Dfnic_io.h13 #define FNIC_MAX_SG_DESC_CNT 256 /* Maximum descriptors per sgl */ macro
27 struct host_sg_desc sg_desc[FNIC_MAX_SG_DESC_CNT];
H A Dfnic_main.c127 .sg_tablesize = FNIC_MAX_SG_DESC_CNT,