Home
last modified time | relevance | path

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

/linux/drivers/scsi/lpfc/
H A Dlpfc_attr.c2250 * lpfc_get_hba_info - Return various bits of informaton about the adapter
2268 lpfc_get_hba_info(struct lpfc_hba *phba, in lpfc_get_hba_info() function
2408 * Calls lpfc_get_hba_info() asking for just the mrpi count.
2409 * If lpfc_get_hba_info() returns zero (failure) the buffer text is set
2424 if (lpfc_get_hba_info(phba, NULL, NULL, &cnt, NULL, NULL, NULL)) in lpfc_max_rpi_show()
2436 * Calls lpfc_get_hba_info() asking for just the mrpi and arpi counts.
2437 * If lpfc_get_hba_info() returns zero (failure) the buffer text is set
2460 if (lpfc_get_hba_info(phba, NULL, NULL, &cnt, &acnt, NULL, NULL)) in lpfc_used_rpi_show()
2473 * Calls lpfc_get_hba_info() asking for just the mrpi count.
2474 * If lpfc_get_hba_info() return
[all...]