Lines Matching defs:iwcm_id_private
46 struct iwcm_id_private { struct
47 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;
56 struct list_head work_free_list;