Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/ofed/drivers/infiniband/hw/mlx4/
Dcm.c47 u32 pv_cm_id; member
135 int pv_id = (int) ent->pv_cm_id; in id_map_ent_timeout()
152 static void id_map_find_del(struct ib_device *ibdev, int pv_cm_id) in id_map_find_del() argument
159 ent = (struct id_map_entry *)idr_find(&sriov->pv_id_table, pv_cm_id); in id_map_find_del()
165 idr_remove(&sriov->pv_id_table, pv_cm_id); in id_map_find_del()
228 ent->pv_cm_id = (u32)id; in id_map_alloc()
248 id_map_get(struct ib_device *ibdev, int *pv_cm_id, int sl_cm_id, int slave_id) in id_map_get() argument
254 if (*pv_cm_id == -1) { in id_map_get()
257 *pv_cm_id = (int) ent->pv_cm_id; in id_map_get()
259 ent = (struct id_map_entry *)idr_find(&sriov->pv_id_table, *pv_cm_id); in id_map_get()
[all …]