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