Searched refs:SCSI_NUM_SGES_IN_CACHE (Results 1 – 2 of 2) sorted by relevance
10 #define SCSI_NUM_SGES_IN_CACHE 0x4 macro23 SCSI_NUM_SGES_IN_CACHE ? SCSI_NUM_SGES_IN_CACHE : in init_scsi_sgl_context()
17 #define SCSI_NUM_SGES_IN_CACHE 0x4 macro33 num_sges = (sgl_task_params->num_sges > SCSI_NUM_SGES_IN_CACHE) ? in init_scsi_sgl_context()34 SCSI_NUM_SGES_IN_CACHE : sgl_task_params->num_sges; in init_scsi_sgl_context()