Home
last modified time | relevance | path

Searched refs:h_sequence (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Drds_recv.c206 (unsigned long long)ntohll(inc->i_hdr.h_sequence), in rdsv3_recv_incoming()
233 if (ntohll(inc->i_hdr.h_sequence) < conn->c_next_rx_seq && in rdsv3_recv_incoming()
238 conn->c_next_rx_seq = ntohll(inc->i_hdr.h_sequence) + 1; in rdsv3_recv_incoming()
657 minfo.seq = ntohll(inc->i_hdr.h_sequence); in rdsv3_inc_info_copy()
H A Dsend.c440 return (ntohll(rm->m_inc.i_hdr.h_sequence) <= ack); in rdsv3_send_is_acked()
460 if (ntohll(rm->m_inc.i_hdr.h_sequence) < seq) in rdsv3_send_acked_before()
465 if (ntohll(rm->m_inc.i_hdr.h_sequence) < seq) in rdsv3_send_acked_before()
862 rm->m_inc.i_hdr.h_sequence = htonll(conn->c_next_tx_seq++); in rdsv3_send_queue_rm()
871 rm->m_inc.i_hdr.h_sequence)); in rdsv3_send_queue_rm()
H A Dib_recv.c755 if (hdr->h_sequence != ihdr->h_sequence || in rdsv3_ib_process_recv()
780 state->ack_next = ntohll(hdr->h_sequence); in rdsv3_ib_process_recv()
H A Dloop.c92 rdsv3_send_drop_acked(conn, ntohll(rm->m_inc.i_hdr.h_sequence), in rdsv3_loop_xmit()
H A Dmessage.c151 hdr->h_sequence = htonll(seq); in rdsv3_message_populate_header()
/illumos-gate/usr/src/uts/common/sys/ib/clients/rdsv3/
H A Drdsv3.h179 uint64_be_t h_sequence; member