Searched refs:srpt_device (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/ulp/srpt/ |
H A D | ib_srpt.h | 416 struct srpt_device *sdev; 436 * struct srpt_device - information associated by SRPT with a single HCA 452 struct srpt_device { struct
|
H A D | ib_srpt.c | 70 static LIST_HEAD(srpt_dev_list); /* List of srpt_device structures. */ 138 struct srpt_device *sdev = in srpt_event_handler() 139 container_of(handler, struct srpt_device, event_handler); in srpt_event_handler() 321 struct srpt_device *sdev = sport->sdev; in srpt_get_ioc() 629 static void srpt_unregister_mad_agent(struct srpt_device *sdev, int port_cnt) in srpt_unregister_mad_agent() 655 static struct srpt_ioctx *srpt_alloc_ioctx(struct srpt_device *sdev, in srpt_alloc_ioctx() 692 static void srpt_free_ioctx(struct srpt_device *sdev, struct srpt_ioctx *ioctx, in srpt_free_ioctx() 715 static struct srpt_ioctx **srpt_alloc_ioctx_ring(struct srpt_device *sdev, in srpt_alloc_ioctx_ring() 757 struct srpt_device *sdev, int ring_size, in srpt_free_ioctx_ring() 822 static int srpt_post_recv(struct srpt_device *sde [all...] |
/kernel/linux/linux-6.6/drivers/infiniband/ulp/srpt/ |
H A D | ib_srpt.h | 416 struct srpt_device *sdev; 436 * struct srpt_device - information associated by SRPT with a single HCA 452 struct srpt_device { struct
|
H A D | ib_srpt.c | 70 static LIST_HEAD(srpt_dev_list); /* List of srpt_device structures. */ 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 *sde [all...] |
Completed in 8 milliseconds