Lines Matching refs:ipath_ibcctrl
162 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()
232 return !!(dd->ipath_ibcctrl & INFINIPATH_IBCC_LINKDOWNDEFAULTSTATE); in get_linkdowndefaultstate()
401 dd->ipath_ibcctrl |= INFINIPATH_IBCC_LINKDOWNDEFAULTSTATE; in set_linkdowndefaultstate()
403 dd->ipath_ibcctrl &= ~INFINIPATH_IBCC_LINKDOWNDEFAULTSTATE; in set_linkdowndefaultstate()
405 dd->ipath_ibcctrl); in set_linkdowndefaultstate()