Searched defs:fw_info (Results 1 - 11 of 11) sorted by relevance

/drivers/net/ethernet/cisco/enic/
H A Denic_dev.c28 int enic_dev_fw_info(struct enic *enic, struct vnic_devcmd_fw_info **fw_info) argument
33 err = vnic_dev_fw_info(enic->vdev, fw_info);
H A Dvnic_dev.c63 struct vnic_devcmd_fw_info *fw_info; member in struct:vnic_dev
423 struct vnic_devcmd_fw_info **fw_info)
429 if (!vdev->fw_info) {
430 vdev->fw_info = pci_alloc_consistent(vdev->pdev,
433 if (!vdev->fw_info)
436 memset(vdev->fw_info, 0, sizeof(struct vnic_devcmd_fw_info));
441 /* only get fw_info once and cache it */
450 *fw_info = vdev->fw_info;
935 if (vdev->fw_info)
422 vnic_dev_fw_info(struct vnic_dev *vdev, struct vnic_devcmd_fw_info **fw_info) argument
[all...]
H A Denic_main.c223 struct vnic_devcmd_fw_info *fw_info; local
225 enic_dev_fw_info(enic, &fw_info);
229 strlcpy(drvinfo->fw_version, fw_info->fw_version,
/drivers/net/wireless/orinoco/
H A Dfw.c20 struct fw_info { struct
28 static const struct fw_info orinoco_fw[] = {
98 const struct fw_info *fw,
205 symbol_dl_image(struct orinoco_private *priv, const struct fw_info *fw,
288 const struct fw_info *fw)
/drivers/infiniband/hw/cxgb3/
H A Dcxio_hal.h114 struct ch_embedded_info fw_info; member in struct:cxio_rdev
/drivers/scsi/fnic/
H A Dvnic_dev.c49 struct vnic_devcmd_fw_info *fw_info; member in struct:vnic_dev
294 struct vnic_devcmd_fw_info **fw_info)
300 if (!vdev->fw_info) {
301 vdev->fw_info = pci_alloc_consistent(vdev->pdev,
304 if (!vdev->fw_info)
309 /* only get fw_info once and cache it */
313 *fw_info = vdev->fw_info;
659 if (vdev->fw_info)
662 vdev->fw_info, vde
293 vnic_dev_fw_info(struct vnic_dev *vdev, struct vnic_devcmd_fw_info **fw_info) argument
[all...]
/drivers/usb/misc/
H A Dusbtest.c2370 static struct usbtest_info fw_info = { variable in typeref:struct:usbtest_info
2450 .driver_info = (unsigned long) &fw_info,
/drivers/usb/serial/
H A Dio_edgeport.c2850 const char *fw_info; local
2857 fw_info = "downloading firmware version (930)";
2862 fw_info = "downloading firmware version (80251)";
2885 dbg("%s %d.%d.%d", fw_info, rec->data[0], rec->data[1], build);
/drivers/mfd/
H A Ddb8500-prcmu.c270 } fw_info; variable in typeref:struct:__anon1735
642 return fw_info.valid ? &fw_info.version : NULL;
2655 fw_info.version.project = version & 0xFF;
2656 fw_info.version.api_version = (version >> 8) & 0xFF;
2657 fw_info.version.func_version = (version >> 16) & 0xFF;
2658 fw_info.version.errata = (version >> 24) & 0xFF;
2659 fw_info.valid = true;
2661 fw_project_name(fw_info.version.project),
/drivers/net/ethernet/broadcom/
H A Dtg3.c3298 struct fw_info { struct
3307 struct fw_info *info)
3353 struct fw_info info;
3408 struct fw_info info;
/drivers/net/ethernet/realtek/
H A Dr8169.c2002 struct fw_info { struct
2015 struct fw_info *fw_info = (struct fw_info *)fw->data; local
2023 if (!fw_info->magic) {
2027 if (fw->size < sizeof(*fw_info))
2035 start = le32_to_cpu(fw_info->fw_start);
2039 size = le32_to_cpu(fw_info->fw_len);
2043 memcpy(version, fw_info->version, RTL_VER_SIZE);

Completed in 5873 milliseconds