Searched refs:hw_tag (Results 1 – 16 of 16) sorted by relevance
/linux/drivers/hwtracing/intel_th/ |
H A D | msu.h | 60 u32 hw_tag; member 100 if (bdesc->hw_tag & (MSC_HW_TAG_BLOCKWRAP | MSC_HW_TAG_WINWRAP)) in msc_block_wrapped() 108 if ((bdesc->hw_tag & MSC_HW_TAG_ENDBIT) || in msc_block_last_written()
|
H A D | msu.c | 674 memset_startat(bdesc, 0, hw_tag); in msc_buffer_clear_hw_header()
|
/linux/drivers/scsi/elx/efct/ |
H A D | efct_lio.h | 17 io->init_task_tag, io->tgt_task_tag, io->hw_tag,\ 24 io->init_task_tag, io->tgt_task_tag, io->hw_tag,\
|
H A D | efct_io.h | 108 u32 hw_tag; member
|
H A D | efct_io.c | 135 io->hw_tag = 0; in efct_io_pool_io_alloc()
|
H A D | efct_scsi.c | 18 io->init_task_tag, io->tgt_task_tag, io->hw_tag, ##__VA_ARGS__) 283 io->hw_tag = hio->reqtag; in efct_scsi_io_dispatch_hw_io()
|
/linux/drivers/ata/ |
H A D | sata_nv.c | 1322 &pp->aprd[NV_ADMA_SGTBL_LEN * qc->hw_tag + (si-5)]; in nv_adma_fill_sg() 1326 cpb->next_aprd = cpu_to_le64(((u64)(pp->aprd_dma + NV_ADMA_SGTBL_SZ * qc->hw_tag))); in nv_adma_fill_sg() 1351 struct nv_adma_cpb *cpb = &pp->cpb[qc->hw_tag]; in nv_adma_qc_prep() 1369 cpb->tag = qc->hw_tag; in nv_adma_qc_prep() 1429 writew(qc->hw_tag, mmio + NV_ADMA_APPEND); in nv_adma_qc_issue() 1691 dq->defer_bits |= (1 << qc->hw_tag); in nv_swncq_qc_to_dq() 1692 dq->tag[dq->tail++ & (ATA_MAX_QUEUE - 1)] = qc->hw_tag; in nv_swncq_qc_to_dq() 1973 prd = pp->prd + ATA_MAX_PRD * qc->hw_tag; in nv_swncq_fill_sg() 2009 writel((1 << qc->hw_tag), pp->sactive_block); in nv_swncq_issue_atacmd() 2010 pp->last_issue_tag = qc->hw_tag; in nv_swncq_issue_atacmd() [all …]
|
H A D | sata_mv.c | 1757 mv_sg = pp->sg_tbl[qc->hw_tag]; in mv_fill_sg() 1858 writel((pp->sg_tbl_dma[qc->hw_tag] >> 16) >> 16, in mv_bmdma_setup() 1860 writelfl(pp->sg_tbl_dma[qc->hw_tag], in mv_bmdma_setup() 2026 WARN_ON(MV_MAX_Q_DEPTH <= qc->hw_tag); in mv_qc_prep() 2027 flags |= qc->hw_tag << CRQB_TAG_SHIFT; in mv_qc_prep() 2034 cpu_to_le32(pp->sg_tbl_dma[qc->hw_tag] & 0xffffffff); in mv_qc_prep() 2036 cpu_to_le32((pp->sg_tbl_dma[qc->hw_tag] >> 16) >> 16); in mv_qc_prep() 2119 WARN_ON(MV_MAX_Q_DEPTH <= qc->hw_tag); in mv_qc_prep_iie() 2120 flags |= qc->hw_tag << CRQB_TAG_SHIFT; in mv_qc_prep_iie() 2121 flags |= qc->hw_tag << CRQB_HOSTQ_SHIFT; in mv_qc_prep_iie() [all …]
|
H A D | sata_sil24.c | 841 cb = &pp->cmd_block[sil24_tag(qc->hw_tag)]; in sil24_qc_prep() 885 unsigned int tag = sil24_tag(qc->hw_tag); in sil24_qc_issue() 905 sil24_read_tf(qc->ap, qc->hw_tag, &qc->result_tf); in sil24_qc_fill_rtf()
|
H A D | libata-scsi.c | 761 qc->tag = qc->hw_tag = tag; in ata_scsi_qc_new() 3146 tf->nsect = qc->hw_tag << 3; in ata_scsi_pass_thru() 3425 tf->nsect = qc->hw_tag << 3; in ata_scsi_write_same_xlat() 3675 tf->nsect = qc->hw_tag << 3; in ata_scsi_zbc_in_xlat() 3764 tf->nsect = qc->hw_tag << 3; in ata_scsi_zbc_out_xlat()
|
H A D | libahci.c | 1697 cmd_tbl = pp->cmd_tbl + qc->hw_tag * AHCI_CMD_TBL_SZ; in ahci_qc_prep() 1718 ahci_fill_cmd_slot(pp, qc->hw_tag, opts); in ahci_qc_prep() 2056 writel(1 << qc->hw_tag, port_mmio + PORT_SCR_ACT); in ahci_qc_issue() 2066 writel(1 << qc->hw_tag, port_mmio + PORT_CMD_ISSUE); in ahci_qc_issue()
|
H A D | libata-core.c | 717 tf->nsect = qc->hw_tag << 3; in ata_build_rw_tf() 1526 qc->hw_tag = 0; in ata_exec_internal() 4724 link->sactive &= ~(1 << qc->hw_tag); in __ata_qc_complete() 4939 WARN_ON_ONCE(link->sactive & (1 << qc->hw_tag)); in ata_qc_issue() 4943 link->sactive |= 1 << qc->hw_tag; in ata_qc_issue()
|
/linux/drivers/scsi/elx/libefc/ |
H A D | efc_node.h | 20 io->tgt_task_tag, io->hw_tag, ##__VA_ARGS__)
|
/linux/block/ |
H A D | bfq-iosched.h | 610 int hw_tag; member
|
H A D | bfq-iosched.c | 4506 !blk_queue_nonrot(bfqd->queue) && !bfqd->hw_tag, in idling_boosts_thr_without_issues() 4540 ((!blk_queue_nonrot(bfqd->queue) || !bfqd->hw_tag) && in idling_boosts_thr_without_issues() 6329 if (bfqd->hw_tag == 1) in bfq_update_hw_tag() 6355 bfqd->hw_tag = bfqd->max_rq_in_driver > BFQ_HW_QUEUE_THRESHOLD; in bfq_update_hw_tag() 6360 blk_queue_nonrot(bfqd->queue) && bfqd->hw_tag; in bfq_update_hw_tag() 7332 bfqd->hw_tag = -1; in bfq_init_queue()
|
/linux/include/linux/ |
H A D | libata.h | 645 unsigned int hw_tag; /* driver tag */ member
|