Home
last modified time | relevance | path

Searched defs:ib_umad_file (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/infiniband/core/
Duser_mad.c106 struct ib_umad_file { struct
107 struct mutex mutex;
108 struct ib_umad_port *port;
109 struct list_head recv_list;
110 struct list_head send_list;
111 struct list_head port_list;
112 spinlock_t send_lock;
113 wait_queue_head_t recv_wait;
114 struct ib_mad_agent *agent[IB_UMAD_MAX_AGENTS];
115 int agents_dead;
[all …]