Searched defs:ib_umad_file (Results 1 – 1 of 1) sorted by relevance
114 struct ib_umad_file { struct115 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 …]