Searched refs:hbainit (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/lpfc/ |
H A D | lpfc_mbox.c | 1431 uint32_t hbainit[5]; in lpfc_config_port() local 1433 lpfc_hba_init(phba, hbainit); in lpfc_config_port() 1435 memcpy(&mb->un.varCfgPort.hbainit, hbainit, 20); in lpfc_config_port()
|
H A D | lpfc_hw.h | 2345 uint32_t hbainit; member 3255 uint32_t hbainit[5]; member
|
H A D | lpfc_init.c | 2801 * @hbainit: pointer to an array of unsigned 32-bit integers. 2806 lpfc_hba_init(struct lpfc_hba *phba, uint32_t *hbainit) in lpfc_hba_init() argument 2822 lpfc_sha_init(hbainit); in lpfc_hba_init() 2823 lpfc_sha_iterate(hbainit, HashWorking); in lpfc_hba_init()
|
/kernel/linux/linux-6.6/drivers/scsi/lpfc/ |
H A D | lpfc_mbox.c | 1490 uint32_t hbainit[5]; in lpfc_config_port() local 1492 lpfc_hba_init(phba, hbainit); in lpfc_config_port() 1494 memcpy(&mb->un.varCfgPort.hbainit, hbainit, 20); in lpfc_config_port()
|
H A D | lpfc_hw.h | 2517 uint32_t hbainit; member 3441 uint32_t hbainit[5]; member
|
H A D | lpfc_init.c | 3000 * @hbainit: pointer to an array of unsigned 32-bit integers. 3005 lpfc_hba_init(struct lpfc_hba *phba, uint32_t *hbainit) in lpfc_hba_init() argument 3021 lpfc_sha_init(hbainit); in lpfc_hba_init() 3022 lpfc_sha_iterate(hbainit, HashWorking); in lpfc_hba_init()
|
Completed in 59 milliseconds