Searched refs:firmware (Results 1 - 25 of 141) sorted by last modified time

123456

/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_main.c63 MODULE_DEPEND(mlx5, firmware, 1, 1, 1);
297 nvec = 256; /* limit of firmware API */
845 "Allow automatic firmware update on driver start");
849 const struct firmware *fw;
1005 mlx5_core_dbg(dev, "firmware version: %d.%d.%d\n",
1014 /* wait for firmware to accept initialization segments configurations
1721 /* Wait for firmware to be ready after reset */
1892 mlx5_core_dbg(dev, "force teardown firmware support=%d\n", force_teardown);
1893 mlx5_core_dbg(dev, "fast teardown firmware support=%d\n", fast_teardown);
H A Dmlx5_fwdump.c73 /* Inability to create a firmware dump is not fatal. */
391 struct firmware fake_fw;
H A Dmlx5_core.h137 int mlx5_firmware_flash(struct mlx5_core_dev *dev, const struct firmware *fw);
H A Dmlx5_fw.c267 mlx5_core_dbg(dev, "force teardown is not supported in the firmware\n");
297 mlx5_core_dbg(dev, "fast teardown is not supported in the firmware\n");
596 const struct firmware *firmware)
615 return mlxfw_firmware_flash(&mlx5_mlxfw_dev.mlxfw_dev, firmware);
595 mlx5_firmware_flash(struct mlx5_core_dev *dev, const struct firmware *firmware) argument
/freebsd-11-stable/sys/conf/
H A Dkmod.mk39 # FIRMWS List of firmware images in format filename:shortname:version
43 # order to use this firmware. See /usr/share/doc/legal
/freebsd-11-stable/sys/modules/
H A DMakefile134 firmware \
/freebsd-11-stable/sys/dev/mxge/
H A Dif_mxge.c36 #include <sys/firmware.h>
146 MODULE_DEPEND(mxge, firmware, 1, 1, 1);
486 * The magic multipliers to the length tell the firmware
547 * already been enabled, then it must use a firmware image which works
552 * firmware image, and set tx_boundary to 4KB.
577 * load the optimized firmware (which assumes aligned PCIe
599 return 0; /* keep the aligned firmware */
631 firmware and skip any checks */
660 device_printf(sc->dev, "Bad firmware type: 0x%x\n",
665 /* save firmware versio
[all...]
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_main.c49 #include <sys/firmware.h>
461 * -1 to run with the firmware default. Same as FEC_AUTO (bit 5)
470 * -1 to run with the firmware default.
480 * encouraged respectively). '-n' is the same as 'n' except the firmware
481 * version used in the checks is read from the firmware bundled with the driver.
1014 * use the real PF# in all our communication with the firmware.
1059 /* Contact the firmware and try to become the master driver. */
1176 s->niq = s->nrxq + 1; /* 1 extra for firmware event queue */
2386 * If all the interfaces are administratively down the firmware
3397 * Is the given firmware AP
[all...]
/freebsd-11-stable/sys/dev/cxgb/
H A Dcxgb_main.c50 #include <sys/firmware.h>
154 MODULE_DEPEND(cxgbc, firmware, 1, 1, 1);
225 * By default the driver will not update the firmware unless
231 "update firmware even if up to date");
385 const struct firmware *fw;
390 device_printf(sc->dev, "Could not find firmware image %s\n", FW_FNAME);
393 device_printf(sc->dev, "installing firmware on card\n");
397 device_printf(sc->dev, "failed to install firmware: %d\n",
424 * 9. Check if the firmware and SRAM are up-to-date. They will be
599 * Warn user that a firmware updat
[all...]
/freebsd-11-stable/sys/dev/urtwn/
H A Dif_urtwn.c46 #include <sys/firmware.h>
93 URTWN_DEBUG_FIRMWARE = 0x00000020, /* firmware(9) loading debug */
1543 URTWN_DPRINTF(sc, URTWN_DEBUG_FIRMWARE, "%s: firmware "
1557 "could not send firmware command\n");
2005 * Initialize rate adaptation in firmware.
3583 /* If firmware in ram code, do reset */
3734 /* If firmware in ram code, do reset. */
3907 const struct firmware *fw;
3916 /* Read firmware image from the filesystem. */
3936 device_printf(sc->sc_dev, "firmware to
[all...]
/freebsd-11-stable/sys/dev/oce/
H A Doce_if.h60 #include <sys/firmware.h>
/freebsd-11-stable/sys/dev/bwn/
H A Dif_bwnvar.h852 const struct firmware *fw;
H A Dif_bwn.c47 #include <sys/firmware.h>
1690 * firmware of ERP changes and the f/w takes care of things
2073 /* Tell the firmware about the MAC capabilities */
3778 "%s: warn: firmware state (%d)\n",
4062 const struct firmware *fw;
4196 device_printf(sc->sc_dev, "the firmware is too old\n");
4202 * Determine firmware header version; needed for TX/RX packet
4223 "firmware is too new (>=598); not supported\n");
4240 "firmware version (rev %u patch %u date %#x time %#x)\n",
4260 device_printf(sc->sc_dev, "using old firmware imag
[all...]
/freebsd-11-stable/sys/kern/
H A Dsubr_firmware.c40 #include <sys/firmware.h>
50 * Loadable firmware support. See sys/sys/firmware.h and firmware(9)
53 * 'struct firmware' is the user-visible part of the firmware table.
108 struct firmware fw; /* externally visible information */
112 * PRIV_FW returns the pointer to the container of struct firmware *x.
135 * This mutex protects accesses to the firmware table.
138 MTX_SYSINIT(firmware,
[all...]
/freebsd-11-stable/share/man/man9/
H A DMakefile127 firmware.9 \
825 MLINKS+=firmware.9 firmware_get.9 \
826 firmware.9 firmware_put.9 \
827 firmware.9 firmware_register.9 \
828 firmware.9 firmware_unregister.9
/freebsd-11-stable/sys/dev/mlxfw/
H A Dmlxfw_mfa2_file.h41 const struct firmware *fw;
H A Dmlxfw_mfa2.h47 bool mlxfw_mfa2_check(const struct firmware *fw);
49 struct mlxfw_mfa2_file *mlxfw_mfa2_file_init(const struct firmware *fw);
H A Dmlxfw_mfa2.c115 bool mlxfw_mfa2_check(const struct firmware *fw)
290 struct mlxfw_mfa2_file *mlxfw_mfa2_file_init(const struct firmware *fw)
H A Dmlxfw_fsm.c210 const struct firmware *firmware)
216 if (!mlxfw_mfa2_check(firmware)) {
221 mfa2_file = mlxfw_mfa2_file_init(firmware);
225 pr_info("Initialize firmware flash process\n");
228 pr_err("Could not lock the firmware FSM\n");
272 MODULE_DESCRIPTION("Mellanox firmware flash lib");
209 mlxfw_firmware_flash(struct mlxfw_dev *mlxfw_dev, const struct firmware *firmware) argument
H A Dmlxfw.h37 #include <sys/firmware.h>
67 struct firmware;
103 const struct firmware *firmware);
/freebsd-11-stable/sys/dev/bwi/
H A Dif_bwivar.h452 struct firmware;
469 const struct firmware *mac_stub;
470 const struct firmware *mac_ucode;
471 const struct firmware *mac_pcm;
472 const struct firmware *mac_iv;
473 const struct firmware *mac_iv_ext;
/freebsd-11-stable/sys/dev/rtwn/
H A Dif_rtwn.c40 #include <sys/firmware.h>
233 MODULE_DEPEND(rtwn, firmware, 1, 1, 1);
858 "could not send firmware command %d\n", id);
874 /* Give firmware some time for processing. */
1083 * Initialize rate adaptation in firmware.
2071 * We must sleep for one second to let the firmware settle.
2075 device_printf(sc->sc_dev, "timeout waiting for firmware "
2110 const struct firmware *fw;
2118 /* Read firmware image from the filesystem. */
2129 "could not read firmware
[all...]
/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwnvar.h284 const struct firmware *fw_fp;
344 * provide a pipeline for the firmware responses
H A Dif_iwn.c45 #include <sys/firmware.h>
376 MODULE_DEPEND(iwn, firmware, 1, 1, 1);
508 /* Allocate DMA memory for firmware transfers. */
511 "could not allocate memory for firmware, error %d\n",
2685 * the firmware panics (eg Intel 5100.)
2699 /* Now, if it's zero, set it to IWN_ANT_AB, so to not panic firmware */
2880 * which is done with a firmware cmd. We also defer
2936 * Process an RX_PHY firmware notification. This is usually immediately
2954 * Process an RX_DONE (4965AGN only) or MPDU_RX_DONE firmware notification.
3255 * firmware o
[all...]
/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwmvar.h143 * fw_status is used to determine if we've already parsed the firmware file
199 const struct firmware *fw_fp;

Completed in 297 milliseconds

123456