Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/fnic/
Dfnic_io.h23 #define FNIC_DFLT_SG_DESC_CNT 32 macro
34 struct host_sg_desc sg_desc[FNIC_DFLT_SG_DESC_CNT];
Dfnic_scsi.c524 if (sg_count > FNIC_DFLT_SG_DESC_CNT) in fnic_queuecommand_lck()