Searched refs:pv_cm_id (Results 1 – 1 of 1) sorted by relevance
48 u32 pv_cm_id; member175 int pv_id = (int) ent->pv_cm_id; in id_map_ent_timeout()192 static void id_map_find_del(struct ib_device *ibdev, int pv_cm_id) in id_map_find_del() argument199 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()266 ent->pv_cm_id = (u32)ret; in id_map_alloc()284 id_map_get(struct ib_device *ibdev, int *pv_cm_id, int sl_cm_id, int slave_id) in id_map_get() argument290 if (*pv_cm_id == -1) { in id_map_get()293 *pv_cm_id = (int) ent->pv_cm_id; in id_map_get()295 ent = (struct id_map_entry *)idr_find(&sriov->pv_id_table, *pv_cm_id); in id_map_get()[all …]