Home
last modified time | relevance | path

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

/linux/drivers/scsi/fnic/
H A Dfnic_io.h12 #define FNIC_DFLT_SG_DESC_CNT 32 macro
23 struct host_sg_desc sg_desc[FNIC_DFLT_SG_DESC_CNT];
H A Dfnic_scsi.c605 if (sg_count > FNIC_DFLT_SG_DESC_CNT) in fnic_queuecommand()