Lines Matching refs:name
30 * - Neither the name of Intel Corporation nor the names of its
58 * Make it easy to toggle firmware file name and if it gets loaded by
89 #define SBUS_COUNTER(reg, name) \
90 (((reg) >> ASIC_STS_SBUS_COUNTERS_##name##_CNT_SHIFT) & \
91 ASIC_STS_SBUS_COUNTERS_##name##_CNT_MASK)
431 static int payload_check(struct hfi1_devdata *dd, const char *name,
438 name, file_size, prefix_size);
450 static int obtain_one_firmware(struct hfi1_devdata *dd, const char *name,
458 ret = request_firmware(&fdet->fw, name, &dd->pcidev->dev);
461 name, ret);
467 dd_dev_err(dd, "firmware \"%s\" is too small\n", name);
473 hfi1_cdbg(FIRMWARE, "Firmware %s details:", name);
506 dd_dev_info(dd, "Invalid CSS header for \"%s\"\n", name);
513 ret = payload_check(dd, name, fdet->fw->size,
538 ret = payload_check(dd, name, fdet->fw->size,