Searched refs:ib_mad_list_head (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | mad_priv.h | 65 struct ib_mad_list_head { struct 72 struct ib_mad_list_head mad_list; 123 struct ib_mad_list_head mad_list;
|
H A D | mad.c | 539 static void dequeue_mad(struct ib_mad_list_head *mad_list) in dequeue_mad() 2031 struct ib_mad_list_head *mad_list = in ib_mad_recv_done() 2032 container_of(wc->wr_cqe, struct ib_mad_list_head, cqe); in ib_mad_recv_done() 2279 struct ib_mad_list_head *mad_list = in ib_mad_send_done() 2280 container_of(wc->wr_cqe, struct ib_mad_list_head, cqe); in ib_mad_send_done() 2318 struct ib_mad_list_head, list); in ib_mad_send_done() 2348 struct ib_mad_list_head *mad_list; in mark_sends_for_retry() 2364 struct ib_mad_list_head *mad_list = in ib_mad_send_error() 2365 container_of(wc->wr_cqe, struct ib_mad_list_head, cqe); in ib_mad_send_error() 2762 struct ib_mad_list_head *mad_lis in cleanup_recv_queue() [all...] |
/kernel/linux/linux-6.6/drivers/infiniband/core/ |
H A D | mad_priv.h | 65 struct ib_mad_list_head { struct 72 struct ib_mad_list_head mad_list; 122 struct ib_mad_list_head mad_list;
|
H A D | mad.c | 533 static void dequeue_mad(struct ib_mad_list_head *mad_list) in dequeue_mad() 2020 struct ib_mad_list_head *mad_list = in ib_mad_recv_done() 2021 container_of(wc->wr_cqe, struct ib_mad_list_head, cqe); in ib_mad_recv_done() 2269 struct ib_mad_list_head *mad_list = in ib_mad_send_done() 2270 container_of(wc->wr_cqe, struct ib_mad_list_head, cqe); in ib_mad_send_done() 2308 struct ib_mad_list_head, list); in ib_mad_send_done() 2338 struct ib_mad_list_head *mad_list; in mark_sends_for_retry() 2354 struct ib_mad_list_head *mad_list = in ib_mad_send_error() 2355 container_of(wc->wr_cqe, struct ib_mad_list_head, cqe); in ib_mad_send_error() 2747 struct ib_mad_list_head *mad_lis in cleanup_recv_queue() [all...] |
Completed in 8 milliseconds