Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/hw/ipath/
Dipath_mad.c162 return (dd->ipath_ibcctrl >> in get_overrunthreshold()
178 v = (dd->ipath_ibcctrl >> INFINIPATH_IBCC_OVERRUNTHRESHOLD_SHIFT) & in set_overrunthreshold()
181 dd->ipath_ibcctrl &= in set_overrunthreshold()
184 dd->ipath_ibcctrl |= in set_overrunthreshold()
187 dd->ipath_ibcctrl); in set_overrunthreshold()
194 return (dd->ipath_ibcctrl >> in get_phyerrthreshold()
210 v = (dd->ipath_ibcctrl >> INFINIPATH_IBCC_PHYERRTHRESHOLD_SHIFT) & in set_phyerrthreshold()
213 dd->ipath_ibcctrl &= in set_phyerrthreshold()
216 dd->ipath_ibcctrl |= in set_phyerrthreshold()
219 dd->ipath_ibcctrl); in set_phyerrthreshold()
[all …]
Dipath_driver.c1128 u8 n = (dd->ipath_ibcctrl >> in ipath_rcv_hdrerr()
1995 dd->ipath_ibcctrl | mod_wd); in ipath_set_ib_lstate()
2067 dd->ipath_ibcctrl |= INFINIPATH_IBCC_LOOPBACK; in ipath_set_linkstate()
2069 dd->ipath_ibcctrl); in ipath_set_linkstate()
2083 dd->ipath_ibcctrl &= ~INFINIPATH_IBCC_LOOPBACK; in ipath_set_linkstate()
2085 dd->ipath_ibcctrl); in ipath_set_linkstate()
2173 u64 ibc = dd->ipath_ibcctrl, ibdw; in ipath_set_mtu()
2184 dd->ipath_ibcctrl = ibc; in ipath_set_mtu()
2186 dd->ipath_ibcctrl); in ipath_set_mtu()
Dipath_kernel.h575 u64 ipath_ibcctrl; member
Dipath_init_chip.c178 dd->ipath_ibcctrl = ibc; in bringup_link()