Searched refs:SEES (Results 1 – 1 of 1) sorted by relevance
/drivers/infiniband/hw/hfi1/ |
D | chip.c | 532 #define SEES(text) SEND_EGRESS_ERR_STATUS_##text##_ERR_SMASK macro 534 /* 0*/ FLAG_ENTRY0("TxPktIntegrityMemCorErr", SEES(TX_PKT_INTEGRITY_MEM_COR)), 535 /* 1*/ FLAG_ENTRY0("TxPktIntegrityMemUncErr", SEES(TX_PKT_INTEGRITY_MEM_UNC)), 538 SEES(TX_EGRESS_FIFO_UNDERRUN_OR_PARITY)), 539 /* 4*/ FLAG_ENTRY0("TxLinkdownErr", SEES(TX_LINKDOWN)), 540 /* 5*/ FLAG_ENTRY0("TxIncorrectLinkStateErr", SEES(TX_INCORRECT_LINK_STATE)), 543 SEES(TX_PIO_LAUNCH_INTF_PARITY)), 545 SEES(TX_SDMA_LAUNCH_INTF_PARITY)), 548 SEES(TX_SBRD_CTL_STATE_MACHINE_PARITY)), 549 /*12*/ FLAG_ENTRY0("TxIllegalVLErr", SEES(TX_ILLEGAL_VL)), [all …]
|