Home
last modified time | relevance | path

Searched refs:DCC_ERR_FLG_RCVPORT_ERR_SMASK (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/infiniband/hw/hfi1/
Dchip_registers.h136 #define DCC_ERR_FLG_RCVPORT_ERR_SMASK 0x80000000000000ull macro
Dchip.c8001 if (reg & DCC_ERR_FLG_RCVPORT_ERR_SMASK) { in handle_dcc_err()
8052 reg &= ~DCC_ERR_FLG_RCVPORT_ERR_SMASK; in handle_dcc_err()