Home
last modified time | relevance | path

Searched refs:LDC_NACK (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/sun4v/io/
H A Dldc.c1311 pkt->stype = LDC_NACK; in i_ldc_process_VER()
1325 pkt->stype = LDC_NACK; in i_ldc_process_VER()
1430 case LDC_NACK: in i_ldc_process_VER()
1544 case LDC_NACK: in i_ldc_process_RTS()
1567 rv = i_ldc_send_pkt(ldcp, LDC_CTRL, LDC_NACK, LDC_RTS); in i_ldc_process_RTS()
1669 case LDC_NACK: in i_ldc_process_RTR()
1695 rv = i_ldc_send_pkt(ldcp, LDC_CTRL, LDC_NACK, LDC_RTR); in i_ldc_process_RTR()
1767 case LDC_NACK: in i_ldc_process_RDX()
2388 rv = i_ldc_send_pkt(ldcp, msg->type, LDC_NACK, in i_ldc_rx_process_hvq()
2443 if ((msg->type & LDC_DATA) && (msg->stype & LDC_NACK)) { in i_ldc_rx_process_hvq()
[all …]
/titanic_50/usr/src/uts/sun4v/sys/
H A Dldc_impl.h65 #define LDC_NACK 0x04 /* Control/Data NACK */ macro
/titanic_50/usr/src/cmd/mdb/sun4v/modules/ldc/
H A Dldc.c112 { "nack ", ALLBITS, LDC_NACK },