Home
last modified time | relevance | path

Searched refs:ipath_f_set_ib_cfg (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_sysfs.c783 r = dd->ipath_f_set_ib_cfg(dd, IPATH_IB_CFG_HRTBT, val); in store_hrtbt_enb()
830 r = dd->ipath_f_set_ib_cfg(dd, IPATH_IB_CFG_LWID_ENB, val); in store_lwid_enb()
887 r = dd->ipath_f_set_ib_cfg(dd, IPATH_IB_CFG_SPD_ENB, val); in store_spd_enb()
942 r = dd->ipath_f_set_ib_cfg(dd, IPATH_IB_CFG_RXPOL_ENB, val); in store_rx_polinv_enb()
983 r = dd->ipath_f_set_ib_cfg(dd, IPATH_IB_CFG_LREV_ENB, val); in store_lanerev_enb()
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()
2207 dd->ipath_f_set_ib_cfg(dd, IPATH_IB_CFG_LIDLMC, lid | in ipath_set_lid()
Dipath_mad.c152 (void) dd->ipath_f_set_ib_cfg(dd, IPATH_IB_CFG_LWID_ENB, w); in set_link_width_enabled()
157 (void) dd->ipath_f_set_ib_cfg(dd, IPATH_IB_CFG_SPD_ENB, s); in set_link_speed_enabled()
Dipath_kernel.h323 int (*ipath_f_set_ib_cfg)(struct ipath_devdata *, int, u32); member
Dipath_iba6110.c1931 dd->ipath_f_set_ib_cfg = ipath_ht_set_ib_cfg; in ipath_init_iba6110_funcs()