Searched defs:qed_iwarp_info (Results 1 – 1 of 1) sorted by relevance
89 struct qed_iwarp_info { struct90 struct list_head listen_list; /* qed_iwarp_listener */91 struct list_head ep_list; /* qed_iwarp_ep */92 struct list_head ep_free_list; /* pre-allocated ep's */93 struct list_head mpa_buf_list; /* list of mpa_bufs */94 struct list_head mpa_buf_pending_list;95 spinlock_t iw_lock; /* for iwarp resources */96 spinlock_t qp_lock; /* for teardown races */97 u32 rcv_wnd_scale;98 u16 rcv_wnd_size;[all …]