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.c114 struct ib_umad_file { struct
115 struct mutex mutex;
117 struct list_head recv_list;
118 atomic_t recv_list_size;
119 struct list_head send_list;
120 struct list_head port_list;
121 spinlock_t send_lock;
122 wait_queue_head_t recv_wait;
124 int agents_dead;
125 u8 use_pkey_index;
[all …]