Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_driver.c2078 dd->ipath_f_set_ib_cfg(dd, IPATH_IB_CFG_HRTBT, in ipath_set_linkstate()
2087 dd->ipath_f_set_ib_cfg(dd, IPATH_IB_CFG_HRTBT, in ipath_set_linkstate()
2103 ret = dd->ipath_f_set_ib_cfg(dd, IPATH_IB_CFG_HRTBT, in ipath_set_linkstate()
2108 ret = dd->ipath_f_set_ib_cfg(dd, IPATH_IB_CFG_HRTBT, in ipath_set_linkstate()
Dipath_sysfs.c753 ret = dd->ipath_f_get_ib_cfg(dd, IPATH_IB_CFG_HRTBT); in show_hrtbt_enb()
783 r = dd->ipath_f_set_ib_cfg(dd, IPATH_IB_CFG_HRTBT, val); in store_hrtbt_enb()
Dipath_kernel.h248 #define IPATH_IB_CFG_HRTBT 1 /* Get/set Heartbeat off/enable/auto */ macro