Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/common/
H A Deal_common_proc.c333 if (pending_req) { in process_msg()
336 pending_req->reply_received = in process_msg()
343 pending_req); in process_msg()
840 pending_req = calloc(1, sizeof(*pending_req)); in mp_request_async()
850 strlcpy(pending_req->dst, dst, sizeof(pending_req->dst)); in mp_request_async()
851 pending_req->request = req; in mp_request_async()
852 pending_req->reply = reply_msg; in mp_request_async()
889 free(pending_req); in mp_request_async()
904 strlcpy(pending_req.dst, dst, sizeof(pending_req.dst)); in mp_request_sync()
905 pending_req.request = req; in mp_request_sync()
[all …]
/f-stack/dpdk/drivers/net/qede/base/
H A Decore_sriov.h44 dma_addr_t pending_req; member
H A Decore_sriov.c4413 p_vf->vf_mbx.pending_req = (((u64)vf_msg->hi) << 32) | vf_msg->lo; in ecore_sriov_vfpf_msg()
4507 vf_info->vf_mbx.pending_req, in ecore_iov_copy_vf_msg()