Home
last modified time | relevance | path

Searched refs:lba_high (Results 1 – 9 of 9) sorted by relevance

/dragonfly/sys/dev/disk/sili/
H A Datascsi.h178 u_int8_t lba_high; member
210 u_int8_t lba_high; member
H A Dsili_pm.c459 sig = (prb->prb_d2h.lba_high << 24) | in sili_pm_softreset()
659 (xa->rfis->lba_mid << 16) | (xa->rfis->lba_high << 24); in sili_pm_read()
690 xa->fis->lba_high = (u_int8_t)(data >> 24); in sili_pm_write()
H A Dsili_cam.c1172 fis->lba_high = atp12->lba_high; in sili_xpt_scsi_disk_io()
1218 fis->lba_high = atp16->lba_high; in sili_xpt_scsi_disk_io()
1281 fis->lba_high = (u_int8_t)(lba >> 16); in sili_xpt_scsi_disk_io()
1437 fis->lba_high = 0; in sili_xpt_scsi_atapi_io()
H A Dsili.c803 sig = (prb->prb_d2h.lba_high << 24) | in sili_port_softreset()
/dragonfly/sys/dev/disk/ahci/
H A Datascsi.h193 u_int8_t lba_high; member
225 u_int8_t lba_high; member
H A Dahci_cam.c1186 fis->lba_high = (u_int8_t)(lba >> 16); in ahci_xpt_scsi_disk_io()
1238 fis->lba_high = atp12->lba_high; in ahci_xpt_scsi_disk_io()
1284 fis->lba_high = atp16->lba_high; in ahci_xpt_scsi_disk_io()
1347 fis->lba_high = (u_int8_t)(lba >> 16); in ahci_xpt_scsi_disk_io()
1506 fis->lba_high = 0; in ahci_xpt_scsi_atapi_io()
H A Dahci_pm.c992 (xa->rfis.lba_mid << 16) | (xa->rfis.lba_high << 24); in ahci_pm_read()
1023 xa->fis->lba_high = (u_int8_t)(data >> 24); in ahci_pm_write()
H A Dahci.c2698 ((intmax_t)rfis->lba_high << 16) |
/dragonfly/sys/bus/cam/scsi/
H A Dscsi_all.h545 u_int8_t lba_high; member
566 u_int8_t lba_high; member