Searched refs:txcmplq_cnt (Results 1 - 7 of 7) 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.h182 uint16_t txcmplq_cnt; /* current length of queue */ member in struct:lpfc_sli_ring
H A Dlpfc_sli.c888 pring->txcmplq_cnt++;
889 if (pring->txcmplq_cnt > pring->txcmplq_max)
890 pring->txcmplq_max = pring->txcmplq_cnt;
2169 pring->txcmplq_cnt--;
2206 pring->txcmplq_cnt--;
3076 pring->txcmplq_cnt = 0;
7208 pring->txcmplq_cnt--;
7721 phba->iocb_cnt, pring->txq_cnt, pring->txcmplq_cnt);
8878 phba->sli.ring[LPFC_FCP_RING].txcmplq_cnt,
8879 phba->sli.ring[LPFC_ELS_RING].txcmplq_cnt);
[all...]
H A Dlpfc_attr.c641 while (pring->txcmplq_cnt) {
H A Dlpfc_bsg.c1549 while (pring->txcmplq_cnt) {
H A Dlpfc_scsi.c2836 if (phba->sli.ring[LPFC_FCP_RING].txcmplq_cnt)
H A Dlpfc_els.c5322 if (phba->sli.ring[LPFC_ELS_RING].txcmplq_cnt)
H A Dlpfc_init.c802 pring->txcmplq_cnt = 0;

Completed in 126 milliseconds