Searched defs:ecore_iwarp_info (Results 1 – 1 of 1) sorted by relevance
150 struct ecore_iwarp_info { struct151 osal_list_t listen_list; /* ecore_iwarp_listener */152 osal_list_t ep_list; /* ecore_iwarp_ep */153 osal_list_t ep_free_list;/* pre-allocated ep's */154 osal_list_t mpa_buf_list;/* list of mpa_bufs */155 osal_list_t mpa_buf_pending_list;156 osal_spinlock_t iw_lock;157 osal_spinlock_t qp_lock; /* for teardown races */158 struct iwarp_rxmit_stats_drv stats;159 u32 rcv_wnd_scale;[all …]