Lines Matching refs:fw
112 const struct firmware *fw);
114 const struct firmware *fw);
124 const struct firmware *fw) in qib_ibsd_ucode_loaded() argument
129 qib_sd7220_ib_vfy(dd, fw) > 0) in qib_ibsd_ucode_loaded()
396 const struct firmware *fw; in qib_sd7220_init() local
408 ret = request_firmware(&fw, SD7220_FW_NAME, &dd->pcidev->dev); in qib_sd7220_init()
415 ret = qib_ibsd_ucode_loaded(dd->pport, fw); in qib_sd7220_init()
464 ret = qib_sd7220_ib_load(dd, fw); in qib_sd7220_init()
470 vfy = qib_sd7220_ib_vfy(dd, fw); in qib_sd7220_init()
534 release_firmware(fw); in qib_sd7220_init()
914 qib_sd7220_ib_load(struct qib_devdata *dd, const struct firmware *fw) in qib_sd7220_ib_load() argument
916 return qib_sd7220_prog_ld(dd, IB_7220_SERDES, fw->data, fw->size, 0); in qib_sd7220_ib_load()
920 qib_sd7220_ib_vfy(struct qib_devdata *dd, const struct firmware *fw) in qib_sd7220_ib_vfy() argument
922 return qib_sd7220_prog_vfy(dd, IB_7220_SERDES, fw->data, fw->size, 0); in qib_sd7220_ib_vfy()