Home
last modified time | relevance | path

Searched refs:HashWorking (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H A Dlpfc_init.c2785 * @HashWorking: pointer to the entry of the working hash array.
2787 * This routine calculates the working hash array referred by @HashWorking
2790 * array and returned by reference through @HashWorking.
2793 lpfc_challenge_key(uint32_t * RandomChallenge, uint32_t * HashWorking) in lpfc_challenge_key() argument
2795 *HashWorking = (*RandomChallenge ^ *HashWorking); in lpfc_challenge_key()
2809 uint32_t *HashWorking; in lpfc_hba_init() local
2812 HashWorking = kcalloc(80, sizeof(uint32_t), GFP_KERNEL); in lpfc_hba_init()
2813 if (!HashWorking) in lpfc_hba_init()
2816 HashWorking[ in lpfc_hba_init()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H A Dlpfc_init.c2984 * @HashWorking: pointer to the entry of the working hash array.
2986 * This routine calculates the working hash array referred by @HashWorking
2989 * array and returned by reference through @HashWorking.
2992 lpfc_challenge_key(uint32_t * RandomChallenge, uint32_t * HashWorking) in lpfc_challenge_key() argument
2994 *HashWorking = (*RandomChallenge ^ *HashWorking); in lpfc_challenge_key()
3008 uint32_t *HashWorking; in lpfc_hba_init() local
3011 HashWorking = kcalloc(80, sizeof(uint32_t), GFP_KERNEL); in lpfc_hba_init()
3012 if (!HashWorking) in lpfc_hba_init()
3015 HashWorking[ in lpfc_hba_init()
[all...]

Completed in 12 milliseconds