Home
last modified time | relevance | path

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

/NextBSD/sys/dev/aac/
HDaac.c1444 uint64_t *fibphys; in aac_map_command_helper() local
1446 fibphys = (uint64_t *)arg; in aac_map_command_helper()
1448 *fibphys = segs[0].ds_addr; in aac_map_command_helper()
1459 uint64_t fibphys; in aac_alloc_commands() local
1483 aac_map_command_helper, &fibphys, 0); in aac_alloc_commands()
1493 cm->cm_fibphys = fibphys + i*sc->aac_max_fib_size; in aac_alloc_commands()
/NextBSD/sys/dev/aacraid/
HDaacraid.c1176 uint64_t *fibphys; in aac_map_command_helper() local
1178 fibphys = (uint64_t *)arg; in aac_map_command_helper()
1180 *fibphys = segs[0].ds_addr; in aac_map_command_helper()
1191 uint64_t fibphys; in aac_alloc_commands() local
1222 aac_map_command_helper, &fibphys, 0); in aac_alloc_commands()
1233 cm->cm_fibphys = fibphys + i * maxsize; in aac_alloc_commands()