Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/hw/ipath/
Dipath_driver.c2072 dd->ipath_f_set_ib_cfg(dd, IPATH_IB_CFG_HRTBT, in ipath_set_linkstate()
2081 dd->ipath_f_set_ib_cfg(dd, IPATH_IB_CFG_HRTBT, in ipath_set_linkstate()
2097 ret = dd->ipath_f_set_ib_cfg(dd, IPATH_IB_CFG_HRTBT, in ipath_set_linkstate()
2102 ret = dd->ipath_f_set_ib_cfg(dd, IPATH_IB_CFG_HRTBT, in ipath_set_linkstate()
Dipath_sysfs.c754 ret = dd->ipath_f_get_ib_cfg(dd, IPATH_IB_CFG_HRTBT); in show_hrtbt_enb()
784 r = dd->ipath_f_set_ib_cfg(dd, IPATH_IB_CFG_HRTBT, val); in store_hrtbt_enb()
Dipath_kernel.h247 #define IPATH_IB_CFG_HRTBT 1 /* Get/set Heartbeat off/enable/auto */ macro