Home
last modified time | relevance | path

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

/drivers/staging/rdma/hfi1/
Dverbs.c1293 if (!(dd->err_info_xmit_constraint.status & OPA_EI_STATUS_SMASK)) { in egress_pkey_check()
1296 dd->err_info_xmit_constraint.status |= OPA_EI_STATUS_SMASK; in egress_pkey_check()
1297 dd->err_info_xmit_constraint.slid = slid; in egress_pkey_check()
1298 dd->err_info_xmit_constraint.pkey = pkey; in egress_pkey_check()
Dmad.c2907 dd->err_info_xmit_constraint.status; in pma_get_opa_errorinfo()
2909 cpu_to_be16(dd->err_info_xmit_constraint.pkey); in pma_get_opa_errorinfo()
2911 cpu_to_be32(dd->err_info_xmit_constraint.slid); in pma_get_opa_errorinfo()
3132 dd->err_info_xmit_constraint.status &= ~OPA_EI_STATUS_SMASK; in pma_set_opa_errorinfo()
3777 dd->err_info_xmit_constraint.status &= ~OPA_EI_STATUS_SMASK; in clear_linkup_counters()
Dhfi.h1049 struct err_info_constraint err_info_xmit_constraint; member