Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/cxgb4/
Dprovider.c68 rhp = to_c4iw_dev(ucontext->ibucontext.device); in _c4iw_free_ucontext()
90 struct c4iw_dev *rhp = to_c4iw_dev(ibdev); in c4iw_alloc_ucontext()
159 rdev = &(to_c4iw_dev(context->device)->rdev); in c4iw_mmap()
282 dev = to_c4iw_dev(ibdev); in c4iw_query_gid()
299 dev = to_c4iw_dev(ibdev); in c4iw_query_device()
341 dev = to_c4iw_dev(ibdev); in c4iw_query_port()
449 struct c4iw_dev *c4iw_dev = to_c4iw_dev(ibdev); in c4iw_get_mib()
Diw_cxgb4.h340 static inline struct c4iw_dev *to_c4iw_dev(struct ib_device *ibdev) in to_c4iw_dev() function
Dcq.c1013 rhp = to_c4iw_dev(ibdev); in c4iw_create_cq()
Dcm.c3033 struct c4iw_dev *h = to_c4iw_dev(cm_id->device); in c4iw_accept_cr()
3205 struct c4iw_dev *dev = to_c4iw_dev(cm_id->device); in c4iw_connect()
3442 struct c4iw_dev *dev = to_c4iw_dev(cm_id->device); in c4iw_create_listen()
Dqp.c2434 return (struct ib_qp *)get_qhp(to_c4iw_dev(dev), qpn); in c4iw_get_qp()