Searched refs:firmware (Results 1 - 10 of 10) sorted by relevance
/illumos-gate/usr/src/cmd/fwflash/plugins/vendor/ |
H A D | tavor-MELLANOX.c | 27 * 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/intel/myri10ge/ |
H A D | Makefile | 60 INC_PATH += -I$(UTSBASE)/common/io/myri10ge -I$(UTSBASE)/common/io/myri10ge/firmware
|
/illumos-gate/usr/src/uts/sparc/myri10ge/ |
H A D | Makefile | 61 INC_PATH += -I$(UTSBASE)/common/io/myri10ge -I$(UTSBASE)/common/io/myri10ge/firmware
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | qlc.conf | 68 # the ISP2xxx firmware. 77 # by the ISP2xxx firmware. 93 # for the firmware when the login into a device fails. 170 #Usage: This field specifies the connection mode the driver firmware 216 #Usage: These flags are used to force a firmware dump when the flag 223 firmware-dump-flags=0; 246 # switch and the HBA firmware to sync during boot or the 252 #Usage: This field declares firmware module paths so that they get
|
/illumos-gate/usr/src/uts/intel/cxgbe/t4nex/ |
H A D | Makefile | 52 -I$(UTSBASE)/common/io/cxgbe/firmware 65 -I$(UTSBASE)/common/io/cxgbe/firmware
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_menlo.h | 59 /* 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 */
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_dump.c | 104 uint32_t firmware) 124 cmd_buf->reset.firmware = firmware; 102 emlxs_menlo_reset( emlxs_hba_t *hba, uint32_t firmware) argument
|
H A D | emlxs_dfc.c | 5999 if (reset_cmd.firmware) { 6006 "firmware requested."); 6015 "Operational firmware requested."); 6456 "FCoE chip is running Golden firmware. " 6457 "Update FCoE firmware immediately."); 6462 "FCoE chip is running Diagnostic firmware. "
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/ |
H A D | fp.c | 8923 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/intel/ia32/ml/ |
H A D | i86_subr.s | 1386 / Also, use triple fault for EFI firmware
|
Completed in 251 milliseconds