Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/aac/
H A Daac.c1429 uint64_t *fibphys; in aac_map_command_helper() local
1431 fibphys = (uint64_t *)arg; in aac_map_command_helper()
1433 *fibphys = segs[0].ds_addr; in aac_map_command_helper()
1444 uint64_t fibphys; in aac_alloc_commands() local
1466 aac_map_command_helper, &fibphys, 0); in aac_alloc_commands()
1476 cm->cm_fibphys = fibphys + i*sc->aac_max_fib_size; in aac_alloc_commands()