Searched refs:tmp_map (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/mlx4/mlx4_ib/ |
H A D | mlx4_ib_cm.c | 420 struct id_map_entry *map, *tmp_map; in mlx4_ib_cm_paravirt_clean() local 424 list_for_each_entry_safe(map, tmp_map, &dev->sriov.cm_list, list) { in mlx4_ib_cm_paravirt_clean() 459 list_for_each_entry_safe(map, tmp_map, &lh, list) { in mlx4_ib_cm_paravirt_clean() 465 list_for_each_entry_safe(map, tmp_map, &dev->sriov.cm_list, list) { in mlx4_ib_cm_paravirt_clean() 474 list_for_each_entry_safe(map, tmp_map, &lh, list) { in mlx4_ib_cm_paravirt_clean()
|
/freebsd/sys/dev/fxp/ |
H A D | if_fxp.c | 2626 bus_dmamap_t tmp_map; in fxp_new_rfabuf() local 2673 tmp_map = sc->spare_map; in fxp_new_rfabuf() 2675 rxp->rx_map = tmp_map; in fxp_new_rfabuf()
|