Searched defs:qed_iwarp_info (Results 1 – 1 of 1) sorted by relevance
63 struct qed_iwarp_info { struct64 struct list_head listen_list; /* qed_iwarp_listener */65 struct list_head ep_list; /* qed_iwarp_ep */66 struct list_head ep_free_list; /* pre-allocated ep's */67 struct list_head mpa_buf_list; /* list of mpa_bufs */68 struct list_head mpa_buf_pending_list;69 spinlock_t iw_lock; /* for iwarp resources */70 spinlock_t qp_lock; /* for teardown races */71 u32 rcv_wnd_scale;72 u16 rcv_wnd_size;[all …]