Searched refs:last_cp (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.h997 * We keep track in 'last_cp' of the last CCB that has been
998 * queued to the SCRIPTS processor and clear 'last_cp' when
999 * this CCB completes. If last_cp is not zero at the moment
1000 * we queue a new CCB, we set a flag in 'last_cp' that is
1009 struct sym_ccb * last_cp; member in struct:sym_hcb
H A Dsym_hipd.c1493 if (np->last_cp && np->iarb_count < np->iarb_max) { sym_put_start_queue()
1494 np->last_cp->host_flags |= HF_HINT_IARB; sym_put_start_queue()
1499 np->last_cp = cp; sym_put_start_queue()
3061 if (np->last_cp) sym_sir_bad_scsi_status()
3062 np->last_cp = 0; sym_sir_bad_scsi_status()
3369 if (cp == np->last_cp) { sym_sir_task_recovery()
4839 if (cp == np->last_cp) sym_free_ccb()
4840 np->last_cp = 0; sym_free_ccb()

Completed in 102 milliseconds