Home
last modified time | relevance | path

Searched refs:LPFC_DEFAULT_SG_SEG_CNT (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/drivers/scsi/lpfc/
Dlpfc.h51 #define LPFC_DEFAULT_SG_SEG_CNT 64 /* sg element count per scsi cmnd */ macro
Dlpfc_scsi.c6767 .sg_tablesize = LPFC_DEFAULT_SG_SEG_CNT,
6794 .sg_tablesize = LPFC_DEFAULT_SG_SEG_CNT,
Dlpfc_attr.c5772 static uint lpfc_sg_seg_cnt = LPFC_DEFAULT_SG_SEG_CNT;
5831 phba->cfg_sg_seg_cnt = LPFC_DEFAULT_SG_SEG_CNT; in lpfc_sg_seg_cnt_init()