Searched refs:cm_fibphys (Results 1 – 2 of 2) sorted by relevance
1412 cm->cm_fib->Header.ReceiverFibAddress = (u_int32_t)cm->cm_fibphys; in aac_release_command()1476 cm->cm_fibphys = fibphys + i*sc->aac_max_fib_size; in aac_alloc_commands()1591 cm->cm_fib->Header.ReceiverFibAddress = (u_int32_t)cm->cm_fibphys; in aac_map_command_sg()2603 AAC_MEM1_SETREG4(sc, device, (u_int32_t)(cm->cm_fibphys & 0xffffffffUL)); in aac_rx_send_command()2605 AAC_MEM1_SETREG4(sc, device, (u_int32_t)(cm->cm_fibphys >> 32)); in aac_rx_send_command()2626 AAC_MEM1_SETREG4(sc, device, (u_int32_t)(cm->cm_fibphys & 0xffffffffUL)); in aac_rkt_send_command()2628 AAC_MEM1_SETREG4(sc, device, (u_int32_t)(cm->cm_fibphys >> 32)); in aac_rkt_send_command()
163 u_int64_t cm_fibphys; /* bus address of the FIB */ member