Searched refs:lpfc_get_hba_info (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/lpfc/ |
H A D | lpfc_attr.c | 1835 * lpfc_get_hba_info - Return various bits of informaton about the adapter 1853 lpfc_get_hba_info(struct lpfc_hba *phba, in lpfc_get_hba_info() function 1954 * Calls lpfc_get_hba_info() asking for just the mrpi count. 1955 * If lpfc_get_hba_info() returns zero (failure) the buffer text is set 1970 if (lpfc_get_hba_info(phba, NULL, NULL, &cnt, NULL, NULL, NULL)) in lpfc_max_rpi_show() 1982 * Calls lpfc_get_hba_info() asking for just the mrpi and arpi counts. 1983 * If lpfc_get_hba_info() returns zero (failure) the buffer text is set 1998 if (lpfc_get_hba_info(phba, NULL, NULL, &cnt, &acnt, NULL, NULL)) in lpfc_used_rpi_show() 2010 * Calls lpfc_get_hba_info() asking for just the mrpi count. 2011 * If lpfc_get_hba_info() return [all...] |
/kernel/linux/linux-6.6/drivers/scsi/lpfc/ |
H A D | lpfc_attr.c | 2107 * lpfc_get_hba_info - Return various bits of informaton about the adapter 2125 lpfc_get_hba_info(struct lpfc_hba *phba, in lpfc_get_hba_info() function 2265 * Calls lpfc_get_hba_info() asking for just the mrpi count. 2266 * If lpfc_get_hba_info() returns zero (failure) the buffer text is set 2281 if (lpfc_get_hba_info(phba, NULL, NULL, &cnt, NULL, NULL, NULL)) in lpfc_max_rpi_show() 2293 * Calls lpfc_get_hba_info() asking for just the mrpi and arpi counts. 2294 * If lpfc_get_hba_info() returns zero (failure) the buffer text is set 2317 if (lpfc_get_hba_info(phba, NULL, NULL, &cnt, &acnt, NULL, NULL)) in lpfc_used_rpi_show() 2330 * Calls lpfc_get_hba_info() asking for just the mrpi count. 2331 * If lpfc_get_hba_info() return [all...] |
Completed in 10 milliseconds