Searched defs:ib_umad_file (Results 1 – 1 of 1) sorted by relevance
112 struct ib_umad_file { struct113 struct mutex mutex;114 struct ib_umad_port *port;115 struct list_head recv_list;116 struct list_head send_list;117 struct list_head port_list;118 spinlock_t send_lock;119 wait_queue_head_t recv_wait;120 struct ib_mad_agent *agent[IB_UMAD_MAX_AGENTS];121 int agents_dead;[all …]