Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/hfi1/
Dmad.h408 #define OPA_EI_STATUS_SMASK 0x80 macro
Dmad.c3676 dd->err_info_rcvport.status_and_code &= ~OPA_EI_STATUS_SMASK; in pma_set_opa_errorinfo()
3688 dd->err_info_xmit_constraint.status &= ~OPA_EI_STATUS_SMASK; in pma_set_opa_errorinfo()
3691 dd->err_info_rcv_constraint.status &= ~OPA_EI_STATUS_SMASK; in pma_set_opa_errorinfo()
3696 dd->err_info_uncorrectable &= ~OPA_EI_STATUS_SMASK; in pma_set_opa_errorinfo()
3701 dd->err_info_fmconfig &= ~OPA_EI_STATUS_SMASK; in pma_set_opa_errorinfo()
4378 dd->err_info_rcvport.status_and_code &= ~OPA_EI_STATUS_SMASK; in clear_linkup_counters()
4387 dd->err_info_xmit_constraint.status &= ~OPA_EI_STATUS_SMASK; in clear_linkup_counters()
Ddriver.c1635 OPA_EI_STATUS_SMASK)) { in process_receive_bypass()
1645 (OPA_EI_STATUS_SMASK | BAD_L2_ERR); in process_receive_bypass()
Dhfi.h1652 if (!(dd->err_info_rcv_constraint.status & OPA_EI_STATUS_SMASK)) { in ingress_pkey_table_fail()
1653 dd->err_info_rcv_constraint.status |= OPA_EI_STATUS_SMASK; in ingress_pkey_table_fail()
Dverbs.c1257 OPA_EI_STATUS_SMASK)) { in egress_pkey_check()
1259 OPA_EI_STATUS_SMASK; in egress_pkey_check()
Dchip.c7926 if (!(dd->err_info_uncorrectable & OPA_EI_STATUS_SMASK)) { in handle_dcc_err()
7930 dd->err_info_uncorrectable |= OPA_EI_STATUS_SMASK; in handle_dcc_err()
7947 if (!(dd->err_info_fmconfig & OPA_EI_STATUS_SMASK)) { in handle_dcc_err()
7950 dd->err_info_fmconfig |= OPA_EI_STATUS_SMASK; in handle_dcc_err()
8001 OPA_EI_STATUS_SMASK)) { in handle_dcc_err()
8006 OPA_EI_STATUS_SMASK; in handle_dcc_err()