Home
last modified time | relevance | path

Searched refs:ipath_f_get_ib_cfg (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_sysfs.c753 ret = dd->ipath_f_get_ib_cfg(dd, IPATH_IB_CFG_HRTBT); in show_hrtbt_enb()
806 ret = dd->ipath_f_get_ib_cfg(dd, IPATH_IB_CFG_LWID_ENB); in show_lwid_enb()
847 ret = dd->ipath_f_get_ib_cfg(dd, IPATH_IB_CFG_LWID); in show_lwid()
863 ret = dd->ipath_f_get_ib_cfg(dd, IPATH_IB_CFG_SPD_ENB); in show_spd_enb()
903 ret = dd->ipath_f_get_ib_cfg(dd, IPATH_IB_CFG_SPD); in show_spd()
919 ret = dd->ipath_f_get_ib_cfg(dd, IPATH_IB_CFG_RXPOL_ENB); in show_rx_polinv_enb()
960 ret = dd->ipath_f_get_ib_cfg(dd, IPATH_IB_CFG_LREV_ENB); in show_lanerev_enb()
Dipath_kernel.h322 int (*ipath_f_get_ib_cfg)(struct ipath_devdata *, int); member
Dipath_mad.c333 v = dd->ipath_f_get_ib_cfg(dd, IPATH_IB_CFG_LINKLATENCY); in recv_subn_get_portinfo()
Dipath_iba6110.c1930 dd->ipath_f_get_ib_cfg = ipath_ht_get_ib_cfg; in ipath_init_iba6110_funcs()