Searched defs:ib_umad_file (Results 1 – 1 of 1) sorted by relevance
105 struct ib_umad_file { struct106 struct mutex mutex;107 struct ib_umad_port *port;108 struct list_head recv_list;109 struct list_head send_list;110 struct list_head port_list;111 spinlock_t send_lock;112 wait_queue_head_t recv_wait;113 struct ib_mad_agent *agent[IB_UMAD_MAX_AGENTS];114 int agents_dead;[all …]