Home
last modified time | relevance | path

Searched defs:ib_mad_agent_private (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/infiniband/core/
Dmad_priv.h90 struct ib_mad_agent_private { struct
91 struct list_head agent_list;
92 struct ib_mad_agent agent;
93 struct ib_mad_reg_req *reg_req;
94 struct ib_mad_qp_info *qp_info;
96 spinlock_t lock;
97 struct list_head send_list;
98 struct list_head wait_list;
122 struct ib_mad_agent_private *mad_agent_priv; argument