Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c1480 if (np->last_cp && np->iarb_count < np->iarb_max) {
1481 np->last_cp->host_flags |= HF_HINT_IARB;
1486 np->last_cp = cp;
3048 if (np->last_cp)
3049 np->last_cp = 0;
3357 if (cp == np->last_cp) {
4834 if (cp == np->last_cp)
4835 np->last_cp = 0;
H A Dsym_hipd.h984 * We keep track in 'last_cp' of the last CCB that has been
985 * queued to the SCRIPTS processor and clear 'last_cp' when
986 * this CCB completes. If last_cp is not zero at the moment
987 * we queue a new CCB, we set a flag in 'last_cp' that is
996 struct sym_ccb * last_cp; member
/kernel/linux/linux-6.6/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c1480 if (np->last_cp && np->iarb_count < np->iarb_max) {
1481 np->last_cp->host_flags |= HF_HINT_IARB;
1486 np->last_cp = cp;
3048 if (np->last_cp)
3049 np->last_cp = 0;
3357 if (cp == np->last_cp) {
4833 if (cp == np->last_cp)
4834 np->last_cp = 0;
H A Dsym_hipd.h984 * We keep track in 'last_cp' of the last CCB that has been
985 * queued to the SCRIPTS processor and clear 'last_cp' when
986 * this CCB completes. If last_cp is not zero at the moment
987 * we queue a new CCB, we set a flag in 'last_cp' that is
996 struct sym_ccb * last_cp; member

Completed in 15 milliseconds