Searched refs:health (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_health.c130 struct mlx5_core_health *health = &dev->priv.health; local
131 struct mlx5_health_buffer __iomem *h = health->health;
143 container_of(work, struct mlx5_core_dev, priv.health.work_cmd_completion);
167 struct mlx5_core_health *health = &dev->priv.health; local
168 struct mlx5_health_buffer __iomem *h = health->health;
212 /* The reset only needs to be issued by one PF. The health buffe
239 struct mlx5_core_health *health = &dev->priv.health; local
365 struct mlx5_core_health *health; local
419 struct mlx5_core_health *health; local
459 struct mlx5_core_health *health = &dev->priv.health; local
504 struct mlx5_core_health *health = &dev->priv.health; local
596 struct mlx5_core_health *health = &dev->priv.health; local
611 struct mlx5_core_health *health = &dev->priv.health; local
646 struct mlx5_core_health *health = &dev->priv.health; local
666 struct mlx5_core_health *health = &dev->priv.health; local
682 struct mlx5_core_health *health = &dev->priv.health; local
697 struct mlx5_core_health *health = &dev->priv.health; local
708 struct mlx5_core_health *health = &dev->priv.health; local
717 struct mlx5_core_health *health; local
[all...]
H A Dmlx5_main.c1709 * that we can read the device ID and that the health buffer
1715 struct mlx5_core_health *health = &dev->priv.health; local
1739 count = ioread32be(health->health_counter);
1904 * with the HCA, so the health polll is no longer needed.
H A Dmlx5_cmd.c1000 } else if (!queue_work(dev->priv.health.wq_cmd, &ent->work)) {
1625 flush_workqueue(dev->priv.health.wq_cmd);
/freebsd-11-stable/sbin/nvmecontrol/
H A Dlogpage.c177 struct nvme_health_information_page *health = buf; local
185 health->critical_warning.raw);
187 health->critical_warning.bits.available_spare);
189 health->critical_warning.bits.temperature);
191 health->critical_warning.bits.device_reliability);
193 health->critical_warning.bits.read_only);
195 health->critical_warning.bits.volatile_memory_backup);
197 print_temp(health->temperature);
199 health->available_spare);
201 health
[all...]
/freebsd-11-stable/contrib/ntp/include/
H A Dmbg_gps166.h231 GPS_CFGH = 0x100, ///< (rw-) ::CFGH, SVs' configuration and health codes
300 typedef uint16_t HEALTH; ///< an SV's 6 bit health code
336 BVAR_BIT_CFGH_INVALID, ///< Satellite configuration and health parameters incomplete
773 * @brief Summary of configuration and health data of all satellites
785 HEALTH health[N_SVNO_GPS]; ///< 6 bit SV health codes from pages 51, 63 member in struct:__anon4763
870 HEALTH health; ///< health indication of transmitting SV [---] member in struct:__anon4766
920 HEALTH health; ///< [---] member in struct:__anon4767
/freebsd-11-stable/contrib/ntp/libparse/
H A Ddata_mbg.c313 get_mbg_health(buffpp, &cfghp->health[i]);
432 ephp->health = (HEALTH) get_lsb_short(buffpp);
477 almp->health = (HEALTH) get_lsb_short(buffpp);
/freebsd-11-stable/lib/libbe/tests/
H A Dbe_create.sh74 elif zpool get health ${zpool} >/dev/null 2>&1; then
/freebsd-11-stable/tools/regression/zfs/zpool/create/
H A Doption-o.t42 expect_fl ${ZPOOL} create -o health=ONLINE ${name0} ${disk0}
/freebsd-11-stable/sys/dev/mlx5/
H A Ddriver.h498 struct mlx5_health_buffer __iomem *health; member in struct:mlx5_core_health
574 struct mlx5_core_health health; member in struct:mlx5_priv
H A Ddevice.h467 struct mlx5_health_buffer health; member in struct:mlx5_init_seg
/freebsd-11-stable/sbin/bectl/tests/
H A Dbectl_test.sh82 elif zpool get health ${zpool} >/dev/null 2>&1; then
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_main.c1868 const char *health; local
1884 health = zpool_state_to_name(vs->vs_state, vs->vs_aux);
1890 (void) printf(gettext(" state: %s"), health);
3444 * "dedupratio,health,altroot"
3449 * statistics for each one, as well as health status summary.
3459 "capacity,dedupratio,health,altroot";
4864 const char *health; local
4899 health = zpool_state_to_name(vs->vs_state, vs->vs_aux);
4902 (void) printf(gettext(" state: %s\n"), health);
5201 * Describes the health statu
[all...]
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_parse.c4544 tmp_val = cfgh.health[i]; /* a 6 bit SV health code */
4545 p = ap(buffer, sizeof(buffer), p, "; health=0x%02x (", tmp_val);
4550 /* The MSB contains a summary of the 3 MSBs of the 8 bit health code,
4995 * 46 Receiver health
/freebsd-11-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c4042 priv->wq = mdev->priv.health.wq_watchdog;

Completed in 212 milliseconds