Searched refs:HashWorking (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_init.c2080 * @HashWorking: pointer to the entry of the working hash array.
2082 * This routine calculates the working hash array referred by @HashWorking
2085 * array and returned by reference through @HashWorking.
2088 lpfc_challenge_key(uint32_t * RandomChallenge, uint32_t * HashWorking) argument
2090 *HashWorking = (*RandomChallenge ^ *HashWorking);
2104 uint32_t *HashWorking; local
2107 HashWorking = kcalloc(80, sizeof(uint32_t), GFP_KERNEL);
2108 if (!HashWorking)
2111 HashWorking[
[all...]

Completed in 40 milliseconds