Searched refs:more_dsd_lists (Results 1 – 1 of 1) sorted by relevance
3129 uint16_t more_dsd_lists = 0; in qla82xx_start_scsi() local3133 more_dsd_lists = qla24xx_calc_dsd_lists(tot_dsds); in qla82xx_start_scsi()3134 if ((more_dsd_lists + ha->gbl_dsd_inuse) >= NUM_DSD_CHAIN) { in qla82xx_start_scsi()3137 more_dsd_lists + ha->gbl_dsd_inuse, NUM_DSD_CHAIN, in qla82xx_start_scsi()3142 if (more_dsd_lists <= ha->gbl_dsd_avail) in qla82xx_start_scsi()3145 more_dsd_lists -= ha->gbl_dsd_avail; in qla82xx_start_scsi()3147 for (i = 0; i < more_dsd_lists; i++) { in qla82xx_start_scsi()