Lines Matching defs:fw_data
4273 * @fw_data: the firmware image to write
4278 int t4_load_fw(struct adapter *adap, const u8 *fw_data, unsigned int size)
4284 const u32 *p = (const u32 *)fw_data;
4285 const struct fw_hdr *hdr = (const struct fw_hdr *)fw_data;
4337 memcpy(first_page, fw_data, SF_PAGE_SIZE);
4346 fw_data += SF_PAGE_SIZE;
4347 ret = t4_write_flash(adap, addr, SF_PAGE_SIZE, fw_data, 1);
8554 * @fw_data: the firmware image to write
8572 const u8 *fw_data, unsigned int size, int force)
8574 const struct fw_hdr *fw_hdr = (const struct fw_hdr *)fw_data;
8588 ret = t4_load_fw(adap, fw_data, size);