Searched refs:mlx_guid_sect (Results 1 – 3 of 3) sorted by relevance
106 typedef struct mlx_guid_sect struct119 #define GUIDSECTION_SZ sizeof (struct mlx_guid_sect) argument
554 sizeof (struct mlx_guid_sect)); in fw_writefw()557 sizeof (struct mlx_guid_sect)); in fw_writefw()1186 struct mlx_guid_sect *p, *s; in tavor_get_guids()1273 bcopy(&handle->pri_guid_section, p, sizeof (struct mlx_guid_sect)); in tavor_get_guids()1310 bcopy(&handle->sec_guid_section, s, sizeof (struct mlx_guid_sect)); in tavor_get_guids()1373 bzero(p, sizeof (struct mlx_guid_sect)); in tavor_get_guids()1379 bzero(s, sizeof (struct mlx_guid_sect)); in tavor_get_guids()
327 struct mlx_guid_sect guidsect; in check_guid_ptr()