Searched defs:id_map_entry (Results 1 – 1 of 1) sorted by relevance
44 struct id_map_entry { struct45 struct rb_node node;47 u32 sl_cm_id;48 u32 pv_cm_id;49 int slave_id;50 int scheduled_delete;51 struct mlx4_ib_dev *dev;53 struct list_head list;54 struct delayed_work timeout;159 struct id_map_entry *id_map_entry = in id_map_find_by_sl_id() local