Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/fnic/
H A Dfnic_io.h11 #define FNIC_DFLT_SG_DESC_CNT 32 macro
22 struct host_sg_desc sg_desc[FNIC_DFLT_SG_DESC_CNT];
H A Dfnic_scsi.c512 if (sg_count > FNIC_DFLT_SG_DESC_CNT) in fnic_queuecommand_lck()