Searched refs:hbqPutIdx (Results 1 - 3 of 3) 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_debugfs.c319 hbqs->entry_count, hbqs->buffer_count, hbqs->hbqPutIdx,
333 low = hbqs->hbqPutIdx - posted;
335 if ((j >= hbqs->hbqPutIdx) || (j < low)) {
341 if ((j >= hbqs->hbqPutIdx) &&
H A Dlpfc.h428 uint32_t hbqPutIdx; /* HBQ slot to use */ member in struct:hbq_s
H A Dlpfc_sli.c1223 if (hbqp->next_hbqPutIdx == hbqp->hbqPutIdx &&
1250 hbqp->hbqPutIdx;
1356 hbqp->hbqPutIdx = hbqp->next_hbqPutIdx;
1357 writel(hbqp->hbqPutIdx, phba->hbq_put + hbqno);
3804 phba->hbqs[hbqno].hbqPutIdx = 0;

Completed in 104 milliseconds