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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_sli.c94 if (((q->host_index + 1) % q->entry_count) == q->hba_index)
133 if (q->hba_index == index)
136 q->hba_index = ((q->hba_index + 1) % q->entry_count);
138 } while (q->hba_index != index);
162 if (((q->host_index + 1) % q->entry_count) == q->hba_index)
196 q->hba_index = ((q->hba_index + 1) % q->entry_count);
212 struct lpfc_eqe *eqe = q->qe[q->hba_index].eqe;
218 if (((q->hba_index
[all...]
H A Dlpfc_sli4.h126 uint32_t hba_index; /* The last known hba index for get or put */ member in struct:lpfc_queue

Completed in 89 milliseconds