Home
last modified time | relevance | path

Searched refs:LDC_INFO (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/io/
H A Dldc.c843 if ((pkt->type & LDC_DATA) && (pkt->stype & LDC_INFO)) { in i_ldc_get_tx_head()
1238 case LDC_INFO: in i_ldc_process_VER()
1385 pkt->stype = LDC_INFO; in i_ldc_process_VER()
1443 pkt->stype = LDC_INFO; in i_ldc_process_VER()
1540 case LDC_INFO: in i_ldc_process_RTS()
1607 pkt->stype = LDC_INFO; in i_ldc_process_RTS()
1667 case LDC_INFO: in i_ldc_process_RTR()
1716 rv = i_ldc_send_pkt(ldcp, LDC_CTRL, LDC_INFO, LDC_RDX); in i_ldc_process_RTR()
1765 case LDC_INFO: in i_ldc_process_RDX()
3463 ldcmsg->stype = LDC_INFO; in ldc_up()
[all …]
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dldc_impl.h63 #define LDC_INFO 0x01 /* Control/Data/Error info pkt */ macro