Searched defs:iwcm_id_private (Results 1 – 1 of 1) sorted by relevance
49 struct iwcm_id_private { struct50 struct iw_cm_id id;51 enum iw_cm_state state;52 unsigned long flags;53 struct ib_qp *qp;54 struct completion destroy_comp;55 wait_queue_head_t connect_wait;56 struct list_head work_list;57 spinlock_t lock;58 atomic_t refcount;[all …]