Searched refs:txcmplq_max (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_sli.h183 uint16_t txcmplq_max; /* max length */ member in struct:lpfc_sli_ring
H A Dlpfc_attr.c2028 phba->sli.ring[LPFC_ELS_RING].txcmplq_max);
H A Dlpfc_sli.c889 if (pring->txcmplq_cnt > pring->txcmplq_max)
890 pring->txcmplq_max = pring->txcmplq_cnt;

Completed in 149 milliseconds