Home
last modified time | relevance | path

Searched refs:ib_mad_list_head (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/infiniband/core/
Dmad_priv.h65 struct ib_mad_list_head { struct
72 struct ib_mad_list_head mad_list; argument
123 struct ib_mad_list_head mad_list;
Dmad.c697 static void dequeue_mad(struct ib_mad_list_head *mad_list) in dequeue_mad()
2259 struct ib_mad_list_head *mad_list = in ib_mad_recv_done()
2260 container_of(wc->wr_cqe, struct ib_mad_list_head, cqe); in ib_mad_recv_done()
2510 struct ib_mad_list_head *mad_list = in ib_mad_send_done()
2511 container_of(wc->wr_cqe, struct ib_mad_list_head, cqe); in ib_mad_send_done()
2549 struct ib_mad_list_head, list); in ib_mad_send_done()
2582 struct ib_mad_list_head *mad_list; in mark_sends_for_retry()
2598 struct ib_mad_list_head *mad_list = in ib_mad_send_error()
2599 container_of(wc->wr_cqe, struct ib_mad_list_head, cqe); in ib_mad_send_error()
3003 struct ib_mad_list_head *mad_list; in cleanup_recv_queue()
[all …]