Searched refs:to_c2dev (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/staging/rdma/amso1100/ |
D | c2_provider.c | 69 struct c2_dev *c2dev = to_c2dev(ibdev); in c2_query_device() 116 struct c2_dev *c2dev = to_c2dev(ibdev); in c2_query_gid() 167 err = c2_pd_alloc(to_c2dev(ibdev), !context, pd); in c2_alloc_pd() 175 c2_pd_free(to_c2dev(ibdev), pd); in c2_alloc_pd() 187 c2_pd_free(to_c2dev(pd->device), to_c2pd(pd)); in c2_dealloc_pd() 224 struct c2_dev* c2dev = to_c2dev(device); in c2_get_qp() 259 err = c2_alloc_qp(to_c2dev(pd->device), in c2_create_qp() 287 c2_free_qp(to_c2dev(ib_qp->device), qp); in c2_destroy_qp() 310 err = c2_init_cq(to_c2dev(ibdev), entries, NULL, cq); in c2_create_cq() 326 c2_free_cq(to_c2dev(ib_cq->device), cq); in c2_destroy_cq() [all …]
|
D | c2_cm.c | 43 struct c2_dev *c2dev = to_c2dev(cm_id->device); in c2_llp_connect() 147 c2dev = to_c2dev(cm_id->device); in c2_llp_service_create() 233 c2dev = to_c2dev(cm_id->device); in c2_llp_service_destroy() 290 struct c2_dev *c2dev = to_c2dev(cm_id->device); in c2_llp_accept() 402 c2dev = to_c2dev(cm_id->device); in c2_llp_reject()
|
D | c2_qp.c | 793 struct c2_dev *c2dev = to_c2dev(ibqp->device); in c2_post_send() 947 struct c2_dev *c2dev = to_c2dev(ibqp->device); in c2_post_receive()
|
D | c2_cq.c | 203 struct c2_dev *c2dev = to_c2dev(ibcq->device); in c2_poll_cq()
|
D | c2.h | 429 static inline struct c2_dev *to_c2dev(struct ib_device *ibdev) in to_c2dev() function
|