Searched refs:next_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.h427 uint32_t next_hbqPutIdx; /* Index to next HBQ slot to use */ member in struct:hbq_s
H A Dlpfc_debugfs.c320 hbqs->next_hbqPutIdx, hbqs->local_hbqGetIdx, getidx);
H A Dlpfc_sli.c1223 if (hbqp->next_hbqPutIdx == hbqp->hbqPutIdx &&
1224 ++hbqp->next_hbqPutIdx >= hbqp->entry_count)
1225 hbqp->next_hbqPutIdx = 0;
1227 if (unlikely(hbqp->local_hbqGetIdx == hbqp->next_hbqPutIdx)) {
1245 if (hbqp->local_hbqGetIdx == hbqp->next_hbqPutIdx)
1356 hbqp->hbqPutIdx = hbqp->next_hbqPutIdx;
3803 phba->hbqs[hbqno].next_hbqPutIdx = 0;

Completed in 55 milliseconds