Searched refs:c4iw_dev (Results 1 – 8 of 8) sorted by relevance
| /trueos/sys/dev/cxgbe/iw_cxgbe/ |
| HD | iw_cxgbe.h | 215 struct c4iw_dev { struct 228 static inline struct c4iw_dev *to_c4iw_dev(struct ib_device *ibdev) in to_c4iw_dev() argument 230 return container_of(ibdev, struct c4iw_dev, ibdev); in to_c4iw_dev() 233 static inline struct c4iw_dev *rdev_to_c4iw_dev(struct c4iw_rdev *rdev) in rdev_to_c4iw_dev() 235 return container_of(rdev, struct c4iw_dev, rdev); in rdev_to_c4iw_dev() 238 static inline struct c4iw_cq *get_chp(struct c4iw_dev *rhp, u32 cqid) in get_chp() 243 static inline struct c4iw_qp *get_qhp(struct c4iw_dev *rhp, u32 qpid) in get_qhp() 248 static inline struct c4iw_mr *get_mhp(struct c4iw_dev *rhp, u32 mmid) in get_mhp() 253 static inline int _insert_handle(struct c4iw_dev *rhp, struct idr *idr, in _insert_handle() 273 static inline int insert_handle(struct c4iw_dev *rhp, struct idr *idr, in insert_handle() [all …]
|
| HD | device.c | 158 c4iw_dealloc(struct c4iw_dev *iwsc) in c4iw_dealloc() 168 static struct c4iw_dev * 171 struct c4iw_dev *iwsc; in c4iw_alloc() 174 iwsc = (struct c4iw_dev *)ib_alloc_device(sizeof(*iwsc)); in c4iw_alloc() 211 struct c4iw_dev *iwsc; in c4iw_activate() 250 struct c4iw_dev *iwsc = sc->iwarp_softc; in c4iw_deactivate()
|
| HD | provider.c | 88 struct c4iw_dev *rhp = to_c4iw_dev(context->device); in c4iw_dealloc_ucontext() 104 struct c4iw_dev *rhp = to_c4iw_dev(ibdev); in c4iw_alloc_ucontext() 220 struct c4iw_dev *rhp = php->rhp; in c4iw_deallocate_pd() 239 struct c4iw_dev *rhp; in c4iw_allocate_pd() 243 rhp = (struct c4iw_dev *) ibdev; in c4iw_allocate_pd() 286 struct c4iw_dev *dev; in c4iw_query_gid() 306 struct c4iw_dev *dev = to_c4iw_dev(ibdev); in c4iw_query_device() 342 struct c4iw_dev *dev; in c4iw_query_port() 389 c4iw_register_device(struct c4iw_dev *dev) in c4iw_register_device() 491 c4iw_unregister_device(struct c4iw_dev *dev) in c4iw_unregister_device()
|
| HD | mem.c | 246 static int register_mem(struct c4iw_dev *rhp, struct c4iw_pd *php, in register_mem() 267 static int reregister_mem(struct c4iw_dev *rhp, struct c4iw_pd *php, in reregister_mem() 381 struct c4iw_dev *rhp; in c4iw_reregister_phys_mem() 447 struct c4iw_dev *rhp; in c4iw_register_phys_mem() 519 struct c4iw_dev *rhp; in c4iw_get_dma_mr() 569 struct c4iw_dev *rhp; in c4iw_reg_user_mr() 667 struct c4iw_dev *rhp; in c4iw_alloc_mw() 702 struct c4iw_dev *rhp; in c4iw_dealloc_mw() 719 struct c4iw_dev *rhp; in c4iw_alloc_fast_reg_mr() 773 struct c4iw_dev *dev = to_c4iw_dev(device); in c4iw_alloc_fastreg_pbl() [all …]
|
| HD | ev.c | 42 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()
|
| HD | qp.c | 1001 rdma_fini(struct c4iw_dev *rhp, struct c4iw_qp *qhp, struct c4iw_ep *ep) in rdma_fini() 1087 static int rdma_init(struct c4iw_dev *rhp, struct c4iw_qp *qhp) in rdma_init() 1166 int c4iw_modify_qp(struct c4iw_dev *rhp, struct c4iw_qp *qhp, in c4iw_modify_qp() 1402 struct c4iw_dev *rhp; in c4iw_destroy_qp() 1454 struct c4iw_dev *rhp; in c4iw_create_qp() 1645 struct c4iw_dev *rhp; in c4iw_ib_modify_qp()
|
| HD | cm.c | 1903 struct c4iw_dev *h = to_c4iw_dev(cm_id->device); in c4iw_accept_cr() 2033 struct c4iw_dev *dev = to_c4iw_dev(cm_id->device); in c4iw_connect() 2156 struct c4iw_dev *dev = to_c4iw_dev(cm_id->device); in c4iw_create_listen()
|
| HD | cq.c | 781 struct c4iw_dev *rhp; in c4iw_create_cq()
|