• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/

Lines Matching refs:current_SC

714 	esp->current_SC = NULL;
1025 SCptr = esp->current_SC = remove_first_SC(&esp->issue_SC);
1027 /* Safe to panic here because current_SC is null. */
1265 if(!esp->current_SC && !esp->resetting_bus)
1284 Scsi_Cmnd *SCptr = esp->current_SC;
1350 if(esp->current_SC == SCptr) {
1390 if(esp->current_SC) {
1416 Scsi_Cmnd *sp = esp->current_SC;
1423 esp->current_SC = NULL;
1481 if(esp->current_SC) {
1482 done_SC = esp->current_SC;
1483 esp->current_SC = NULL;
1489 if(esp->issue_SC && !esp->current_SC)
1492 /* Panic is safe as current_SC is null so we may still
1496 panic("esp: done() called with NULL esp->current_SC");
1699 esp->current_SC = sp;
1711 esp->current_SC = NULL;
1724 esp_advance_phase(esp->current_SC, in_msgindone);
1760 Scsi_Cmnd *SCptr = esp->current_SC;
1954 Scsi_Cmnd *SCptr = esp->current_SC;
2124 Scsi_Cmnd *SCptr = esp->current_SC;
2175 esp->current_SC = NULL;
2207 sp = esp->current_SC;
2208 ESPLOG(("esp%d: current_SC[", esp->esp_id));
2271 Scsi_Cmnd *SCptr = esp->current_SC;
2390 esp_advance_phase(esp->current_SC, in_status);
2403 esp_advance_phase(esp->current_SC, in_status);
2412 Scsi_Cmnd *sp = esp->current_SC;
2457 esp_advance_phase(esp->current_SC, in_msgout);
2464 esp_advance_phase(esp->current_SC, in_msgin);
2471 esp_advance_phase(esp->current_SC, in_cmdbegin);
2511 Scsi_Cmnd *SCptr = esp->current_SC;
2630 esp->current_SC = NULL;
2693 esp_advance_phase(esp->current_SC, in_msgindone);
2707 esp_advance_phase(esp->current_SC, in_the_dark);
2719 esp_advance_phase(esp->current_SC, in_the_dark);
2724 esp_advance_phase(esp->current_SC, in_msgincont);
2727 esp_advance_phase(esp->current_SC, in_the_dark);
2737 esp->current_SC->device->id));
2747 esp->esp_scmdleft = esp->current_SC->cmd_len;
2748 esp->esp_scmdp = &esp->current_SC->cmnd[0];
2750 esp_restore_pointers(esp, esp->current_SC);
2754 esp_save_pointers(esp, esp->current_SC);
2760 esp->current_SC->SCp.phase = in_freeing;
2766 struct esp_device *esp_dev = esp->current_SC->device->hostdata;
2830 esp->esp_id, esp->current_SC->device->id));
2838 esp->esp_id, esp->current_SC->device->id));
2845 Scsi_Cmnd *SCptr = esp->current_SC;
2883 esp_advance_phase(esp->current_SC, in_the_dark);
2983 Scsi_Cmnd *SCptr = esp->current_SC;
3058 Scsi_Cmnd *SCptr = esp->current_SC;
3073 esp_advance_phase(esp->current_SC, in_the_dark);
3153 esp_advance_phase(esp->current_SC, in_msgoutdone);
3172 esp_advance_phase(esp->current_SC, in_msgout);
3180 !(((struct esp_device *)esp->current_SC->device->hostdata)->sync_max_offset))
3197 esp_advance_phase(esp->current_SC, in_the_dark);
3204 esp->esp_id, esp->current_SC->SCp.phase));
3230 Scsi_Cmnd *SCptr = esp->current_SC;
3262 SCptr = esp->current_SC;
3309 /* Panic is safe, since current_SC is null. */
3311 panic("esp_handle: current_SC == penguin within interrupt!");