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;
112 if ((vps = calloc(1, sizeof (struct mlx_xps))) == NULL) {
119 bcopy(&firmware[sector_sz / 4], vps, sizeof (struct mlx_xps));
194 bzero(vps, sizeof (struct mlx_xps));
196 bcopy(&firmware[sector_sz / 2], vps, sizeof (struct mlx_xps));
/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;
127 struct mlx_xps *lsps;
142 lpps = (struct mlx_xps *)(uintptr_t)manuf->pps;
143 lsps = (struct mlx_xps *)(uintptr_t)manuf->sps;
356 struct mlx_xps *ipps, *lpps;
357 struct mlx_xps *isps, *lsps;
461 lpps = (struct mlx_xps *)(uintptr_t)manuf->pps;
462 lsps = (struct mlx_xps *)(uintptr_t)manuf->sps;
465 ipps = (struct mlx_xps *)
[all...]
/illumos-gate/usr/src/cmd/fwflash/plugins/hdrs/
H A Dtavor_ib.h73 typedef struct mlx_xps { struct

Completed in 46 milliseconds