Searched defs:irdma_cm_core (Results 1 – 1 of 1) sorted by relevance
358 struct irdma_cm_core { struct359 struct irdma_device *iwdev;360 struct irdma_sc_dev *dev;361 struct list_head listen_list;364 struct timer_list tcp_timer;365 struct workqueue_struct *event_wq;366 spinlock_t ht_lock; /* protect CM node (active side) list */367 spinlock_t listen_list_lock; /* protect listener list */368 spinlock_t apbvt_lock; /*serialize apbvt add/del entries*/369 u64 stats_nodes_created;[all …]