Home
last modified time | relevance | path

Searched refs:to_c4iw_dev (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/drivers/infiniband/hw/cxgb4/
Dprovider.c69 rhp = to_c4iw_dev(ucontext->ibucontext.device); in c4iw_dealloc_ucontext()
81 struct c4iw_dev *rhp = to_c4iw_dev(ibdev); in c4iw_alloc_ucontext()
141 rdev = &(to_c4iw_dev(context->device)->rdev); in c4iw_mmap()
250 dev = to_c4iw_dev(ibdev); in c4iw_query_gid()
267 dev = to_c4iw_dev(ibdev); in c4iw_query_device()
399 struct c4iw_dev *c4iw_dev = to_c4iw_dev(ibdev); in c4iw_get_mib()
Diw_cxgb4.h338 static inline struct c4iw_dev *to_c4iw_dev(struct ib_device *ibdev) in to_c4iw_dev() function
Dcq.c1003 struct c4iw_dev *rhp = to_c4iw_dev(ibcq->device); in c4iw_create_cq()
Dcm.c3116 struct c4iw_dev *h = to_c4iw_dev(cm_id->device); in c4iw_accept_cr()
3293 struct c4iw_dev *dev = to_c4iw_dev(cm_id->device); in c4iw_connect()
3533 struct c4iw_dev *dev = to_c4iw_dev(cm_id->device); in c4iw_create_listen()
Dqp.c2413 return (struct ib_qp *)get_qhp(to_c4iw_dev(dev), qpn); in c4iw_get_qp()