Lines Matching refs:lpfc_get_hba_info
2250 * lpfc_get_hba_info - Return various bits of informaton about the adapter
2268 lpfc_get_hba_info(struct lpfc_hba *phba,
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))
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))
2473 * Calls lpfc_get_hba_info() asking for just the mrpi count.
2474 * If lpfc_get_hba_info() returns zero (failure) the buffer text is set
2489 if (lpfc_get_hba_info(phba, &cnt, NULL, NULL, NULL, NULL, NULL))
2501 * Calls lpfc_get_hba_info() asking for just the mxri and axri counts.
2502 * If lpfc_get_hba_info() returns zero (failure) the buffer text is set
2525 if (lpfc_get_hba_info(phba, &cnt, &acnt, NULL, NULL, NULL, NULL))
2538 * Calls lpfc_get_hba_info() asking for just the mvpi count.
2539 * If lpfc_get_hba_info() returns zero (failure) the buffer text is set
2554 if (lpfc_get_hba_info(phba, NULL, NULL, NULL, NULL, &cnt, NULL))
2566 * Calls lpfc_get_hba_info() asking for just the mvpi and avpi counts.
2567 * If lpfc_get_hba_info() returns zero (failure) the buffer text is set
2590 if (lpfc_get_hba_info(phba, NULL, NULL, NULL, NULL, &cnt, &acnt))