Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/cxgbe/iw_cxgbe/
H A Dprovider.c103 rhp = to_c4iw_dev(ucontext->ibucontext.device); in _c4iw_free_ucontext()
125 struct c4iw_dev *rhp = to_c4iw_dev(ibdev); in c4iw_alloc_ucontext()
203 rdev = &(to_c4iw_dev(context->device)->rdev); in c4iw_mmap()
307 dev = to_c4iw_dev(ibdev); in c4iw_query_gid()
320 struct c4iw_dev *dev = to_c4iw_dev(ibdev); in c4iw_query_device()
370 dev = to_c4iw_dev(ibdev); in c4iw_query_port()
H A Diw_cxgbe.h280 static inline struct c4iw_dev *to_c4iw_dev(struct ib_device *ibdev) in to_c4iw_dev() function
H A Dcm.c2406 struct c4iw_dev *h = to_c4iw_dev(cm_id->device); in c4iw_accept_cr()
2595 struct c4iw_dev *dev = to_c4iw_dev(cm_id->device); in c4iw_connect()
2705 struct c4iw_dev *dev = to_c4iw_dev(cm_id->device); in c4iw_create_listen()
H A Dcq.c924 rhp = to_c4iw_dev(ibdev); in c4iw_create_cq()
H A Dqp.c1955 return (struct ib_qp *)get_qhp(to_c4iw_dev(dev), qpn); in c4iw_get_qp()
/freebsd-13.1/contrib/ofed/libcxgb4/
H A Dverbs.c117 struct c4iw_dev *dev = to_c4iw_dev(pd->context->device); in __c4iw_reg_mr()
153 struct c4iw_dev *dev = to_c4iw_dev(mr->pd->context->device); in c4iw_dereg_mr()
174 struct c4iw_dev *dev = to_c4iw_dev(context->device); in c4iw_create_cq()
261 struct c4iw_dev *dev = to_c4iw_dev(ibcq->context->device); in c4iw_destroy_cq()
309 struct c4iw_dev *dev = to_c4iw_dev(pd->context->device); in create_qp_v0()
412 struct c4iw_dev *dev = to_c4iw_dev(pd->context->device); in create_qp()
560 struct c4iw_dev *dev = to_c4iw_dev(pd->context->device); in c4iw_create_qp()
602 struct c4iw_dev *dev = to_c4iw_dev(ibqp->context->device); in c4iw_destroy_qp()
H A Dlibcxgb4.h126 static inline struct c4iw_dev *to_c4iw_dev(struct ibv_device *ibdev) in to_c4iw_dev() function
H A Ddev.c112 struct c4iw_dev *rhp = to_c4iw_dev(ibdev); in c4iw_alloc_context()