Searched refs:SCSI_NUM_SGES_IN_CACHE (Results 1 – 2 of 2) sorted by relevance
7 #define SCSI_NUM_SGES_IN_CACHE 0x4 macro20 SCSI_NUM_SGES_IN_CACHE ? SCSI_NUM_SGES_IN_CACHE : in init_scsi_sgl_context()
14 #define SCSI_NUM_SGES_IN_CACHE 0x4 macro30 num_sges = (sgl_task_params->num_sges > SCSI_NUM_SGES_IN_CACHE) ? in init_scsi_sgl_context()31 SCSI_NUM_SGES_IN_CACHE : sgl_task_params->num_sges; in init_scsi_sgl_context()