Home
last modified time | relevance | path

Searched refs:p_status_tail (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/scsi/
Dips.c5325 ha->adapt->p_status_tail = ha->adapt->status;
5356 ha->adapt->p_status_tail = ha->adapt->status;
5382 if (ha->adapt->p_status_tail != ha->adapt->p_status_end) {
5383 ha->adapt->p_status_tail++;
5386 ha->adapt->p_status_tail = ha->adapt->p_status_start;
5393 return (ha->adapt->p_status_tail->value);
5410 if (ha->adapt->p_status_tail != ha->adapt->p_status_end) {
5411 ha->adapt->p_status_tail++;
5414 ha->adapt->p_status_tail = ha->adapt->p_status_start;
5420 return (ha->adapt->p_status_tail->value);
Dips.h718 volatile PIPS_STATUS p_status_tail; member