Home
last modified time | relevance | path

Searched refs:txcmplq_max (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/scsi/lpfc/ !
Dlpfc_sli.h186 uint16_t txcmplq_max; /* max length */ member
Dlpfc_attr.c2084 phba->sli.ring[LPFC_ELS_RING].txcmplq_max); in lpfc_txcmplq_hw_show()
Dlpfc_sli.c1249 if (pring->txcmplq_cnt > pring->txcmplq_max) in lpfc_sli_ringtxcmpl_put()
1250 pring->txcmplq_max = pring->txcmplq_cnt; in lpfc_sli_ringtxcmpl_put()