Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun4v/io/
H A Dldc.c698 ldcp->last_msg_rcd = 0; in i_ldc_reset_state()
1168 pkt->ackid = ldcp->last_msg_rcd; in i_ldc_send_pkt()
1213 if (msg->seqid != (ldcp->last_msg_rcd + 1)) { in i_ldc_check_seqid()
1217 (ldcp->last_msg_rcd + 1)); in i_ldc_check_seqid()
1407 ldcp->last_msg_rcd = LDC_INIT_SEQID; in i_ldc_process_VER()
1629 ldcp->last_msg_rcd = msg->seqid; in i_ldc_process_RTS()
2381 ldcp->last_msg_rcd = first_fragment - 1; in i_ldc_rx_process_hvq()
2412 ldcp->last_msg_rcd = msg->seqid; in i_ldc_rx_process_hvq()
2670 ldcp->last_msg_rcd = 0; in ldc_init()
3976 ldcp->last_msg_rcd = in i_ldc_read_packet()
[all …]
/titanic_50/usr/src/uts/sun4v/sys/
H A Dldc_impl.h472 uint32_t last_msg_rcd; /* Seqid of last packet received */ member