Home
last modified time | relevance | path

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

/freebsd/sys/dev/aac/
H A Daac.c1442 uint64_t *fibphys; in aac_map_command_helper() local
1444 fibphys = (uint64_t *)arg; in aac_map_command_helper()
1446 *fibphys = segs[0].ds_addr; in aac_map_command_helper()
1457 uint64_t fibphys; in aac_alloc_commands() local
1481 aac_map_command_helper, &fibphys, 0); in aac_alloc_commands()
1491 cm->cm_fibphys = fibphys + i*sc->aac_max_fib_size; in aac_alloc_commands()
/freebsd/sys/dev/aacraid/
H A Daacraid.c1161 uint64_t *fibphys; in aac_map_command_helper() local
1163 fibphys = (uint64_t *)arg; in aac_map_command_helper()
1165 *fibphys = segs[0].ds_addr; in aac_map_command_helper()
1176 uint64_t fibphys; in aac_alloc_commands() local
1207 aac_map_command_helper, &fibphys, 0); in aac_alloc_commands()
1218 cm->cm_fibphys = fibphys + i * maxsize; in aac_alloc_commands()