Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/hw/cxgb4/
Dprovider.c92 struct c4iw_dev *rhp = to_c4iw_dev(context->device); in c4iw_dealloc_ucontext()
108 struct c4iw_dev *rhp = to_c4iw_dev(ibdev); in c4iw_alloc_ucontext()
178 rdev = &(to_c4iw_dev(context->device)->rdev); in c4iw_mmap()
297 dev = to_c4iw_dev(ibdev); in c4iw_query_gid()
311 dev = to_c4iw_dev(ibdev); in c4iw_query_device()
348 dev = to_c4iw_dev(ibdev); in c4iw_query_port()
444 struct c4iw_dev *c4iw_dev = to_c4iw_dev(ibdev); in c4iw_get_mib()
Diw_cxgb4.h270 static inline struct c4iw_dev *to_c4iw_dev(struct ib_device *ibdev) in to_c4iw_dev() function
Dcq.c883 rhp = to_c4iw_dev(ibdev); in c4iw_create_cq()
Dmem.c911 struct c4iw_dev *dev = to_c4iw_dev(device); in c4iw_alloc_fastreg_pbl()
Dcm.c2821 struct c4iw_dev *h = to_c4iw_dev(cm_id->device); in c4iw_accept_cr()
2989 struct c4iw_dev *dev = to_c4iw_dev(cm_id->device); in c4iw_connect()
3231 struct c4iw_dev *dev = to_c4iw_dev(cm_id->device); in c4iw_create_listen()
Dqp.c1868 return (struct ib_qp *)get_qhp(to_c4iw_dev(dev), qpn); in c4iw_get_qp()