Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dverbs.c1156 if (!(dd->err_info_xmit_constraint.status & in egress_pkey_check()
1158 dd->err_info_xmit_constraint.status |= in egress_pkey_check()
1160 dd->err_info_xmit_constraint.slid = slid; in egress_pkey_check()
1161 dd->err_info_xmit_constraint.pkey = pkey; in egress_pkey_check()
H A Dmad.c3402 dd->err_info_xmit_constraint.status; in pma_get_opa_errorinfo()
3404 cpu_to_be16(dd->err_info_xmit_constraint.pkey); in pma_get_opa_errorinfo()
3406 cpu_to_be32(dd->err_info_xmit_constraint.slid); in pma_get_opa_errorinfo()
3635 dd->err_info_xmit_constraint.status &= ~OPA_EI_STATUS_SMASK; in pma_set_opa_errorinfo()
4334 dd->err_info_xmit_constraint.status &= ~OPA_EI_STATUS_SMASK; in clear_linkup_counters()
H A Dhfi.h1258 struct err_info_constraint err_info_xmit_constraint; member