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.h408 #define OPA_EI_STATUS_SMASK 0x80 macro
Dmad.c3665 dd->err_info_rcvport.status_and_code &= ~OPA_EI_STATUS_SMASK; in pma_set_opa_errorinfo()
3677 dd->err_info_xmit_constraint.status &= ~OPA_EI_STATUS_SMASK; in pma_set_opa_errorinfo()
3680 dd->err_info_rcv_constraint.status &= ~OPA_EI_STATUS_SMASK; in pma_set_opa_errorinfo()
3685 dd->err_info_uncorrectable &= ~OPA_EI_STATUS_SMASK; in pma_set_opa_errorinfo()
3690 dd->err_info_fmconfig &= ~OPA_EI_STATUS_SMASK; in pma_set_opa_errorinfo()
4367 dd->err_info_rcvport.status_and_code &= ~OPA_EI_STATUS_SMASK; in clear_linkup_counters()
4376 dd->err_info_xmit_constraint.status &= ~OPA_EI_STATUS_SMASK; in clear_linkup_counters()
Dhfi.h1847 if (!(dd->err_info_rcv_constraint.status & OPA_EI_STATUS_SMASK)) { in ingress_pkey_table_fail()
1848 dd->err_info_rcv_constraint.status |= OPA_EI_STATUS_SMASK; in ingress_pkey_table_fail()
Ddriver.c1798 OPA_EI_STATUS_SMASK)) { in process_receive_bypass()
1808 (OPA_EI_STATUS_SMASK | BAD_L2_ERR); in process_receive_bypass()
Dverbs.c1199 OPA_EI_STATUS_SMASK)) { in egress_pkey_check()
1201 OPA_EI_STATUS_SMASK; in egress_pkey_check()
Dchip.c7974 if (!(dd->err_info_uncorrectable & OPA_EI_STATUS_SMASK)) { in handle_dcc_err()
7978 dd->err_info_uncorrectable |= OPA_EI_STATUS_SMASK; in handle_dcc_err()
7995 if (!(dd->err_info_fmconfig & OPA_EI_STATUS_SMASK)) { in handle_dcc_err()
7998 dd->err_info_fmconfig |= OPA_EI_STATUS_SMASK; in handle_dcc_err()
8049 OPA_EI_STATUS_SMASK)) { in handle_dcc_err()
8054 OPA_EI_STATUS_SMASK; in handle_dcc_err()