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