Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/ofed/libcxgb4/
H A Dlibcxgb4.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 …]
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 Ddev.c79 static TAILQ_HEAD(,c4iw_dev) devices = TAILQ_HEAD_INITIALIZER(devices);
112 struct c4iw_dev *rhp = to_c4iw_dev(ibdev); in c4iw_alloc_context()
374 struct c4iw_dev *dev; in dump_state()
415 struct c4iw_dev *dev; in cxgb4_driver_init()
H A Dqp.c539 void c4iw_flush_qps(struct c4iw_dev *dev) in c4iw_flush_qps()
/freebsd-13.1/sys/dev/cxgbe/iw_cxgbe/
H A Diw_cxgbe.h267 struct c4iw_dev { struct
282 return container_of(ibdev, struct c4iw_dev, ibdev); in to_c4iw_dev()
287 return container_of(rdev, struct c4iw_dev, rdev); in rdev_to_c4iw_dev()
368 struct c4iw_dev *rhp;
397 struct c4iw_dev *rhp;
413 struct c4iw_dev *rhp;
425 struct c4iw_dev *rhp;
479 struct c4iw_dev *rhp;
586 int c4iw_modify_qp(struct c4iw_dev *rhp,
830 struct c4iw_dev *dev;
[all …]
H A Dprovider.c99 struct c4iw_dev *rhp; in _c4iw_free_ucontext()
125 struct c4iw_dev *rhp = to_c4iw_dev(ibdev); in c4iw_alloc_ucontext()
233 struct c4iw_dev *rhp = php->rhp; in c4iw_deallocate_pd()
252 struct c4iw_dev *rhp; in c4iw_allocate_pd()
256 rhp = (struct c4iw_dev *) ibdev; in c4iw_allocate_pd()
299 struct c4iw_dev *dev; in c4iw_query_gid()
320 struct c4iw_dev *dev = to_c4iw_dev(ibdev); in c4iw_query_device()
362 struct c4iw_dev *dev; in c4iw_query_port()
427 c4iw_register_device(struct c4iw_dev *dev) in c4iw_register_device()
531 c4iw_unregister_device(struct c4iw_dev *dev) in c4iw_unregister_device()
H A Ddevice.c197 c4iw_dealloc(struct c4iw_dev *iwsc) in c4iw_dealloc()
207 static struct c4iw_dev *
210 struct c4iw_dev *iwsc; in c4iw_alloc()
213 iwsc = (struct c4iw_dev *)ib_alloc_device(sizeof(*iwsc)); in c4iw_alloc()
276 struct c4iw_dev *iwsc; in c4iw_activate()
320 struct c4iw_dev *iwsc = sc->iwarp_softc; in c4iw_deactivate()
334 struct c4iw_dev *iwsc = sc->iwarp_softc; in c4iw_async_event()
H A Dmem.c53 mr_exceeds_hw_limits(struct c4iw_dev *dev, u64 length) in mr_exceeds_hw_limits()
184 struct c4iw_dev *rhp = rdev_to_c4iw_dev(rdev); in _c4iw_write_mem_dma()
374 static int register_mem(struct c4iw_dev *rhp, struct c4iw_pd *php, in register_mem()
410 struct c4iw_dev *rhp; in c4iw_get_dma_mr()
460 struct c4iw_dev *rhp; in c4iw_reg_user_mr()
558 struct c4iw_dev *rhp; in c4iw_alloc_mw()
596 struct c4iw_dev *rhp; in c4iw_dealloc_mw()
615 struct c4iw_dev *rhp; in c4iw_alloc_mr()
705 struct c4iw_dev *rhp; in c4iw_dereg_mr()
729 void c4iw_invalidate_mr(struct c4iw_dev *rhp, u32 rkey) in c4iw_invalidate_mr()
H A Dev.c44 static void post_qp_event(struct c4iw_dev *dev, struct c4iw_cq *chp, in post_qp_event()
87 void c4iw_ev_dispatch(struct c4iw_dev *dev, struct t4_cqe *err_cqe) in c4iw_ev_dispatch()
194 struct c4iw_dev *dev = iq->adapter->iwarp_softc; in c4iw_ev_handler()
H A Dqp.c72 static int alloc_ird(struct c4iw_dev *dev, u32 ird) in alloc_ird()
90 static void free_ird(struct c4iw_dev *dev, int ird) in free_ird()
108 struct c4iw_dev *rhp = rdev_to_c4iw_dev(rdev); in destroy_qp()
132 struct c4iw_dev *rhp = rdev_to_c4iw_dev(rdev); in create_qp()
575 struct c4iw_dev *rhp; in free_qp_work()
1245 rdma_fini(struct c4iw_dev *rhp, struct c4iw_qp *qhp, struct c4iw_ep *ep) in rdma_fini()
1340 static int rdma_init(struct c4iw_dev *rhp, struct c4iw_qp *qhp) in rdma_init()
1431 int c4iw_modify_qp(struct c4iw_dev *rhp, struct c4iw_qp *qhp, in c4iw_modify_qp()
1683 struct c4iw_dev *rhp; in c4iw_destroy_qp()
1712 struct c4iw_dev *rhp; in c4iw_create_qp()
[all …]
H A Dcq.c58 struct c4iw_dev *rhp = rdev_to_c4iw_dev(rdev); in destroy_cq()
101 struct c4iw_dev *rhp = rdev_to_c4iw_dev(rdev); in create_cq()
912 struct c4iw_dev *rhp; in c4iw_create_cq()
H A Dcm.c443 struct c4iw_dev *rhp;
2406 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()