Home
last modified time | relevance | path

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

/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/rxm/src/
H A Drxm_cq.c821 struct rxm_atomic_resp_hdr *atomic_hdr; in rxm_atomic_send_resp()
823 ssize_t resp_len = result_len + sizeof(struct rxm_atomic_resp_hdr) + in rxm_atomic_send_resp()
835 atomic_hdr = (struct rxm_atomic_resp_hdr *) resp_buf->pkt.data; in rxm_atomic_send_resp()
912 struct rxm_atomic_resp_hdr *resp_hdr; in rxm_handle_atomic_req()
955 resp_hdr = (struct rxm_atomic_resp_hdr *) resp_buf->pkt.data; in rxm_handle_atomic_req()
984 struct rxm_atomic_resp_hdr *resp_hdr = in rxm_handle_atomic_resp()
985 (struct rxm_atomic_resp_hdr *) rx_buf->pkt.data; in rxm_handle_atomic_resp()
H A Drxm.h305 struct rxm_atomic_resp_hdr { struct