Searched refs:SEES (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/infiniband/hw/hfi1/ |
D | chip.c | 557 #define SEES(text) SEND_EGRESS_ERR_STATUS_##text##_ERR_SMASK macro 559 /* 0*/ FLAG_ENTRY0("TxPktIntegrityMemCorErr", SEES(TX_PKT_INTEGRITY_MEM_COR)), 560 /* 1*/ FLAG_ENTRY0("TxPktIntegrityMemUncErr", SEES(TX_PKT_INTEGRITY_MEM_UNC)), 563 SEES(TX_EGRESS_FIFO_UNDERRUN_OR_PARITY)), 564 /* 4*/ FLAG_ENTRY0("TxLinkdownErr", SEES(TX_LINKDOWN)), 565 /* 5*/ FLAG_ENTRY0("TxIncorrectLinkStateErr", SEES(TX_INCORRECT_LINK_STATE)), 568 SEES(TX_PIO_LAUNCH_INTF_PARITY)), 570 SEES(TX_SDMA_LAUNCH_INTF_PARITY)), 573 SEES(TX_SBRD_CTL_STATE_MACHINE_PARITY)), 574 /*12*/ FLAG_ENTRY0("TxIllegalVLErr", SEES(TX_ILLEGAL_VL)), [all …]
|