Home
last modified time | relevance | path

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

/drivers/infiniband/hw/hfi1/
Dmad.h367 #define OPA_EI_STATUS_SMASK 0x80 macro
Dmad.c3623 dd->err_info_rcvport.status_and_code &= ~OPA_EI_STATUS_SMASK; in pma_set_opa_errorinfo()
3635 dd->err_info_xmit_constraint.status &= ~OPA_EI_STATUS_SMASK; in pma_set_opa_errorinfo()
3638 dd->err_info_rcv_constraint.status &= ~OPA_EI_STATUS_SMASK; in pma_set_opa_errorinfo()
3643 dd->err_info_uncorrectable &= ~OPA_EI_STATUS_SMASK; in pma_set_opa_errorinfo()
3648 dd->err_info_fmconfig &= ~OPA_EI_STATUS_SMASK; in pma_set_opa_errorinfo()
4325 dd->err_info_rcvport.status_and_code &= ~OPA_EI_STATUS_SMASK; in clear_linkup_counters()
4334 dd->err_info_xmit_constraint.status &= ~OPA_EI_STATUS_SMASK; in clear_linkup_counters()
Ddriver.c1754 OPA_EI_STATUS_SMASK)) { in process_receive_bypass()
1764 (OPA_EI_STATUS_SMASK | BAD_L2_ERR); in process_receive_bypass()
Dhfi.h1797 if (!(dd->err_info_rcv_constraint.status & OPA_EI_STATUS_SMASK)) { in ingress_pkey_table_fail()
1798 dd->err_info_rcv_constraint.status |= OPA_EI_STATUS_SMASK; in ingress_pkey_table_fail()
Dverbs.c1157 OPA_EI_STATUS_SMASK)) { in egress_pkey_check()
1159 OPA_EI_STATUS_SMASK; in egress_pkey_check()
Dchip.c7932 if (!(dd->err_info_uncorrectable & OPA_EI_STATUS_SMASK)) { in handle_dcc_err()
7936 dd->err_info_uncorrectable |= OPA_EI_STATUS_SMASK; in handle_dcc_err()
7953 if (!(dd->err_info_fmconfig & OPA_EI_STATUS_SMASK)) { in handle_dcc_err()
7956 dd->err_info_fmconfig |= OPA_EI_STATUS_SMASK; in handle_dcc_err()
8007 OPA_EI_STATUS_SMASK)) { in handle_dcc_err()
8012 OPA_EI_STATUS_SMASK; in handle_dcc_err()