Searched refs:fw_data (Results 1 – 2 of 2) sorted by relevance
1071 t4_load_fw(struct adapter *adap, const u8 *fw_data, unsigned int size) in t4_load_fw() argument1078 const u32 *p = (const u32 *)fw_data; in t4_load_fw()1080 const struct fw_hdr *hdr = (const struct fw_hdr *)fw_data; in t4_load_fw()1121 (void) memcpy(first_page, fw_data, SF_PAGE_SIZE); in t4_load_fw()1131 fw_data += SF_PAGE_SIZE; in t4_load_fw()1132 ret = t4_write_flash(adap, addr, SF_PAGE_SIZE, fw_data); in t4_load_fw()
337 int t4_load_fw(struct adapter *adapter, const u8 *fw_data, unsigned int size);