Home
last modified time | relevance | path

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

/freebsd/sys/ofed/drivers/infiniband/core/
H A Dmad_priv.h67 struct ib_mad_list_head { struct
74 struct ib_mad_list_head mad_list; argument
123 struct ib_mad_list_head mad_list;
H A Dib_mad.c636 static void dequeue_mad(struct ib_mad_list_head *mad_list) in dequeue_mad()
2174 struct ib_mad_list_head *mad_list = in ib_mad_recv_done()
2175 container_of(wc->wr_cqe, struct ib_mad_list_head, cqe); in ib_mad_recv_done()
2423 struct ib_mad_list_head *mad_list = in ib_mad_send_done()
2424 container_of(wc->wr_cqe, struct ib_mad_list_head, cqe); in ib_mad_send_done()
2460 struct ib_mad_list_head, list); in ib_mad_send_done()
2492 struct ib_mad_list_head *mad_list; in mark_sends_for_retry()
2508 struct ib_mad_list_head *mad_list = in ib_mad_send_error()
2509 container_of(wc->wr_cqe, struct ib_mad_list_head, cqe); in ib_mad_send_error()
2916 struct ib_mad_list_head *mad_list; in cleanup_recv_queue()
[all …]