Searched refs:srpt_device (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/infiniband/ulp/srpt/
H A Dib_srpt.h416 struct srpt_device *sdev;
436 * struct srpt_device - information associated by SRPT with a single HCA
452 struct srpt_device { struct
H A Dib_srpt.c70 static LIST_HEAD(srpt_dev_list); /* List of srpt_device structures. */
142 struct srpt_device *sdev =
143 container_of(handler, struct srpt_device, event_handler);
327 struct srpt_device *sdev = sport->sdev;
635 static void srpt_unregister_mad_agent(struct srpt_device *sdev, int port_cnt)
661 static struct srpt_ioctx *srpt_alloc_ioctx(struct srpt_device *sdev,
698 static void srpt_free_ioctx(struct srpt_device *sdev, struct srpt_ioctx *ioctx,
721 static struct srpt_ioctx **srpt_alloc_ioctx_ring(struct srpt_device *sdev,
763 struct srpt_device *sdev, int ring_size,
828 static int srpt_post_recv(struct srpt_device *sde
[all...]

Completed in 95 milliseconds