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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acorn/scsi/
H A Dacornscsi.c3036 unsigned int statptr, prev; local
3039 statptr = host->status_ptr[devidx] - 10;
3041 if ((signed int)statptr < 0)
3042 statptr += STATUS_BUFFER_SIZE;
3044 prev = host->status[devidx][statptr].when;
3046 for (; statptr != host->status_ptr[devidx]; statptr = (statptr + 1) & (STATUS_BUFFER_SIZE - 1)) {
3047 if (host->status[devidx][statptr].when) {
3049 host->status[devidx][statptr]
[all...]

Completed in 105 milliseconds