Searched refs:lpfc_get_hba_info (Results 1 - 1 of 1) 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_attr.c845 * lpfc_get_hba_info - Return various bits of informaton about the adapter
863 lpfc_get_hba_info(struct lpfc_hba *phba, function
956 * Calls lpfc_get_hba_info() asking for just the mrpi count.
957 * If lpfc_get_hba_info() returns zero (failure) the buffer text is set
972 if (lpfc_get_hba_info(phba, NULL, NULL, &cnt, NULL, NULL, NULL))
984 * Calls lpfc_get_hba_info() asking for just the mrpi and arpi counts.
985 * If lpfc_get_hba_info() returns zero (failure) the buffer text is set
1000 if (lpfc_get_hba_info(phba, NULL, NULL, &cnt, &acnt, NULL, NULL))
1012 * Calls lpfc_get_hba_info() asking for just the mrpi count.
1013 * If lpfc_get_hba_info() return
[all...]

Completed in 25 milliseconds