Searched refs:HashResultPointer (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.c2005 * @HashResultPointer: pointer to an array as hash table.
2011 lpfc_sha_init(uint32_t * HashResultPointer) argument
2013 HashResultPointer[0] = 0x67452301;
2014 HashResultPointer[1] = 0xEFCDAB89;
2015 HashResultPointer[2] = 0x98BADCFE;
2016 HashResultPointer[3] = 0x10325476;
2017 HashResultPointer[4] = 0xC3D2E1F0;
2022 * @HashResultPointer: pointer to an initial/result hash table.
2025 * This routine iterates an initial hash table pointed by @HashResultPointer
2028 * the @HashResultPointer a
2031 lpfc_sha_iterate(uint32_t * HashResultPointer, uint32_t * HashWorkingPointer) argument
[all...]

Completed in 36 milliseconds