Home
last modified time | relevance | path

Searched refs:speed_map (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dfirewire.cpp454 fc->speed_map = (struct fw_speed_map *)malloc( in firewire_attach()
456 if (fc->speed_map == NULL) { in firewire_attach()
462 memset(fc->speed_map, 0, sizeof(struct fw_speed_map)); in firewire_attach()
558 free(fc->speed_map); in firewire_detach()
1387 fc->speed_map->generation ++; in fw_sidrcv()
1388 fc->speed_map->crc_len = 1 + (64*64 + 3) / 4; in fw_sidrcv()
1410 fc->speed_map->speed[node][node] in fw_sidrcv()
1413 fc->speed_map->speed[j][node] in fw_sidrcv()
1414 = fc->speed_map->speed[node][j] in fw_sidrcv()
1415 = min_c(fc->speed_map->speed[j][j], in fw_sidrcv()
[all …]
/haiku/headers/private/firewire/
H A Dfirewirereg.h192 struct fw_speed_map *speed_map; member