Searched refs:fdet (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/infiniband/hw/hfi1/ |
H A D | firmware.c | 211 static void dispose_one_firmware(struct firmware_details *fdet); 213 struct firmware_details *fdet); 404 * fdet. If successful, the caller will need to call dispose_one_firmware(). 408 struct firmware_details *fdet) in obtain_one_firmware() argument 413 memset(fdet, 0, sizeof(*fdet)); in obtain_one_firmware() 415 ret = request_firmware(&fdet->fw, name, &dd->pcidev->dev); in obtain_one_firmware() 423 if (fdet->fw->size < sizeof(struct css_header)) { in obtain_one_firmware() 428 css = (struct css_header *)fdet->fw->data; in obtain_one_firmware() 431 hfi1_cdbg(FIRMWARE, "file size: 0x%lx bytes", fdet in obtain_one_firmware() 526 dispose_one_firmware(struct firmware_details * fdet) dispose_one_firmware() argument 889 load_security_variables(struct hfi1_devdata * dd,struct firmware_details * fdet) load_security_variables() argument 938 load_8051_firmware(struct hfi1_devdata * dd,struct firmware_details * fdet) load_8051_firmware() argument 1216 load_fabric_serdes_firmware(struct hfi1_devdata * dd,struct firmware_details * fdet) load_fabric_serdes_firmware() argument 1257 load_sbus_firmware(struct hfi1_devdata * dd,struct firmware_details * fdet) load_sbus_firmware() argument 1294 load_pcie_serdes_firmware(struct hfi1_devdata * dd,struct firmware_details * fdet) load_pcie_serdes_firmware() argument [all...] |