Searched refs:SEES (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/drivers/infiniband/hw/hfi1/ |
| D | chip.c | 531 #define SEES(text) SEND_EGRESS_ERR_STATUS_##text##_ERR_SMASK macro 533 /* 0*/ FLAG_ENTRY0("TxPktIntegrityMemCorErr", SEES(TX_PKT_INTEGRITY_MEM_COR)), 534 /* 1*/ FLAG_ENTRY0("TxPktIntegrityMemUncErr", SEES(TX_PKT_INTEGRITY_MEM_UNC)), 537 SEES(TX_EGRESS_FIFO_UNDERRUN_OR_PARITY)), 538 /* 4*/ FLAG_ENTRY0("TxLinkdownErr", SEES(TX_LINKDOWN)), 539 /* 5*/ FLAG_ENTRY0("TxIncorrectLinkStateErr", SEES(TX_INCORRECT_LINK_STATE)), 542 SEES(TX_PIO_LAUNCH_INTF_PARITY)), 544 SEES(TX_SDMA_LAUNCH_INTF_PARITY)), 547 SEES(TX_SBRD_CTL_STATE_MACHINE_PARITY)), 548 /*12*/ FLAG_ENTRY0("TxIllegalVLErr", SEES(TX_ILLEGAL_VL)), [all …]
|