Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/hw/hfi1/
Dmad.h408 #define OPA_EI_STATUS_SMASK 0x80 macro
Dmad.c3666 dd->err_info_rcvport.status_and_code &= ~OPA_EI_STATUS_SMASK; in pma_set_opa_errorinfo()
3678 dd->err_info_xmit_constraint.status &= ~OPA_EI_STATUS_SMASK; in pma_set_opa_errorinfo()
3681 dd->err_info_rcv_constraint.status &= ~OPA_EI_STATUS_SMASK; in pma_set_opa_errorinfo()
3686 dd->err_info_uncorrectable &= ~OPA_EI_STATUS_SMASK; in pma_set_opa_errorinfo()
3691 dd->err_info_fmconfig &= ~OPA_EI_STATUS_SMASK; in pma_set_opa_errorinfo()
4368 dd->err_info_rcvport.status_and_code &= ~OPA_EI_STATUS_SMASK; in clear_linkup_counters()
4377 dd->err_info_xmit_constraint.status &= ~OPA_EI_STATUS_SMASK; in clear_linkup_counters()
Ddriver.c1667 OPA_EI_STATUS_SMASK)) { in process_receive_bypass()
1677 (OPA_EI_STATUS_SMASK | BAD_L2_ERR); in process_receive_bypass()
Dhfi.h1710 if (!(dd->err_info_rcv_constraint.status & OPA_EI_STATUS_SMASK)) { in ingress_pkey_table_fail()
1711 dd->err_info_rcv_constraint.status |= OPA_EI_STATUS_SMASK; in ingress_pkey_table_fail()
Dverbs.c1196 OPA_EI_STATUS_SMASK)) { in egress_pkey_check()
1198 OPA_EI_STATUS_SMASK; in egress_pkey_check()
Dchip.c7944 if (!(dd->err_info_uncorrectable & OPA_EI_STATUS_SMASK)) { in handle_dcc_err()
7948 dd->err_info_uncorrectable |= OPA_EI_STATUS_SMASK; in handle_dcc_err()
7965 if (!(dd->err_info_fmconfig & OPA_EI_STATUS_SMASK)) { in handle_dcc_err()
7968 dd->err_info_fmconfig |= OPA_EI_STATUS_SMASK; in handle_dcc_err()
8019 OPA_EI_STATUS_SMASK)) { in handle_dcc_err()
8024 OPA_EI_STATUS_SMASK; in handle_dcc_err()