Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/aac/
H A Daac.c1447 uint64_t *fibphys; in aac_map_command_helper() local
1449 fibphys = (uint64_t *)arg; in aac_map_command_helper()
1451 *fibphys = segs[0].ds_addr; in aac_map_command_helper()
1462 uint64_t fibphys; in aac_alloc_commands() local
1486 aac_map_command_helper, &fibphys, 0); in aac_alloc_commands()
1496 cm->cm_fibphys = fibphys + i*sc->aac_max_fib_size; in aac_alloc_commands()
/freebsd-13.1/sys/dev/aacraid/
H A Daacraid.c1162 uint64_t *fibphys; in aac_map_command_helper() local
1164 fibphys = (uint64_t *)arg; in aac_map_command_helper()
1166 *fibphys = segs[0].ds_addr; in aac_map_command_helper()
1177 uint64_t fibphys; in aac_alloc_commands() local
1208 aac_map_command_helper, &fibphys, 0); in aac_alloc_commands()
1219 cm->cm_fibphys = fibphys + i * maxsize; in aac_alloc_commands()