Home
last modified time | relevance | path

Searched refs:pv_id_table (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/infiniband/hw/mlx4/
Dcm.c178 db_ent = (struct id_map_entry *)idr_find(&sriov->pv_id_table, pv_id); in id_map_ent_timeout()
184 idr_remove(&sriov->pv_id_table, pv_id); in id_map_ent_timeout()
199 ent = (struct id_map_entry *)idr_find(&sriov->pv_id_table, pv_cm_id); in id_map_find_del()
205 idr_remove(&sriov->pv_id_table, pv_cm_id); in id_map_find_del()
264 ret = idr_alloc_cyclic(&sriov->pv_id_table, ent, 0, 0, GFP_NOWAIT); in id_map_alloc()
295 ent = (struct id_map_entry *)idr_find(&sriov->pv_id_table, *pv_cm_id); in id_map_get()
408 idr_init(&dev->sriov.pv_id_table); in mlx4_ib_cm_paravirt_init()
445 idr_remove(&sriov->pv_id_table, (int) ent->pv_cm_id); in mlx4_ib_cm_paravirt_clean()
461 idr_remove(&sriov->pv_id_table, (int) map->pv_cm_id); in mlx4_ib_cm_paravirt_clean()
Dmlx4_ib.h456 struct idr pv_id_table; member