Searched refs:LPFC_DEFAULT_SG_SEG_CNT (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/scsi/lpfc/ |
D | lpfc.h | 45 #define LPFC_DEFAULT_SG_SEG_CNT 64 /* sg element count per scsi cmnd */ macro
|
D | lpfc_attr.c | 4765 LPFC_ATTR_R(sg_seg_cnt, LPFC_DEFAULT_SG_SEG_CNT, LPFC_DEFAULT_SG_SEG_CNT, 4772 LPFC_ATTR_R(prot_sg_seg_cnt, LPFC_DEFAULT_SG_SEG_CNT, 4773 LPFC_DEFAULT_SG_SEG_CNT, LPFC_MAX_SG_SEG_CNT,
|
D | lpfc_scsi.c | 5877 .sg_tablesize = LPFC_DEFAULT_SG_SEG_CNT, 5903 .sg_tablesize = LPFC_DEFAULT_SG_SEG_CNT, 5928 .sg_tablesize = LPFC_DEFAULT_SG_SEG_CNT,
|