Symbol: id_map_entry
sys/dev/mlx4/mlx4_ib/mlx4_ib_cm.c
143
static struct id_map_entry *
sys/dev/mlx4/mlx4_ib/mlx4_ib_cm.c
150
struct id_map_entry *id_map_entry =
sys/dev/mlx4/mlx4_ib/mlx4_ib_cm.c
151
rb_entry(node, struct id_map_entry, node);
sys/dev/mlx4/mlx4_ib/mlx4_ib_cm.c
153
if (id_map_entry->sl_cm_id > sl_cm_id)
sys/dev/mlx4/mlx4_ib/mlx4_ib_cm.c
155
else if (id_map_entry->sl_cm_id < sl_cm_id)
sys/dev/mlx4/mlx4_ib/mlx4_ib_cm.c
157
else if (id_map_entry->slave_id > slave_id)
sys/dev/mlx4/mlx4_ib/mlx4_ib_cm.c
159
else if (id_map_entry->slave_id < slave_id)
sys/dev/mlx4/mlx4_ib/mlx4_ib_cm.c
162
return id_map_entry;
sys/dev/mlx4/mlx4_ib/mlx4_ib_cm.c
170
struct id_map_entry *ent = container_of(delay, struct id_map_entry, timeout);
sys/dev/mlx4/mlx4_ib/mlx4_ib_cm.c
171
struct id_map_entry *db_ent, *found_ent;
sys/dev/mlx4/mlx4_ib/mlx4_ib_cm.c
178
db_ent = (struct id_map_entry *)idr_find(&sriov->pv_id_table, pv_id);
sys/dev/mlx4/mlx4_ib/mlx4_ib_cm.c
196
struct id_map_entry *ent, *found_ent;
sys/dev/mlx4/mlx4_ib/mlx4_ib_cm.c
199
ent = (struct id_map_entry *)idr_find(&sriov->pv_id_table, pv_cm_id);
sys/dev/mlx4/mlx4_ib/mlx4_ib_cm.c
210
static void sl_id_map_add(struct ib_device *ibdev, struct id_map_entry *new)
sys/dev/mlx4/mlx4_ib/mlx4_ib_cm.c
214
struct id_map_entry *ent;
sys/dev/mlx4/mlx4_ib/mlx4_ib_cm.c
230
ent = rb_entry(parent, struct id_map_entry, node);
sys/dev/mlx4/mlx4_ib/mlx4_ib_cm.c
242
static struct id_map_entry *
sys/dev/mlx4/mlx4_ib/mlx4_ib_cm.c
246
struct id_map_entry *ent;
sys/dev/mlx4/mlx4_ib/mlx4_ib_cm.c
249
ent = kmalloc(sizeof (struct id_map_entry), GFP_KERNEL);
sys/dev/mlx4/mlx4_ib/mlx4_ib_cm.c
283
static struct id_map_entry *
sys/dev/mlx4/mlx4_ib/mlx4_ib_cm.c
286
struct id_map_entry *ent;
sys/dev/mlx4/mlx4_ib/mlx4_ib_cm.c
295
ent = (struct id_map_entry *)idr_find(&sriov->pv_id_table, *pv_cm_id);
sys/dev/mlx4/mlx4_ib/mlx4_ib_cm.c
301
static void schedule_delayed(struct ib_device *ibdev, struct id_map_entry *id)
sys/dev/mlx4/mlx4_ib/mlx4_ib_cm.c
320
struct id_map_entry *id;
sys/dev/mlx4/mlx4_ib/mlx4_ib_cm.c
362
struct id_map_entry *id;
sys/dev/mlx4/mlx4_ib/mlx4_ib_cm.c
420
struct id_map_entry *map, *tmp_map;
sys/dev/mlx4/mlx4_ib/mlx4_ib_cm.c
440
struct id_map_entry *ent =
sys/dev/mlx4/mlx4_ib/mlx4_ib_cm.c
442
struct id_map_entry, node);
sys/dev/mlx4/mlx4_ib/mlx4_ib_cm.c
452
struct id_map_entry *ent =
sys/dev/mlx4/mlx4_ib/mlx4_ib_cm.c
453
rb_entry(nd, struct id_map_entry, node);