Lines Matching refs:srpt_device

142 	struct srpt_device *sdev =  in srpt_event_handler()
143 container_of(handler, struct srpt_device, event_handler); in srpt_event_handler()
327 struct srpt_device *sdev = sport->sdev; in srpt_get_ioc()
635 static void srpt_unregister_mad_agent(struct srpt_device *sdev, int port_cnt) in srpt_unregister_mad_agent()
661 static struct srpt_ioctx *srpt_alloc_ioctx(struct srpt_device *sdev, in srpt_alloc_ioctx()
698 static void srpt_free_ioctx(struct srpt_device *sdev, struct srpt_ioctx *ioctx, in srpt_free_ioctx()
721 static struct srpt_ioctx **srpt_alloc_ioctx_ring(struct srpt_device *sdev, in srpt_alloc_ioctx_ring()
763 struct srpt_device *sdev, int ring_size, in srpt_free_ioctx_ring()
828 static int srpt_post_recv(struct srpt_device *sdev, struct srpt_rdma_ch *ch, in srpt_post_recv()
1792 struct srpt_device *sdev = sport->sdev; in srpt_create_ch_ib()
2084 struct srpt_device *sdev; in srpt_release_channel_work()
2147 static int srpt_cm_req_recv(struct srpt_device *const sdev, in srpt_cm_req_recv()
2549 struct srpt_device *sdev; in srpt_rdma_cm_req_recv()
2817 struct srpt_device *sdev = ch->sport->sdev; in srpt_queue_response()
3003 struct srpt_device *sdev; in __srpt_lookup_port()
3049 static void srpt_free_srq(struct srpt_device *sdev) in srpt_free_srq()
3062 static int srpt_alloc_srq(struct srpt_device *sdev) in srpt_alloc_srq()
3115 static int srpt_use_srq(struct srpt_device *sdev, bool use_srq) in srpt_use_srq()
3133 struct srpt_device *sdev = container_of(refcnt, typeof(*sdev), refcnt); in srpt_free_sdev()
3138 static void srpt_sdev_put(struct srpt_device *sdev) in srpt_sdev_put()
3149 struct srpt_device *sdev; in srpt_add_one()
3264 struct srpt_device *sdev = client_data; in srpt_remove_one()
3582 struct srpt_device *sdev = sport->sdev; in srpt_tpg_attrib_use_srq_store()