Home
last modified time | relevance | path

Searched refs:mlx_xps (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/fwflash/plugins/vendor/
H A Dtavor-MELLANOX.c72 struct mlx_xps *vps; in vendorvrfy()
112 if ((vps = calloc(1, sizeof (struct mlx_xps))) == NULL) { in vendorvrfy()
119 bcopy(&firmware[sector_sz / 4], vps, sizeof (struct mlx_xps)); in vendorvrfy()
194 bzero(vps, sizeof (struct mlx_xps)); in vendorvrfy()
196 bcopy(&firmware[sector_sz / 2], vps, sizeof (struct mlx_xps)); in vendorvrfy()
/illumos-gate/usr/src/cmd/fwflash/plugins/transport/common/
H A Dtavor.c107 uint32_t sectsz, struct mlx_xps *newxps);
126 struct mlx_xps *lpps; in fw_readfw()
127 struct mlx_xps *lsps; in fw_readfw()
142 lpps = (struct mlx_xps *)(uintptr_t)manuf->pps; in fw_readfw()
143 lsps = (struct mlx_xps *)(uintptr_t)manuf->sps; in fw_readfw()
356 struct mlx_xps *ipps, *lpps; in fw_writefw()
357 struct mlx_xps *isps, *lsps; in fw_writefw()
461 lpps = (struct mlx_xps *)(uintptr_t)manuf->pps; in fw_writefw()
462 lsps = (struct mlx_xps *)(uintptr_t)manuf->sps; in fw_writefw()
465 ipps = (struct mlx_xps *)&verifier->fwimage[sectsz/4]; in fw_writefw()
[all …]
/illumos-gate/usr/src/cmd/fwflash/plugins/hdrs/
H A Dtavor_ib.h73 typedef struct mlx_xps { struct