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

/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_cm.c48 u32 pv_cm_id; member in struct:id_map_entry
175 int pv_id = (int) ent->pv_cm_id;
192 static void id_map_find_del(struct ib_device *ibdev, int pv_cm_id) argument
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);
266 ent->pv_cm_id = (u32)ret;
284 id_map_get(struct ib_device *ibdev, int *pv_cm_id, int sl_cm_id, int slave_id) argument
290 if (*pv_cm_id == -1) {
293 *pv_cm_id = (int) ent->pv_cm_id;
322 int pv_cm_id = -1; local
361 u32 pv_cm_id; local
[all...]

Completed in 104 milliseconds