Searched defs:irdma_cm_core (Results 1 – 1 of 1) sorted by relevance
350 struct irdma_cm_core { struct351 struct irdma_device *iwdev;352 struct irdma_sc_dev *dev;353 struct list_head listen_list;356 struct timer_list tcp_timer;357 struct workqueue_struct *event_wq;358 spinlock_t ht_lock; /* protect CM node (active side) list */359 spinlock_t listen_list_lock; /* protect listener list */360 spinlock_t apbvt_lock; /*serialize apbvt add/del entries*/361 u64 stats_nodes_created;[all …]