Searched refs:pv_cm_id (Results 1 – 1 of 1) sorted by relevance
/drivers/infiniband/hw/mlx4/ |
D | cm.c | 48 u32 pv_cm_id; member 177 if (!xa_erase(&sriov->pv_id_table, ent->pv_cm_id)) in id_map_ent_timeout() 189 static void id_map_find_del(struct ib_device *ibdev, int pv_cm_id) in id_map_find_del() argument 196 ent = xa_erase(&sriov->pv_id_table, pv_cm_id); in id_map_find_del() 255 ret = xa_alloc_cyclic(&sriov->pv_id_table, &ent->pv_cm_id, ent, in id_map_alloc() 272 id_map_get(struct ib_device *ibdev, int *pv_cm_id, int slave_id, int sl_cm_id) in id_map_get() argument 278 if (*pv_cm_id == -1) { in id_map_get() 281 *pv_cm_id = (int) ent->pv_cm_id; in id_map_get() 283 ent = xa_load(&sriov->pv_id_table, *pv_cm_id); in id_map_get() 310 int pv_cm_id = -1; in mlx4_ib_multiplex_cm_handler() local [all …]
|