Searched defs:irdma_cm_core (Results 1 – 1 of 1) sorted by relevance
380 struct irdma_cm_core { struct381 struct irdma_device *iwdev;382 struct irdma_sc_dev *dev;383 struct list_head listen_list;386 struct timer_list tcp_timer;387 struct workqueue_struct *event_wq;388 spinlock_t ht_lock; /* protect CM node (active side) list */389 spinlock_t listen_list_lock; /* protect listener list */390 spinlock_t apbvt_lock; /*serialize apbvt add/del entries*/391 u64 stats_nodes_created;[all …]