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