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

/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_cm.c178 db_ent = (struct id_map_entry *)idr_find(&sriov->pv_id_table, pv_id);
184 idr_remove(&sriov->pv_id_table, pv_id);
199 ent = (struct id_map_entry *)idr_find(&sriov->pv_id_table, pv_cm_id);
205 idr_remove(&sriov->pv_id_table, pv_cm_id);
264 ret = idr_alloc_cyclic(&sriov->pv_id_table, ent, 0, 0, GFP_NOWAIT);
295 ent = (struct id_map_entry *)idr_find(&sriov->pv_id_table, *pv_cm_id);
408 idr_init(&dev->sriov.pv_id_table);
445 idr_remove(&sriov->pv_id_table, (int) ent->pv_cm_id);
461 idr_remove(&sriov->pv_id_table, (int) map->pv_cm_id);
H A Dmlx4_ib.h483 struct idr pv_id_table; member in struct:mlx4_ib_sriov

Completed in 53 milliseconds