Home
last modified time | relevance | path

Searched refs:fw_req (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/drivers/staging/greybus/
Dfw-download.c46 struct fw_request *fw_req = container_of(kref, struct fw_request, kref); in fw_req_release() local
48 dev_dbg(fw_req->fw_download->parent, "firmware %s released\n", in fw_req_release()
49 fw_req->name); in fw_req_release()
51 release_firmware(fw_req->fw); in fw_req_release()
65 if (!fw_req->timedout) in fw_req_release()
66 ida_simple_remove(&fw_req->fw_download->id_map, in fw_req_release()
67 fw_req->firmware_id); in fw_req_release()
69 kfree(fw_req); in fw_req_release()
86 static void put_fw_req(struct fw_request *fw_req) in put_fw_req() argument
88 kref_put(&fw_req->kref, fw_req_release); in put_fw_req()
[all …]
/Linux-v5.10/drivers/scsi/fnic/
Dfcpio.h732 static inline void fcpio_color_enc(struct fcpio_fw_req *fw_req, u8 color) in fcpio_color_enc() argument
734 u8 *c = ((u8 *) fw_req) + sizeof(struct fcpio_fw_req) - 1; in fcpio_color_enc()
742 static inline void fcpio_color_dec(struct fcpio_fw_req *fw_req, u8 *color) in fcpio_color_dec() argument
744 u8 *c = ((u8 *) fw_req) + sizeof(struct fcpio_fw_req) - 1; in fcpio_color_dec()
/Linux-v5.10/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_utils_fw2x.c418 const struct hw_fw_request_iface *fw_req, in aq_fw2x_send_fw_request() argument
430 err = hw_atl_write_fwcfg_dwords(self, (void *)fw_req, dword_cnt); in aq_fw2x_send_fw_request()
/Linux-v5.10/drivers/net/ethernet/aquantia/atlantic/
Daq_hw.h379 const struct hw_fw_request_iface *fw_req,