Searched refs:pv_cm_id (Results 1 – 1 of 1) sorted by relevance
47 u32 pv_cm_id; member135 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() argument159 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() argument254 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 …]