Searched refs:fdet (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | firmware.c | 254 static void dispose_one_firmware(struct firmware_details *fdet); 256 struct firmware_details *fdet); 447 * fdet. If successful, the caller will need to call dispose_one_firmware(). 451 struct firmware_details *fdet) in obtain_one_firmware() 456 memset(fdet, 0, sizeof(*fdet)); in obtain_one_firmware() 458 ret = request_firmware(&fdet->fw, name, &dd->pcidev->dev); in obtain_one_firmware() 466 if (fdet->fw->size < sizeof(struct css_header)) { in obtain_one_firmware() 471 css = (struct css_header *)fdet->fw->data; in obtain_one_firmware() 474 hfi1_cdbg(FIRMWARE, "file size: 0x%lx bytes", fdet in obtain_one_firmware() 450 obtain_one_firmware(struct hfi1_devdata *dd, const char *name, struct firmware_details *fdet) obtain_one_firmware() argument 569 dispose_one_firmware(struct firmware_details *fdet) dispose_one_firmware() argument 931 load_security_variables(struct hfi1_devdata *dd, struct firmware_details *fdet) load_security_variables() argument 980 load_8051_firmware(struct hfi1_devdata *dd, struct firmware_details *fdet) load_8051_firmware() argument 1258 load_fabric_serdes_firmware(struct hfi1_devdata *dd, struct firmware_details *fdet) load_fabric_serdes_firmware() argument 1299 load_sbus_firmware(struct hfi1_devdata *dd, struct firmware_details *fdet) load_sbus_firmware() argument 1336 load_pcie_serdes_firmware(struct hfi1_devdata *dd, struct firmware_details *fdet) load_pcie_serdes_firmware() argument [all...] |
/kernel/linux/linux-6.6/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() 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() 407 obtain_one_firmware(struct hfi1_devdata *dd, const char *name, struct firmware_details *fdet) obtain_one_firmware() argument 526 dispose_one_firmware(struct firmware_details *fdet) dispose_one_firmware() argument 888 load_security_variables(struct hfi1_devdata *dd, struct firmware_details *fdet) load_security_variables() argument 937 load_8051_firmware(struct hfi1_devdata *dd, struct firmware_details *fdet) load_8051_firmware() argument 1215 load_fabric_serdes_firmware(struct hfi1_devdata *dd, struct firmware_details *fdet) load_fabric_serdes_firmware() argument 1256 load_sbus_firmware(struct hfi1_devdata *dd, struct firmware_details *fdet) load_sbus_firmware() argument 1293 load_pcie_serdes_firmware(struct hfi1_devdata *dd, struct firmware_details *fdet) load_pcie_serdes_firmware() argument [all...] |
Completed in 4 milliseconds