Searched refs:lba_low (Results 1 – 6 of 6) sorted by relevance
220 u_int8_t lba_low; member252 u_int8_t lba_low; member
580 fis->lba_low = lba & 0xff; in atascsi_disk_cmd()1415 fis->lba_low = cdb->lba_low; in atascsi_passthru_12()1453 fis->lba_low = cdb->lba_low[1]; in atascsi_passthru_16()1457 fis->lba_low_exp = cdb->lba_low[0]; in atascsi_passthru_16()
587 u_int8_t lba_low; member602 u_int8_t lba_low[2]; member
226 cdb->lba_low = atareq->sec_num; in scsi_ioc_ata_cmd()
1232 (ccb->ccb_xa.rfis.lba_low << 8) | in sili_pmp_softreset()1686 fis->lba_low = 0x10; /* queued error log page (10h) */ in sili_read_ncq_error()1789 (ccb->ccb_xa.rfis.lba_low << 8) | in sili_pmp_read()1825 fis->lba_low = (u_int8_t)(data >> 8); in sili_pmp_write()
2584 fis->lba_low = 0x10; /* queued error log page (10h) */ in ahci_port_read_ncq_error()3027 (ccb->ccb_xa.rfis.lba_low << 8) | in ahci_pmp_read()3056 fis->lba_low = (u_int8_t)(data >> 8); in ahci_pmp_write()3380 fis->lba_low = blkno & 0xff; in ahci_hibernate_io()