Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mdb/sun4v/modules/ldc/
H A Dldc.c103 { "ctrl", ALLBITS, LDC_CTRL },
329 if (msg.type == LDC_CTRL) in ldcmsg()
/titanic_50/usr/src/uts/sun4v/io/
H A Dldc.c1278 pkt->type = LDC_CTRL; in i_ldc_process_VER()
1400 pkt->type = LDC_CTRL; in i_ldc_process_VER()
1457 pkt->type = LDC_CTRL; in i_ldc_process_VER()
1567 rv = i_ldc_send_pkt(ldcp, LDC_CTRL, LDC_NACK, LDC_RTS); in i_ldc_process_RTS()
1622 pkt->type = LDC_CTRL; in i_ldc_process_RTS()
1695 rv = i_ldc_send_pkt(ldcp, LDC_CTRL, LDC_NACK, LDC_RTR); in i_ldc_process_RTR()
1732 rv = i_ldc_send_pkt(ldcp, LDC_CTRL, LDC_INFO, LDC_RDX); in i_ldc_process_RTR()
2415 if (msg->type & LDC_CTRL) { in i_ldc_rx_process_hvq()
3479 ldcmsg->type = LDC_CTRL; in ldc_up()
4047 if (msg->type & LDC_CTRL) { in i_ldc_read_packet()
[all …]
/titanic_50/usr/src/uts/sun4v/sys/
H A Dldc_impl.h58 #define LDC_CTRL 0x01 /* Control Pkt */ macro