Searched refs:to_c2dev (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/infiniband/hw/amso1100/ |
D | c2_provider.c | 69 struct c2_dev *c2dev = to_c2dev(ibdev); in c2_query_device() 113 struct c2_dev *c2dev = to_c2dev(ibdev); in c2_query_gid() 164 err = c2_pd_alloc(to_c2dev(ibdev), !context, pd); in c2_alloc_pd() 172 c2_pd_free(to_c2dev(ibdev), pd); in c2_alloc_pd() 184 c2_pd_free(to_c2dev(pd->device), to_c2pd(pd)); in c2_dealloc_pd() 221 struct c2_dev* c2dev = to_c2dev(device); in c2_get_qp() 256 err = c2_alloc_qp(to_c2dev(pd->device), in c2_create_qp() 284 c2_free_qp(to_c2dev(ib_qp->device), qp); in c2_destroy_qp() 302 err = c2_init_cq(to_c2dev(ibdev), entries, NULL, cq); in c2_create_cq() 318 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() 293 struct c2_dev *c2dev = to_c2dev(cm_id->device); in c2_llp_accept() 405 c2dev = to_c2dev(cm_id->device); in c2_llp_reject()
|
D | c2.h | 429 static inline struct c2_dev *to_c2dev(struct ib_device *ibdev) in to_c2dev() function
|
D | c2_cq.c | 203 struct c2_dev *c2dev = to_c2dev(ibcq->device); in c2_poll_cq()
|
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()
|