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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/rdma/
H A Dib_user_verbs.h105 __u64 cq_handle; member in struct:ib_uverbs_comp_event_desc
263 __u32 cq_handle; member in struct:ib_uverbs_create_cq_resp
269 __u32 cq_handle; member in struct:ib_uverbs_resize_cq
282 __u32 cq_handle; member in struct:ib_uverbs_poll_cq
314 __u32 cq_handle; member in struct:ib_uverbs_req_notify_cq
320 __u32 cq_handle; member in struct:ib_uverbs_destroy_cq
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/amso1100/
H A Dc2_cq.c348 cq->adapter_handle = reply->cq_handle;
412 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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ehca/
H A Dhcp_if.h118 const struct ipz_cq_handle cq_handle,
H A Dhcp_if.c505 const struct ipz_cq_handle cq_handle,
519 cq_handle.handle, logical_address_of_page,
504 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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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.h398 u64 *cq_handle, struct h_epas *epas);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/core/
H A Duverbs_cmd.c218 static struct ib_cq *idr_read_cq(int cq_handle, struct ib_ucontext *context, int nested) argument
220 return idr_read_obj(&ib_uverbs_cq_idr, cq_handle, context, nested);
823 resp.cq_handle = obj->uobject.id;
874 cq = idr_read_cq(cmd.cq_handle, file->ucontext, 0);
935 cq = idr_read_cq(cmd.cq_handle, file->ucontext, 0);
981 cq = idr_read_cq(cmd.cq_handle, file->ucontext, 0);
1008 uobj = idr_write_uobj(&ib_uverbs_cq_idr, cmd.cq_handle, file->ucontext);
H A Duverbs_main.c399 entry->desc.comp.cq_handle = cq->uobject->user_handle;

Completed in 295 milliseconds