Searched refs:ib_mad_recv_buf (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | mad_rmpp.c | 58 struct ib_mad_recv_buf *cur_seg_buf; 369 static inline int get_last_flag(struct ib_mad_recv_buf *seg) in get_last_flag() 377 static inline int get_seg_num(struct ib_mad_recv_buf *seg) in get_seg_num() 385 static inline struct ib_mad_recv_buf * get_next_seg(struct list_head *rmpp_list, in get_next_seg() 386 struct ib_mad_recv_buf *seg) in get_next_seg() 391 return container_of(seg->list.next, struct ib_mad_recv_buf, list); in get_next_seg() 399 static struct ib_mad_recv_buf * find_seg_location(struct list_head *rmpp_list, in find_seg_location() 402 struct ib_mad_recv_buf *seg_buf; in find_seg_location() 416 struct ib_mad_recv_buf *new_buf) in update_seg_num() 473 struct ib_mad_recv_buf *prev_bu in continue_rmpp() [all...] |
H A D | user_mad.c | 300 struct ib_mad_recv_buf *recv_buf; in copy_recv_mad() 340 struct ib_mad_recv_buf, list); in copy_recv_mad()
|
H A D | mad.c | 1169 struct ib_mad_recv_buf *mad_recv_buf, *temp_recv_buf; in ib_free_recv_mad()
|
/kernel/linux/linux-6.6/drivers/infiniband/core/ |
H A D | mad_rmpp.c | 58 struct ib_mad_recv_buf *cur_seg_buf; 369 static inline int get_last_flag(struct ib_mad_recv_buf *seg) in get_last_flag() 377 static inline int get_seg_num(struct ib_mad_recv_buf *seg) in get_seg_num() 385 static inline struct ib_mad_recv_buf *get_next_seg(struct list_head *rmpp_list, in get_next_seg() 386 struct ib_mad_recv_buf *seg) in get_next_seg() 391 return container_of(seg->list.next, struct ib_mad_recv_buf, list); in get_next_seg() 399 static struct ib_mad_recv_buf *find_seg_location(struct list_head *rmpp_list, in find_seg_location() 402 struct ib_mad_recv_buf *seg_buf; in find_seg_location() 416 struct ib_mad_recv_buf *new_buf) in update_seg_num() 473 struct ib_mad_recv_buf *prev_bu in continue_rmpp() [all...] |
H A D | user_mad.c | 300 struct ib_mad_recv_buf *recv_buf; in copy_recv_mad() 340 struct ib_mad_recv_buf, list); in copy_recv_mad()
|
H A D | mad.c | 1161 struct ib_mad_recv_buf *mad_recv_buf, *temp_recv_buf; in ib_free_recv_mad()
|
/kernel/linux/linux-5.10/include/rdma/ |
H A D | ib_mad.h | 596 * ib_mad_recv_buf - received MAD buffer information. 603 struct ib_mad_recv_buf { struct 625 struct ib_mad_recv_buf recv_buf;
|
/kernel/linux/linux-6.6/include/rdma/ |
H A D | ib_mad.h | 597 * ib_mad_recv_buf - received MAD buffer information. 604 struct ib_mad_recv_buf { struct 626 struct ib_mad_recv_buf recv_buf;
|
Completed in 19 milliseconds