Searched refs:cq_handle (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/rdma/
H A Dib_user_verbs.h107 __u64 cq_handle; member in struct:ib_uverbs_comp_event_desc
265 __u32 cq_handle; member in struct:ib_uverbs_create_cq_resp
271 __u32 cq_handle; member in struct:ib_uverbs_resize_cq
284 __u32 cq_handle; member in struct:ib_uverbs_poll_cq
313 __u32 cq_handle; member in struct:ib_uverbs_req_notify_cq
319 __u32 cq_handle; member in struct:ib_uverbs_destroy_cq
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/amso1100/
H A Dc2_cq.c346 cq->adapter_handle = reply->cq_handle;
410 wr.cq_handle = cq->adapter_handle;
H A Dc2_wr.h456 u32 cq_handle; member in struct:c2wr_cq_create_rep
467 u32 cq_handle; member in struct:c2wr_cq_modify_req
484 u32 cq_handle; member in struct:c2wr_cq_destroy_req
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ehca/
H A Dhcp_if.h119 const struct ipz_cq_handle cq_handle,
H A Dhcp_if.c468 const struct ipz_cq_handle cq_handle,
482 cq_handle.handle, logical_address_of_page,
467 hipz_h_register_rpage_cq(const struct ipz_adapter_handle adapter_handle, const struct ipz_cq_handle cq_handle, struct ehca_pfcq *pfcq, const u8 pagesize, const u8 queue_type, const u64 logical_address_of_page, const u64 count, const struct h_galpa gal) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/ehea/
H A Dehea_phyp.c312 u64 *cq_handle, struct h_epas *epas)
326 *cq_handle = outs[0];
310 ehea_h_alloc_resource_cq(const u64 adapter_handle, struct ehea_cq_attr *cq_attr, u64 *cq_handle, struct h_epas *epas) argument
H A Dehea_phyp.h395 u64 * cq_handle, struct h_epas *epas);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/core/
H A Duverbs_cmd.c215 static struct ib_cq *idr_read_cq(int cq_handle, struct ib_ucontext *context, int nested) argument
217 return idr_read_obj(&ib_uverbs_cq_idr, cq_handle, context, nested);
805 resp.cq_handle = obj->uobject.id;
856 cq = idr_read_cq(cmd.cq_handle, file->ucontext, 0);
902 cq = idr_read_cq(cmd.cq_handle, file->ucontext, 0);
950 cq = idr_read_cq(cmd.cq_handle, file->ucontext, 0);
977 uobj = idr_write_uobj(&ib_uverbs_cq_idr, cmd.cq_handle, file->ucontext);
H A Duverbs_main.c405 entry->desc.comp.cq_handle = cq->uobject->user_handle;

Completed in 90 milliseconds