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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwmc3200wifi/
H A Dfw.c60 int offset = -EINVAL, fw_offset; local
65 fw_offset = 0;
79 fw_offset += IWM_HDR_BARKER_LEN;
81 while (fw_offset < fw->size) {
82 rec = (struct iwm_fw_hdr_rec *)(fw_ptr + fw_offset);
85 rec->op_code, rec->len, fw_offset);
94 fw_offset += sizeof(struct iwm_fw_hdr_rec);
95 offset = fw_offset;
101 fw_offset += sizeof(struct iwm_fw_hdr_rec) + rec->len;
166 int ret = 0, fw_offset; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixgbe/
H A Dixgbe_82599.c2256 u16 fw_offset, fw_ptp_cfg_offset; local
2266 hw->eeprom.ops.read(hw, IXGBE_FW_PTR, &fw_offset);
2268 if ((fw_offset == 0) || (fw_offset == 0xFFFF))
2272 hw->eeprom.ops.read(hw, (fw_offset +

Completed in 61 milliseconds