Searched refs:err_info_xmit_constraint (Results 1 – 3 of 3) sorted by relevance
1293 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()
2907 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()
1049 struct err_info_constraint err_info_xmit_constraint; member