Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/core/
H A Duser_mad.c112 struct ib_umad_file { struct
113 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;
121 int agents_dead;
122 u8 use_pkey_index;
[all …]