Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/aacraid/
HDaacraid.c1139 cm->cm_fib->Header.u.ReceiverFibAddress = (u_int32_t)cm->cm_fibphys; in aacraid_release_command()
1217 cm->cm_fibphys = fibphys + i * maxsize; in aac_alloc_commands()
1221 (cm->cm_fibphys + sizeof(struct aac_fib_xporthdr) + 31) & ~31; in aac_alloc_commands()
1223 ((u_int8_t *)cm->cm_fib + (fibphys_aligned - cm->cm_fibphys)); in aac_alloc_commands()
1224 cm->cm_fibphys = fibphys_aligned; in aac_alloc_commands()
1227 fibphys_aligned = (cm->cm_fibphys + 31) & ~31; in aac_alloc_commands()
1229 ((u_int8_t *)cm->cm_fib + (fibphys_aligned - cm->cm_fibphys)); in aac_alloc_commands()
1230 cm->cm_fibphys = fibphys_aligned; in aac_alloc_commands()
1411 cm->cm_fib->Header.u.ReceiverFibAddress = (u_int32_t)cm->cm_fibphys; in aacraid_map_command_sg()
1430 cm->cm_fibphys, 0, 0, 0, NULL, NULL); in aacraid_map_command_sg()
[all …]
HDaacraid_var.h173 u_int64_t cm_fibphys; /* bus address of the FIB */ member
/freebsd-14-stable/sys/dev/aac/
HDaac.c1428 cm->cm_fib->Header.ReceiverFibAddress = (u_int32_t)cm->cm_fibphys; in aac_release_command()
1494 cm->cm_fibphys = fibphys + i*sc->aac_max_fib_size; in aac_alloc_commands()
1608 cm->cm_fib->Header.ReceiverFibAddress = (u_int32_t)cm->cm_fibphys; in aac_map_command_sg()
2616 AAC_MEM1_SETREG4(sc, device, (u_int32_t)(cm->cm_fibphys & 0xffffffffUL)); in aac_rx_send_command()
2618 AAC_MEM1_SETREG4(sc, device, (u_int32_t)(cm->cm_fibphys >> 32)); in aac_rx_send_command()
2639 AAC_MEM1_SETREG4(sc, device, (u_int32_t)(cm->cm_fibphys & 0xffffffffUL)); in aac_rkt_send_command()
2641 AAC_MEM1_SETREG4(sc, device, (u_int32_t)(cm->cm_fibphys >> 32)); in aac_rkt_send_command()
HDaacvar.h160 u_int64_t cm_fibphys; /* bus address of the FIB */ member