Home
last modified time | relevance | path

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

/dports/devel/hpx/hpx-1.2.1/plugins/parcelport/verbs/rdma/
H A Dverbs_endpoint.hpp832 uint32_t maxWorkRequests, bool signalSendQueue) in create_queue_pair() argument
837 qpAttributes.cap.max_send_wr = maxWorkRequests; in create_queue_pair()
838 qpAttributes.cap.max_recv_wr = maxWorkRequests; in create_queue_pair()