Searched defs:ib_mad_agent_private (Results 1 – 1 of 1) sorted by relevance
95 struct ib_mad_agent_private { struct96 struct list_head agent_list;97 struct ib_mad_agent agent;98 struct ib_mad_reg_req *reg_req;99 struct ib_mad_qp_info *qp_info;101 spinlock_t lock;102 struct list_head send_list;103 struct list_head wait_list;127 struct ib_mad_agent_private *mad_agent_priv; argument