Searched defs:firmware (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/fwflash/plugins/vendor/
H A Dtavor-MELLANOX.c27 * Mellanox firmware image verification plugin
69 int *firmware; local
86 firmware = verifier->fwimage;
95 MLXSWAPBITS32(firmware[FLASH_IS_SECT_SIZE_PTR/4]);
97 sector_sz = 1 << MLXSWAPBITS32(firmware[offset/4]);
101 gettext("%s firmware image verifier: "
114 gettext("%s firmware image verifier: "
119 bcopy(&firmware[sector_sz / 4], vps, sizeof (struct mlx_xps));
123 gettext("%s firmware image verifier: "
162 gettext("%s firmware imag
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dump.c104 uint32_t firmware)
124 cmd_buf->reset.firmware = firmware;
102 emlxs_menlo_reset( emlxs_hba_t *hba, uint32_t firmware) argument
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c8923 caddr_t firmware; local
8932 firmware = kmem_zalloc(fcio->fcio_ilen, KM_SLEEP);
8933 if (ddi_copyin(fcio->fcio_ibuf, firmware,
8936 kmem_free(firmware, fcio->fcio_ilen);
8944 pm.pm_data_buf = firmware;
8949 kmem_free(firmware, fcio->fcio_ilen);
10509 * LILP map order. The HBA firmware usually returns the device
11113 * An intelligent microcode/firmware should handle
11657 * early development days of public loop soc+ firmware, numerous problems
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_menlo.h59 /* Followed by length bytes of firmware image */
179 uint32_t firmware; member in struct:menlo_reset_cmd
408 uint32_t fw_version; /* Menlo firmware version */

Completed in 101 milliseconds