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