Searched refs:guidsect (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fwflash/plugins/vendor/
H A Dhermon-MELLANOX.c324 struct mlx_cnx_guid_sect guidsect; local
338 bcopy(&verifier->fwimage[nguidptr_addr], &guidsect,
342 MLXSWAPBITS64(guidsect.nodeguid));
344 MLXSWAPBITS64(guidsect.port1guid));
346 MLXSWAPBITS64(guidsect.port2guid));
348 MLXSWAPBITS64(guidsect.sysimguid));
350 MLXSWAPBITS64(guidsect.port1_mac));
352 MLXSWAPBITS64(guidsect.port2_mac));
356 if (calculated_crc != ntohs(guidsect.guidcrc)) {
359 ntohs(guidsect
[all...]
H A Dtavor-MELLANOX.c327 struct mlx_guid_sect guidsect; local
330 bcopy(&data[MLXSWAPBITS32(xfisect.nguidptr) - 16], &guidsect,
334 MLXSWAPBITS64(guidsect.nodeguid));
336 MLXSWAPBITS64(guidsect.port1guid));
338 MLXSWAPBITS64(guidsect.port2guid));
340 MLXSWAPBITS64(guidsect.sysimguid));
342 if ((MLXSWAPBITS64(guidsect.nodeguid) == MLX_DEFAULT_NODE_GUID) &&
343 (MLXSWAPBITS64(guidsect.port1guid) == MLX_DEFAULT_P1_GUID) &&
344 (MLXSWAPBITS64(guidsect.port2guid) == MLX_DEFAULT_P2_GUID) &&
345 ((MLXSWAPBITS64(guidsect
[all...]

Completed in 57 milliseconds