Home
last modified time | relevance | path

Searched refs:c4iw_dev (Results 1 – 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/ofed/libcxgb4/
HDlibcxgb4.h53 struct c4iw_dev { struct
63 TAILQ_ENTRY(c4iw_dev) list; argument
67 static inline int dev_is_t6(struct c4iw_dev *dev) in dev_is_t6() argument
72 static inline int dev_is_t5(struct c4iw_dev *dev) in dev_is_t5()
77 static inline int dev_is_t4(struct c4iw_dev *dev) in dev_is_t4()
105 struct c4iw_dev *rhp;
116 struct c4iw_dev *rhp;
126 static inline struct c4iw_dev *to_c4iw_dev(struct ibv_device *ibdev) in to_c4iw_dev()
156 static inline struct c4iw_qp *get_qhp(struct c4iw_dev *rhp, u32 qid) in get_qhp()
161 static inline struct c4iw_cq *get_chp(struct c4iw_dev *rhp, u32 qid) in get_chp()
[all …]
HDverbs.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()
HDdev.c79 static TAILQ_HEAD(,c4iw_dev) devices = TAILQ_HEAD_INITIALIZER(devices);
112 struct c4iw_dev *rhp = to_c4iw_dev(ibdev); in c4iw_alloc_context()
376 struct c4iw_dev *dev; in dump_state()
417 struct c4iw_dev *dev; in cxgb4_driver_init()
HDqp.c539 void c4iw_flush_qps(struct c4iw_dev *dev) in c4iw_flush_qps()
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
HDiw_cxgbe.h259 struct c4iw_dev { struct
271 static inline struct c4iw_dev *to_c4iw_dev(struct ib_device *ibdev) in to_c4iw_dev() argument
273 return container_of(ibdev, struct c4iw_dev, ibdev); in to_c4iw_dev()
276 static inline struct c4iw_dev *rdev_to_c4iw_dev(struct c4iw_rdev *rdev) in rdev_to_c4iw_dev()
278 return container_of(rdev, struct c4iw_dev, rdev); in rdev_to_c4iw_dev()
281 static inline struct c4iw_cq *get_chp(struct c4iw_dev *rhp, u32 cqid) in get_chp()
286 static inline struct c4iw_qp *get_qhp(struct c4iw_dev *rhp, u32 qpid) in get_qhp()
291 static inline struct c4iw_mr *get_mhp(struct c4iw_dev *rhp, u32 mmid) in get_mhp()
296 static inline int _insert_handle(struct c4iw_dev *rhp, struct idr *idr, in _insert_handle()
316 static inline int insert_handle(struct c4iw_dev *rhp, struct idr *idr, in insert_handle()
[all …]
HDprovider.c97 struct c4iw_dev *rhp; in _c4iw_free_ucontext()
123 struct c4iw_dev *rhp = to_c4iw_dev(ibdev); in c4iw_alloc_ucontext()
231 struct c4iw_dev *rhp = php->rhp; in c4iw_deallocate_pd()
250 struct c4iw_dev *rhp; in c4iw_allocate_pd()
254 rhp = (struct c4iw_dev *) ibdev; in c4iw_allocate_pd()
297 struct c4iw_dev *dev; in c4iw_query_gid()
318 struct c4iw_dev *dev = to_c4iw_dev(ibdev); in c4iw_query_device()
361 struct c4iw_dev *dev; in c4iw_query_port()
426 c4iw_register_device(struct c4iw_dev *dev) in c4iw_register_device()
525 c4iw_unregister_device(struct c4iw_dev *dev) in c4iw_unregister_device()
HDdevice.c195 c4iw_dealloc(struct c4iw_dev *iwsc) in c4iw_dealloc()
205 static struct c4iw_dev *
208 struct c4iw_dev *iwsc; in c4iw_alloc()
211 iwsc = (struct c4iw_dev *)ib_alloc_device(sizeof(*iwsc)); in c4iw_alloc()
272 struct c4iw_dev *iwsc; in c4iw_activate()
316 struct c4iw_dev *iwsc = sc->iwarp_softc; in c4iw_deactivate()
HDmem.c51 mr_exceeds_hw_limits(struct c4iw_dev *dev, u64 length) in mr_exceeds_hw_limits()
182 struct c4iw_dev *rhp = rdev_to_c4iw_dev(rdev); in _c4iw_write_mem_dma()
370 static int register_mem(struct c4iw_dev *rhp, struct c4iw_pd *php, in register_mem()
406 struct c4iw_dev *rhp; in c4iw_get_dma_mr()
456 struct c4iw_dev *rhp; in c4iw_reg_user_mr()
554 struct c4iw_dev *rhp; in c4iw_alloc_mw()
592 struct c4iw_dev *rhp; in c4iw_dealloc_mw()
611 struct c4iw_dev *rhp; in c4iw_alloc_mr()
702 struct c4iw_dev *rhp; in c4iw_dereg_mr()
726 void c4iw_invalidate_mr(struct c4iw_dev *rhp, u32 rkey) in c4iw_invalidate_mr()
HDev.c42 static void post_qp_event(struct c4iw_dev *dev, struct c4iw_cq *chp, in post_qp_event()
85 void c4iw_ev_dispatch(struct c4iw_dev *dev, struct t4_cqe *err_cqe) in c4iw_ev_dispatch()
192 struct c4iw_dev *dev = iq->adapter->iwarp_softc; in c4iw_ev_handler()
HDqp.c70 static int alloc_ird(struct c4iw_dev *dev, u32 ird) in alloc_ird()
88 static void free_ird(struct c4iw_dev *dev, int ird) in free_ird()
106 struct c4iw_dev *rhp = rdev_to_c4iw_dev(rdev); in destroy_qp()
130 struct c4iw_dev *rhp = rdev_to_c4iw_dev(rdev); in create_qp()
573 struct c4iw_dev *rhp; in free_qp_work()
1238 rdma_fini(struct c4iw_dev *rhp, struct c4iw_qp *qhp, struct c4iw_ep *ep) in rdma_fini()
1333 static int rdma_init(struct c4iw_dev *rhp, struct c4iw_qp *qhp) in rdma_init()
1424 int c4iw_modify_qp(struct c4iw_dev *rhp, struct c4iw_qp *qhp, in c4iw_modify_qp()
1676 struct c4iw_dev *rhp; in c4iw_destroy_qp()
1705 struct c4iw_dev *rhp; in c4iw_create_qp()
[all …]
HDcq.c56 struct c4iw_dev *rhp = rdev_to_c4iw_dev(rdev); in destroy_cq()
99 struct c4iw_dev *rhp = rdev_to_c4iw_dev(rdev); in create_cq()
910 struct c4iw_dev *rhp; in c4iw_create_cq()
HDcm.c442 struct c4iw_dev *rhp;
2405 struct c4iw_dev *h = to_c4iw_dev(cm_id->device); in c4iw_accept_cr()
2594 struct c4iw_dev *dev = to_c4iw_dev(cm_id->device); in c4iw_connect()
2701 struct c4iw_dev *dev = to_c4iw_dev(cm_id->device); in c4iw_create_listen()