Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/mly/
HDmlyvar.h131 u_int64_t mc_packetphys; /* physical address of the mapped packet */ member
HDmly.c1507 MLY_SET_MBOX(sc, sc->mly_command_mailbox, &mc->mc_packetphys); in mly_start()
1712 mc->mc_packet->generic.sense_buffer_address = mc->mc_packetphys; in mly_release_command()
1770 mc->mc_packetphys = sc->mly_packetphys + (i * sizeof(union mly_command_packet)); in mly_alloc_commands()
2607 mly_printf(sc, " packet %p/0x%llx\n", mc->mc_packet, mc->mc_packetphys); in mly_print_command()