Searched defs:ecore_iwarp_info (Results 1 – 1 of 1) sorted by relevance
95 struct ecore_iwarp_info { struct96 osal_list_t listen_list; /* ecore_iwarp_listener */97 osal_list_t ep_list; /* ecore_iwarp_ep */98 osal_list_t ep_free_list;/* pre-allocated ep's */99 osal_list_t mpa_buf_list;/* list of mpa_bufs */100 osal_list_t mpa_buf_pending_list;101 osal_spinlock_t iw_lock;102 osal_spinlock_t qp_lock; /* for teardown races */103 struct iwarp_rxmit_stats_drv stats;104 u32 rcv_wnd_scale;[all …]