Home
last modified time | relevance | path

Searched refs:hob_nsect (Results 1 – 14 of 14) sorted by relevance

/linux/include/trace/events/
H A Dlibata.h202 __field( unsigned char, hob_nsect )
225 __entry->hob_nsect = qc->tf.hob_nsect;
233 __parse_subcmd(__entry->cmd, __entry->feature, __entry->hob_nsect),
236 __entry->hob_feature, __entry->hob_nsect,
269 __field( unsigned char, hob_nsect )
290 __entry->hob_nsect = qc->result_tf.hob_nsect;
301 __entry->hob_feature, __entry->hob_nsect,
336 __field( unsigned char, hob_nsect )
355 __entry->hob_nsect = tf->hob_nsect;
363 __parse_subcmd(__entry->cmd, __entry->feature, __entry->hob_nsect),
[all …]
/linux/drivers/ata/
H A Dlibata-trace.c189 unsigned char feature, unsigned char hob_nsect) in libata_trace_parse_subcmd() argument
195 switch (hob_nsect & 0x5f) { in libata_trace_parse_subcmd()
205 switch (hob_nsect & 0x5f) { in libata_trace_parse_subcmd()
H A Dsata_promise.h122 buf[i++] = tf->hob_nsect; in pdc_prep_lba48()
H A Dlibata-scsi.c291 desc[4] = tf->hob_nsect; in ata_scsi_set_passthru_sense_fields()
305 if (tf->hob_nsect) in ata_scsi_set_passthru_sense_fields()
1453 tf->hob_nsect = (n_block >> 8) & 0xff; in ata_scsi_verify_xlat()
3350 tf->hob_nsect = cdb[5]; in ata_scsi_pass_thru()
3391 tf->hob_nsect = cdb[22]; in ata_scsi_pass_thru()
3703 tf->hob_nsect = ATA_SUBCMD_FPDMA_SEND_DSM & 0x1f; in ata_scsi_write_same_xlat()
3713 tf->hob_nsect = n_pages >> 8; in ata_scsi_write_same_xlat()
4167 tf->hob_nsect = ATA_SUBCMD_FPDMA_RECV_ZAC_MGMT_IN & 0x1f; in ata_scsi_zbc_in_xlat()
4177 tf->hob_nsect = (sect >> 8) & 0xff; in ata_scsi_zbc_in_xlat()
4805 tf->hob_nsect = (len >> 8) & 0xff; in ata_scsi_get_phys_element_status_xlat()
[all …]
H A Dlibata-sata.c172 fis[13] = tf->hob_nsect; in ata_tf_to_fis()
209 tf->hob_nsect = fis[13]; in ata_tf_from_fis()
1515 tf->hob_nsect = buf[13]; in ata_eh_read_log_10h()
1597 qc->result_tf.hob_nsect = sense[7]; in ata_eh_get_ncq_success_sense()
H A Dpata_ns87415.c278 tf->hob_nsect = ioread8(ioaddr->nsect_addr); in ns87560_tf_read()
H A Dpata_ep93xx.c391 ep93xx_pata_write_reg(drv_data, tf->hob_nsect, in ep93xx_pata_tf_load()
435 tf->hob_nsect = ep93xx_pata_read_reg(drv_data, in ep93xx_pata_tf_read()
H A Dsata_rcar.c373 iowrite32(tf->hob_nsect, ioaddr->nsect_addr); in sata_rcar_tf_load()
408 tf->hob_nsect = ioread32(ioaddr->nsect_addr); in sata_rcar_tf_read()
H A Dpata_octeon_cf.c408 tf->hob_nsect = blob & 0xff; in octeon_cf_tf_read16()
475 __raw_writew(tf->hob_nsect | tf->hob_lbal << 8, base + 2); in octeon_cf_tf_load16()
H A Dlibata-core.c779 tf->hob_nsect |= ATA_PRIO_HIGH << ATA_SHIFT_PRIO; in ata_build_rw_tf()
803 tf->hob_nsect = (n_block >> 8) & 0xff; in ata_build_rw_tf()
2166 tf.hob_nsect = sectors >> 8; in ata_read_log_page()
H A Dlibata-eh.c2751 cmd->hob_feature, cmd->hob_nsect, in ata_eh_link_report()
2756 res->hob_feature, res->hob_nsect, in ata_eh_link_report()
H A Dsata_mv.c2054 mv_crqb_pack_cmd(cw++, tf->hob_nsect, ATA_REG_NSECT, 0); in mv_qc_prep()
2150 (tf->hob_nsect << 8) in mv_qc_prep_iie()
/linux/drivers/ata/pata_parport/
H A Dpata_parport.c230 tf->hob_nsect); in pata_parport_tf_load()
266 tf->hob_nsect = pi->proto->read_regr(pi, 0, ATA_REG_NSECT); in pata_parport_tf_read()
/linux/include/linux/
H A Dlibata.h581 u8 hob_nsect; /* to support LBA48 */ member