Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/dpt/
Ddpt_scsi.c378 next_ccb->eata_ccb.cp_statDMA = htonl(dpt->sp_physaddr); in dptallocccbs()
1294 dccb->eata_ccb.cp_statDMA = htonl(dpt->sp_physaddr); in dpt_init()
1875 ccb->cp_statDMA = htonl(vtophys(&ccb->cp_statDMA));
1983 cp->cp_statDMA = htonl(vtophys(&cp->cp_statDMA));
2360 ccb->eata_ccb.cp_statDMA = htonl(vtophys(&ccb->eata_ccb.cp_statDMA));
Ddpt.h655 u_int32_t cp_statDMA; /* address for Status Packet */ member