Home
last modified time | relevance | path

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

/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/rxm/src/
H A Drxm_conn.c596 entry = alloca(RXM_MSG_EQ_ENTRY_SZ); in rxm_msg_eq_progress()
604 entry->rd = rxm_eq_read(rxm_ep, RXM_MSG_EQ_ENTRY_SZ, entry); in rxm_msg_eq_progress()
1277 entry = alloca(RXM_MSG_EQ_ENTRY_SZ); in rxm_conn_progress()
1284 memset(entry, 0, RXM_MSG_EQ_ENTRY_SZ); in rxm_conn_progress()
1299 memset(entry, 0, RXM_MSG_EQ_ENTRY_SZ); in rxm_conn_auto_progress_eq()
1328 entry = alloca(RXM_MSG_EQ_ENTRY_SZ); in rxm_conn_atomic_progress()
H A Drxm.h635 #define RXM_MSG_EQ_ENTRY_SZ (sizeof(struct rxm_msg_eq_entry) + \ macro