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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_eeprom.c491 static u8 flash_csum(struct ipath_flash *ifp, int adjust)
516 struct ipath_flash *ifp;
554 len = offsetof(struct ipath_flash, if_future);
566 ifp = (struct ipath_flash *)buf;
H A Dipath_fs.c312 if (pos >= sizeof(struct ipath_flash)) {
317 if (count > sizeof(struct ipath_flash) - pos)
318 count = sizeof(struct ipath_flash) - pos;
363 if (count != sizeof(struct ipath_flash)) {
H A Dipath_common.h517 struct ipath_flash { struct

Completed in 99 milliseconds