Searched refs:tag (Results 176 - 200 of 932) sorted by path

1234567891011>>

/linux-master/crypto/
H A Decdsa.c35 static int ecdsa_get_signature_rs(u64 *dest, size_t hdrlen, unsigned char tag, argument
76 int ecdsa_get_signature_r(void *context, size_t hdrlen, unsigned char tag, argument
81 return ecdsa_get_signature_rs(sig->r, hdrlen, tag, value, vlen,
85 int ecdsa_get_signature_s(void *context, size_t hdrlen, unsigned char tag, argument
90 return ecdsa_get_signature_rs(sig->s, hdrlen, tag, value, vlen,
H A Decrdsa.c150 int ecrdsa_param_curve(void *context, size_t hdrlen, unsigned char tag, argument
163 int ecrdsa_param_digest(void *context, size_t hdrlen, unsigned char tag, argument
174 int ecrdsa_parse_pub_key(void *context, size_t hdrlen, unsigned char tag, argument
H A Dsm2.c192 int sm2_get_signature_r(void *context, size_t hdrlen, unsigned char tag, argument
207 int sm2_get_signature_s(void *context, size_t hdrlen, unsigned char tag, argument
/linux-master/drivers/accel/qaic/
H A Dqaic_control.c102 __le32 tag; member in struct:wire_trans_dma_xfer
603 out_trans->tag = cpu_to_le32(in_trans->tag);
1150 out_trans->tag = cpu_to_le32(0);
/linux-master/drivers/android/
H A Dbinder_trace.h38 TP_PROTO(const char *tag),
39 TP_ARGS(tag),
41 __field(const char *, tag)
44 __entry->tag = tag;
46 TP_printk("tag=%s", __entry->tag)
/linux-master/drivers/ata/
H A Dahci.h407 void ahci_fill_cmd_slot(struct ahci_port_priv *pp, unsigned int tag,
H A Dlibahci.c1347 void ahci_fill_cmd_slot(struct ahci_port_priv *pp, unsigned int tag, argument
1352 cmd_tbl_dma = pp->cmd_tbl_dma + tag * AHCI_CMD_TBL_SZ;
1354 pp->cmd_slot[tag].opts = cpu_to_le32(opts);
1355 pp->cmd_slot[tag].status = 0;
1356 pp->cmd_slot[tag].tbl_addr = cpu_to_le32(cmd_tbl_dma & 0xffffffff);
1357 pp->cmd_slot[tag].tbl_addr_hi = cpu_to_le32((cmd_tbl_dma >> 16) >> 16);
2155 unsigned int tag = __ffs64(done_mask); local
2157 qc = ata_qc_from_tag(ap, tag);
2163 done_mask &= ~(1ULL << tag);
2176 unsigned int tag local
[all...]
H A Dlibata-core.c1534 qc->tag = ATA_TAG_INTERNAL;
4794 if (ata_tag_valid(qc->tag))
4795 qc->tag = ATA_TAG_POISON;
4831 ap->qc_active &= ~(1ULL << qc->tag);
4897 if (unlikely(ata_tag_internal(qc->tag))) {
4987 /* ATA_TAG_INTERNAL is sent to hw as tag 0 */
5028 link->active_tag = qc->tag;
5032 ap->qc_active |= 1ULL << qc->tag;
H A Dlibata-eh.c837 unsigned int tag; local
841 ata_qc_for_each(ap, qc, tag) {
865 unsigned int tag; local
867 /* No progress during the last interval, tag all
870 ata_qc_for_each(ap, qc, tag) {
1010 int tag, nr_aborted = 0; local
1015 /* include internal tag in iteration */
1016 ata_qc_for_each_with_internal(ap, qc, tag) {
1174 WARN_ON(ata_tag_valid(qc->tag));
1960 int tag, re local
2038 int tag, nr_failed = 0, nr_quiet = 0; local
2344 int tag, nr_failed = 0; local
3924 int tag; local
[all...]
H A Dlibata-sata.c655 * If the internal tag is set on ap->qc_active, then we care about
657 * the internal tag.
677 unsigned int tag = __ffs64(done_mask); local
679 qc = ata_qc_from_tag(ap, tag);
684 done_mask &= ~(1ULL << tag);
1290 * @tag: Resulting tag of the failed command
1303 int *tag, struct ata_taskfile *tf)
1324 *tag = buf[0] & 0x1f;
1364 unsigned int err_mask, tag; local
1302 ata_eh_read_log_10h(struct ata_device *dev, int *tag, struct ata_taskfile *tf) argument
1451 int tag, rc; local
[all...]
H A Dlibata-scsi.c662 int tag; local
670 * unique per-device budget token as a tag.
674 tag = cmd->budget_token;
676 tag = scsi_cmd_to_rq(cmd)->tag;
679 qc = __ata_qc_from_tag(ap, tag);
680 qc->tag = qc->hw_tag = tag;
2956 /* For NCQ commands copy the tag value */
H A Dlibata-sff.c442 * @tag: tag of the associated command
453 unsigned int tag)
457 trace_ata_exec_command(ap, tf, tag);
709 trace_ata_bmdma_start(ap, &qc->tf, qc->tag);
888 qc = ata_qc_from_tag(ap, qc->tag);
1301 ata_tf_to_host(ap, &qc->tf, qc->tag);
1313 ata_tf_to_host(ap, &qc->tf, qc->tag);
1343 ata_tf_to_host(ap, &qc->tf, qc->tag);
2666 trace_ata_bmdma_setup(ap, &qc->tf, qc->tag);
451 ata_tf_to_host(struct ata_port *ap, const struct ata_taskfile *tf, unsigned int tag) argument
[all...]
H A Dpata_arasan_cf.c712 trace_ata_bmdma_start(ap, &qc->tf, qc->tag);
H A Dpata_octeon_cf.c599 trace_ata_bmdma_stop(ap, &qc->tf, qc->tag);
670 trace_ata_bmdma_start(ap, &qc->tf, qc->tag);
771 trace_ata_bmdma_setup(ap, &qc->tf, qc->tag);
773 trace_ata_bmdma_start(ap, &qc->tf, qc->tag);
H A Dsata_dwc_460ex.c55 u32 fptagr; /* 1st party DMA tag */
175 static void sata_dwc_bmdma_start_by_tag(struct ata_queued_cmd *qc, u8 tag);
178 static void sata_dwc_clear_dmacr(struct sata_dwc_device_port *hsdevp, u8 tag);
295 u8 tag = 0; local
301 tag = ap->link.active_tag;
309 sata_dwc_clear_dmacr(hsdevp, tag);
311 if (hsdevp->dma_pending[tag] == SATA_DWC_DMA_PENDING_NONE) {
312 dev_err(ap->dev, "DMA not pending tag=0x%02x pending=%d\n",
313 tag, hsdevp->dma_pending[tag]);
405 qcmd_tag_to_mask(u8 tag) argument
419 u8 status, tag; local
469 u8 status, tag; local
686 sata_dwc_clear_dmacr(struct sata_dwc_device_port *hsdevp, u8 tag) argument
715 u8 tag = 0; local
744 u8 tag = qc->hw_tag; local
922 sata_dwc_exec_command_by_tag(struct ata_port *ap, struct ata_taskfile *tf, u8 tag, u32 cmd_issued) argument
940 sata_dwc_bmdma_setup_by_tag(struct ata_queued_cmd *qc, u8 tag) argument
948 u8 tag = qc->hw_tag; local
956 sata_dwc_bmdma_start_by_tag(struct ata_queued_cmd *qc, u8 tag) argument
1001 u8 tag = qc->hw_tag; local
1012 u8 tag = qc->hw_tag; local
[all...]
H A Dsata_fsl.c389 unsigned int tag,
392 /* We let libATA core do actual (queue) tag allocation */
394 if (unlikely(tag >= SATA_FSL_QUEUE_DEPTH)) {
395 ata_port_dbg(ap, "tag %d invalid : out of range\n", tag);
399 if (unlikely((ioread32(hcr_base + CQ)) & (1 << tag))) {
400 ata_port_dbg(ap, "tag %d invalid : in use!!\n", tag);
404 return tag;
409 unsigned int tag, u3
388 sata_fsl_tag(struct ata_port *ap, unsigned int tag, void __iomem *hcr_base) argument
407 sata_fsl_setup_cmd_hdr_entry(struct ata_port *ap, struct sata_fsl_port_priv *pp, unsigned int tag, u32 desc_info, u32 data_xfer_len, u8 num_prde, u8 fis_len) argument
504 unsigned int tag = sata_fsl_tag(ap, qc->hw_tag, hcr_base); local
545 unsigned int tag = sata_fsl_tag(ap, qc->hw_tag, hcr_base); local
574 unsigned int tag = sata_fsl_tag(qc->ap, qc->hw_tag, hcr_base); local
1186 u32 tag; local
[all...]
H A Dsata_mv.c1634 int tag; local
1646 * For later hardware, we have one unique sg_tbl per NCQ tag.
1648 for (tag = 0; tag < MV_MAX_Q_DEPTH; ++tag) {
1649 if (pp->sg_tbl[tag]) {
1650 if (tag == 0 || !IS_GEN_I(hpriv))
1652 pp->sg_tbl[tag],
1653 pp->sg_tbl_dma[tag]);
1654 pp->sg_tbl[tag]
1675 int tag; local
2737 mv_process_crpb_response(struct ata_port *ap, struct mv_crpb *response, unsigned int tag, int ncq_enabled) argument
2780 unsigned int tag; local
[all...]
H A Dsata_nv.c217 u8 tag; /* 4 */ member in struct:nv_adma_cpb
248 unsigned int tag[ATA_MAX_QUEUE]; member in struct:defer_queue
1144 * one for each command tag
1366 cpb->tag = qc->hw_tag;
1415 /* write append register, command tag in lower 8 bits
1689 dq->tag[dq->tail++ & (ATA_MAX_QUEUE - 1)] = qc->hw_tag;
1696 unsigned int tag; local
1701 tag = dq->tag[dq->head & (ATA_MAX_QUEUE - 1)];
1702 dq->tag[d
2137 u32 tag; local
2148 u32 tag; local
[all...]
H A Dsata_sil24.c455 static int sil24_tag(int tag) argument
457 if (unlikely(ata_tag_internal(tag)))
459 return tag;
482 static void sil24_read_tf(struct ata_port *ap, int tag, struct ata_taskfile *tf) argument
488 prb = port + PORT_LRAM + sil24_tag(tag) * PORT_LRAM_SLOT_SZ;
886 unsigned int tag = sil24_tag(qc->hw_tag); local
890 paddr = pp->cmd_block_dma + tag * sizeof(*pp->cmd_block);
891 activate = port + PORT_CMD_ACTIVATE + tag * 8;
/linux-master/drivers/block/aoe/
H A Daoe.h48 __be32 tag; member in struct:aoe_hdr
120 u32 tag; member in struct:frame
166 u16 lasttag; /* last tag sent */
H A Daoecmd.c78 getframe_deferred(struct aoedev *d, u32 tag) argument
86 if (f->tag == tag) {
95 getframe(struct aoedev *d, u32 tag) argument
101 n = tag % NFACTIVE;
105 if (f->tag == tag) {
116 * This driver reserves tag -1 to mean "unused frame."
139 h->tag = cpu_to_be32(host_tag);
312 n = f->tag
513 tsince(u32 tag) argument
[all...]
H A Daoenet.c154 n = get_unaligned_be32(&h->tag);
/linux-master/drivers/block/mtip32xx/
H A Dmtip32xx.c153 unsigned int tag)
155 return blk_mq_rq_to_pdu(blk_mq_tag_to_rq(dd->tags.tags[0], tag));
203 * @tag The tag of the command to be issued.
208 static inline void mtip_issue_ncq_command(struct mtip_port *port, int tag) argument
210 int group = tag >> 5;
214 writel((1 << MTIP_TAG_BIT(tag)),
215 port->s_active[MTIP_TAG_INDEX(tag)]);
216 writel((1 << MTIP_TAG_BIT(tag)),
217 port->cmd_issue[MTIP_TAG_INDEX(tag)]);
152 mtip_cmd_from_tag(struct driver_data *dd, unsigned int tag) argument
497 int group, tag, bit, reissue, rv; local
650 int tag, bit; local
826 mtip_issue_non_ncq_command(struct mtip_port *port, int tag) argument
[all...]
H A Dmtip32xx.h49 /* Macro to extract the tag bit number from a tag value. */
50 #define MTIP_TAG_BIT(tag) (tag & 0x1F)
53 * Macro to extract the tag index from a tag value. The index
55 * on the tag value.
57 #define MTIP_TAG_INDEX(tag) (tag >> 5)
71 /* Internal command tag
[all...]
/linux-master/drivers/block/
H A Dnbd.c193 u32 tag = blk_mq_unique_tag(req); local
196 return (cookie << NBD_COOKIE_BITS) | tag;
773 u32 tag; local
777 tag = nbd_handle_to_tag(handle);
778 hwq = blk_mq_unique_tag_to_hwq(tag);
781 blk_mq_unique_tag_to_tag(tag));
784 tag, req);
793 tag, cmd->status, cmd->flags);
799 tag, index, cmd->index);

Completed in 693 milliseconds

1234567891011>>