Searched refs:h_sequence (Results 1 – 6 of 6) sorted by relevance
205 (unsigned long long)ntohll(inc->i_hdr.h_sequence), in rdsv3_recv_incoming()232 if (ntohll(inc->i_hdr.h_sequence) < conn->c_next_rx_seq && in rdsv3_recv_incoming()237 conn->c_next_rx_seq = ntohll(inc->i_hdr.h_sequence) + 1; in rdsv3_recv_incoming()660 minfo.seq = ntohll(inc->i_hdr.h_sequence); in rdsv3_inc_info_copy()
440 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()
754 if (hdr->h_sequence != ihdr->h_sequence || in rdsv3_ib_process_recv()779 state->ack_next = ntohll(hdr->h_sequence); in rdsv3_ib_process_recv()
91 rdsv3_send_drop_acked(conn, ntohll(rm->m_inc.i_hdr.h_sequence), in rdsv3_loop_xmit()
150 hdr->h_sequence = htonll(seq); in rdsv3_message_populate_header()
179 uint64_be_t h_sequence; member