Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/raid/dpt/
H A Ddpt_scsi.c364 next_ccb->eata_ccb.cp_statDMA = htonl(dpt->sp_physaddr); in dptallocccbs()
1277 dpt->sp_physaddr = sg_map->sg_physaddr; in dpt_init()
1281 dccb->eata_ccb.cp_statDMA = htonl(dpt->sp_physaddr); in dpt_init()
1282 dccb->eata_ccb.cp_reqDMA = htonl(dpt->sp_physaddr + sizeof(*dccb) in dpt_init()
1423 dpt->sp_physaddr = dpt->dpt_ccb_busbase in dpt_init()
H A Ddpt.h1137 bus_addr_t sp_physaddr; /* phys address of status packet */ member