Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/fnic/
Dfnic_io.h24 #define FNIC_MAX_SG_DESC_CNT 256 /* Maximum descriptors per sgl */ macro
38 struct host_sg_desc sg_desc[FNIC_MAX_SG_DESC_CNT];
Dfnic_main.c119 .sg_tablesize = FNIC_MAX_SG_DESC_CNT,