Home
last modified time | relevance | path

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

/dports/net/openmpi/openmpi-4.1.1/opal/mca/btl/usnic/
H A Dbtl_usnic.h274 #define SEQ_LE(A,B) (SEQ_DIFF(A,B) <= 0) macro
H A Dbtl_usnic_ack.c101 for (is = endpoint->endpoint_ack_seq_rcvd + 1; SEQ_LE(is, ack_seq); ++is) { in opal_btl_usnic_handle_ack()
H A Dbtl_usnic_recv.h246 assert(SEQ_LE(seq, endpoint->endpoint_highest_seq_rcvd)); in opal_btl_usnic_check_rx_seq()
/dports/net/openmpi3/openmpi-3.1.6/opal/mca/btl/usnic/
H A Dbtl_usnic.h274 #define SEQ_LE(A,B) (SEQ_DIFF(A,B) <= 0) macro
H A Dbtl_usnic_ack.c101 for (is = endpoint->endpoint_ack_seq_rcvd + 1; SEQ_LE(is, ack_seq); ++is) { in opal_btl_usnic_handle_ack()
H A Dbtl_usnic_recv.h246 assert(SEQ_LE(seq, endpoint->endpoint_highest_seq_rcvd)); in opal_btl_usnic_check_rx_seq()