Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/infiniband/hw/hfi1/
A Dmad.h367 #define OPA_EI_STATUS_SMASK 0x80 macro
A 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()
A Ddriver.c1749 OPA_EI_STATUS_SMASK)) { in process_receive_bypass()
1759 (OPA_EI_STATUS_SMASK | BAD_L2_ERR); in process_receive_bypass()
A 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()
A Dverbs.c1157 OPA_EI_STATUS_SMASK)) { in egress_pkey_check()
1159 OPA_EI_STATUS_SMASK; in egress_pkey_check()
A Dchip.c7933 if (!(dd->err_info_uncorrectable & OPA_EI_STATUS_SMASK)) { in handle_dcc_err()
7937 dd->err_info_uncorrectable |= OPA_EI_STATUS_SMASK; in handle_dcc_err()
7954 if (!(dd->err_info_fmconfig & OPA_EI_STATUS_SMASK)) { in handle_dcc_err()
7957 dd->err_info_fmconfig |= OPA_EI_STATUS_SMASK; in handle_dcc_err()
8008 OPA_EI_STATUS_SMASK)) { in handle_dcc_err()
8013 OPA_EI_STATUS_SMASK; in handle_dcc_err()

Completed in 72 milliseconds