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

/linux-master/drivers/scsi/lpfc/
H A Dlpfc_init.c2986 * @HashWorking: pointer to the entry of the working hash array.
2988 * This routine calculates the working hash array referred by @HashWorking
2991 * array and returned by reference through @HashWorking.
2994 lpfc_challenge_key(uint32_t * RandomChallenge, uint32_t * HashWorking) argument
2996 *HashWorking = (*RandomChallenge ^ *HashWorking);
3010 uint32_t *HashWorking; local
3013 HashWorking = kcalloc(80, sizeof(uint32_t), GFP_KERNEL);
3014 if (!HashWorking)
3017 HashWorking[
[all...]

Completed in 159 milliseconds