Home
last modified time | relevance | path

Searched refs:OPA_EI_STATUS_SMASK (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/staging/rdma/hfi1/
Dmad.h294 #define OPA_EI_STATUS_SMASK 0x80 macro
Dhfi.h1313 if (!(dd->err_info_rcv_constraint.status & OPA_EI_STATUS_SMASK)) { in ingress_pkey_table_fail()
1314 dd->err_info_rcv_constraint.status |= OPA_EI_STATUS_SMASK; in ingress_pkey_table_fail()
Dmad.c3122 dd->err_info_rcvport.status_and_code &= ~OPA_EI_STATUS_SMASK; in pma_set_opa_errorinfo()
3132 dd->err_info_xmit_constraint.status &= ~OPA_EI_STATUS_SMASK; in pma_set_opa_errorinfo()
3135 dd->err_info_rcv_constraint.status &= ~OPA_EI_STATUS_SMASK; in pma_set_opa_errorinfo()
3140 dd->err_info_uncorrectable &= ~OPA_EI_STATUS_SMASK; in pma_set_opa_errorinfo()
3145 dd->err_info_fmconfig &= ~OPA_EI_STATUS_SMASK; in pma_set_opa_errorinfo()
3767 dd->err_info_rcvport.status_and_code &= ~OPA_EI_STATUS_SMASK; in clear_linkup_counters()
3777 dd->err_info_xmit_constraint.status &= ~OPA_EI_STATUS_SMASK; in clear_linkup_counters()
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()
Dchip.c4199 if (!(dd->err_info_uncorrectable & OPA_EI_STATUS_SMASK)) { in handle_dcc_err()
4203 dd->err_info_uncorrectable |= OPA_EI_STATUS_SMASK; in handle_dcc_err()
4220 if (!(dd->err_info_fmconfig & OPA_EI_STATUS_SMASK)) { in handle_dcc_err()
4223 dd->err_info_fmconfig |= OPA_EI_STATUS_SMASK; in handle_dcc_err()
4273 OPA_EI_STATUS_SMASK)) { in handle_dcc_err()
4278 OPA_EI_STATUS_SMASK; in handle_dcc_err()