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

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

Completed in 42 milliseconds