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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dst.h46 struct st_request *last_SRpnt; member in struct:st_buffer
H A Dosst.h517 struct osst_request *last_SRpnt; member in struct:osst_buffer
H A Dst.c531 if (!do_wait && ((STp->buffer)->last_SRpnt)) {
547 /* If async IO, set last_SRpnt. This ptr tells write_behind_check
550 (STp->buffer)->last_SRpnt = SRpnt;
577 (STp->buffer)->last_SRpnt = NULL;
612 SRpnt = STbuffer->last_SRpnt;
613 STbuffer->last_SRpnt = NULL;
4079 tpnt->buffer->last_SRpnt = NULL;
H A Dosst.c437 if (!do_wait && ((STp->buffer)->last_SRpnt)) {
461 /* If async IO, set last_SRpnt. This ptr tells write_behind_check
464 (STp->buffer)->last_SRpnt = SRpnt;
522 STp->buffer->last_SRpnt->waiting = NULL;
524 STp->buffer->syscall_result = osst_chk_result(STp, STp->buffer->last_SRpnt);
528 osst_write_error_recovery(STp, &(STp->buffer->last_SRpnt), 1);
532 osst_release_request(STp->buffer->last_SRpnt);
537 STbuffer->last_SRpnt = NULL;
3063 if (SRpnt == (STp->buffer)->last_SRpnt)

Completed in 43 milliseconds