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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/qib/
H A Dqib_eeprom.c208 if (*(__be64 *) ifp->if_guid == cpu_to_be64(0) ||
209 *(__be64 *) ifp->if_guid == ~cpu_to_be64(0)) {
211 *(unsigned long long *) ifp->if_guid);
217 if (*(u64 *) ifp->if_guid == 0x100007511000000ULL)
220 *(unsigned long long *) ifp->if_guid);
222 bguid = ifp->if_guid;
233 guid = *(__be64 *) ifp->if_guid;
235 guid = *(__be64 *) ifp->if_guid;
H A Dqib_common.h529 __u8 if_guid[8]; member in struct:qib_flash
530 /* number of GUIDs to use, starting from if_guid */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ipath/
H A Dipath_eeprom.c775 if (*(__be64 *) ifp->if_guid == cpu_to_be64(0) ||
776 *(__be64 *) ifp->if_guid == ~cpu_to_be64(0)) {
779 *(unsigned long long *) ifp->if_guid);
785 if (*(u64 *) ifp->if_guid == 0x100007511000000ULL)
788 *(unsigned long long *) ifp->if_guid);
790 bguid = ifp->if_guid;
799 guid = *(__be64 *) ifp->if_guid;
803 guid = *(__be64 *) ifp->if_guid;
H A Dipath_common.h582 __u8 if_guid[8]; member in struct:ipath_flash
583 /* number of GUIDs to use, starting from if_guid */

Completed in 76 milliseconds