Searched refs:tag (Results 76 - 100 of 272) sorted by relevance

1234567891011

/drivers/scsi/isci/
H A Dhost.h370 #define ISCI_TAG_SEQ(tag) (((tag) >> 12) & (SCI_MAX_SEQ-1))
371 #define ISCI_TAG_TCI(tag) ((tag) & (SCI_MAX_IO_REQUESTS-1))
H A Dport.c570 static void sci_port_construct_dummy_task(struct isci_port *iport, u16 tag) argument
575 task_context = &ihost->task_context_table[ISCI_TAG_TCI(tag)];
582 task_context->task_index = ISCI_TAG_TCI(tag);
888 u16 tag = iport->reserved_tag; local
892 tc = &ihost->task_context_table[ISCI_TAG_TCI(tag)];
897 ISCI_TAG_TCI(tag);
912 u16 tag = iport->reserved_tag; local
916 tc = &ihost->task_context_table[ISCI_TAG_TCI(tag)];
921 ISCI_TAG_TCI(tag);
1093 u16 tag; local
[all...]
H A Drequest.h404 u16 tag);
406 struct sas_task *task, u16 tag);
/drivers/scsi/arm/
H A Dqueue.c200 * Function: struct scsi_cmnd *queue_remove_tgtluntag (queue, target, lun, tag)
201 * Purpose : remove a SCSI command from the queue for a specified target/lun/tag
205 * tag - tag on device
209 int tag)
219 q->SCpnt->tag == tag) {
208 queue_remove_tgtluntag(Queue_t *queue, int target, int lun, int tag) argument
/drivers/block/
H A Dsx8.c76 #define TAG_ENCODE(tag) (((tag) << 16) | 0xf)
77 #define TAG_DECODE(tag) (((tag) >> 16) & 0x1f)
78 #define TAG_VALID(tag) ((((tag) & 0xf) == 0xf) && (TAG_DECODE(tag) < 32))
257 unsigned int tag; member in struct:carm_request
483 u32 msg = (u32) carm_ref_msg_dma(host, crq->tag);
536 assert(crq->tag < max_queu
[all...]
/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c269 char channel, int lun, u_int tag,
551 ahc->scb_data->scbindex[hscb->tag] = NULL;
562 ahc_lookup_scb(struct ahc_softc *ahc, u_int tag) argument
566 scb = ahc->scb_data->scbindex[tag];
587 * finally assign the SCB to the tag indexed location
592 saved_tag = q_hscb->tag;
596 ahc_htole32(ahc_hscb_busaddr(ahc, q_hscb->tag)
599 q_hscb->tag = saved_tag;
600 q_hscb->next = scb->hscb->tag;
606 /* Now define the mapping from tag t
1825 u_int tag; local
1921 u_int tag; local
3946 int tag; local
5756 ahc_match_scb(struct ahc_softc *ahc, struct scb *scb, int target, char channel, int lun, u_int tag, role_t role) argument
5863 ahc_search_qinfifo(struct ahc_softc *ahc, int target, char channel, int lun, u_int tag, role_t role, uint32_t status, ahc_search_action action) argument
6170 ahc_search_disc_list(struct ahc_softc *ahc, int target, char channel, int lun, u_int tag, int stop_on_first, int remove, int save_state) argument
6333 ahc_abort_scbs(struct ahc_softc *ahc, int target, char channel, int lun, u_int tag, role_t role, uint32_t status) argument
[all...]
H A Daic7xxx.h401 uint8_t initiator_tag; /* Initiator's transaction tag */
465 /*27*/ uint8_t tag; /* member in struct:hardware_scb
467 * Also used as the tag for tagged I/O
587 * Mapping from tag to SCB.
588 * As tag identifiers are an
590 * for all possible tag values.
907 bus_space_tag_t tag; member in struct:ahc_softc
1158 u_int tag, role_t role);
1184 char channel, int lun, u_int tag,
1193 char channel, int lun, u_int tag,
[all...]
/drivers/scsi/
H A Dch.c268 VPRINTK(KERN_INFO, "device has no volume tag support\n");
488 ch_check_voltag(char *tag) argument
494 if (tag[i] >= 0x7f || tag[i] < 0x20)
495 tag[i] = ' ';
497 if (tag[i] == '?' ||
498 tag[i] == '*')
499 tag[i] = ' ';
505 int alternate, int clear, u_char *tag)
518 elem, tag);
504 ch_set_voltag(scsi_changer *ch, u_int elem, int alternate, int clear, u_char *tag) argument
[all...]
H A Desp_scsi.c533 if (!ent->tag[0]) {
567 BUG_ON(lp->tagged_cmds[ent->tag[1]]);
569 lp->tagged_cmds[ent->tag[1]] = ent;
578 if (ent->tag[0]) {
579 BUG_ON(lp->tagged_cmds[ent->tag[1]] != ent);
580 lp->tagged_cmds[ent->tag[1]] = NULL;
661 ent->tag[0] = 0;
662 ent->tag[1] = 0;
666 if (!scsi_populate_tag_msg(cmd, &ent->tag[0])) {
667 ent->tag[
[all...]
/drivers/scsi/cxgbi/
H A Dlibcxgbi.c945 * The location of the pagepod entry is encoded into ddp tag which is used as
1216 static void ddp_tag_release(struct cxgbi_hba *chba, u32 tag) argument
1222 idx = (tag >> PPOD_IDX_SHIFT) & ddp->idx_mask;
1228 pr_warn("tag 0x%x, idx %u, gl 0x%p, %u.\n",
1229 tag, idx, gl, gl ? gl->nelem : 0);
1234 "tag 0x%x, release idx %u, npods %u.\n",
1235 tag, idx, npods);
1236 cdev->csk_ddp_clear(chba, tag, idx, npods);
1240 pr_warn("tag 0x%x, idx %u > max %u.\n", tag, id
1254 u32 tag; local
1449 u32 tag = ntohl((__force u32)hdr_itt); local
1469 u32 tag = 0; local
1502 u32 tag = ntohl((__force u32) itt); local
[all...]
/drivers/ata/
H A Dsata_mv.c1638 int tag; local
1650 * For later hardware, we have one unique sg_tbl per NCQ tag.
1652 for (tag = 0; tag < MV_MAX_Q_DEPTH; ++tag) {
1653 if (pp->sg_tbl[tag]) {
1654 if (tag == 0 || !IS_GEN_I(hpriv))
1656 pp->sg_tbl[tag],
1657 pp->sg_tbl_dma[tag]);
1658 pp->sg_tbl[tag]
1679 int tag; local
2742 mv_process_crpb_response(struct ata_port *ap, struct mv_crpb *response, unsigned int tag, int ncq_enabled) argument
2785 unsigned int tag; local
[all...]
H A Dsata_sil24.c459 static int sil24_tag(int tag) argument
461 if (unlikely(ata_tag_internal(tag)))
463 return tag;
486 static void sil24_read_tf(struct ata_port *ap, int tag, struct ata_taskfile *tf) argument
492 prb = port + PORT_LRAM + sil24_tag(tag) * PORT_LRAM_SLOT_SZ;
853 cb = &pp->cmd_block[sil24_tag(qc->tag)];
895 unsigned int tag = sil24_tag(qc->tag); local
899 paddr = pp->cmd_block_dma + tag * sizeof(*pp->cmd_block);
900 activate = port + PORT_CMD_ACTIVATE + tag *
[all...]
/drivers/dca/
H A Ddca-core.c269 * dca_common_get_tag - return the dca tag (serves both new and old api)
276 u8 tag; local
286 tag = dca->ops->get_tag(dca, dev, cpu);
289 return tag;
293 * dca3_get_tag - return the dca tag to the requester device
308 * dca_get_tag - return the dca tag for the given cpu (old api)
/drivers/ps3/
H A Dps3stor_lib.c289 &dev->tag)
292 &dev->tag);
337 arg2, arg3, arg4, &dev->tag);
/drivers/staging/media/as102/
H A Das10x_cmd.h304 /* context tag */
305 uint16_t tag; member in struct:as10x_fw_context::__anon5235
521 uint16_t tag,
524 uint16_t tag,
/drivers/block/aoe/
H A Daoenet.c120 n = get_unaligned_be32(&h->tag);
/drivers/media/video/
H A Dtveeprom.c438 ** tuner type: tag [00].05 or [0a].01 (index into hauppauge_tuner)
439 ** tuner fmts: tag [00].04 or [0a].00 (bitmask index into
441 ** radio: tag [00].{last} or [0e].00 (bitmask. bit2=FM)
442 ** audio proc: tag [02].01 or [05].00 (mask with 0x7f)
443 ** decoder proc: tag [09].01)
446 ** model: tag [00].07-08 or [06].00-01
447 ** revision: tag [00].09-0b or [06].04-06
448 ** serial#: tag [01].05-07 or [04].04-06
453 int i, j, len, done, beenhere, tag, start; local
515 /* process by tag */
[all...]
/drivers/scsi/ibmvscsi/
H A Dibmvstgt.c120 crq.cooked.IU_data_ptr = vio_iu(iue)->srp.rsp.tag;
143 uint64_t tag = iu->srp.rsp.tag; local
152 iu->srp.rsp.tag = tag;
368 uint64_t tag = iu->srp.rsp.tag; local
386 rsp->tag = tag;
H A Dviosrp.h130 u64 tag; member in struct:mad_common
/drivers/scsi/mvsas/
H A Dmv_sas.h201 __le32 tags; /* targ port xfer tag; tag */
437 u32 tag; member in struct:mvs_task_exec_info
449 void mvs_tag_clear(struct mvs_info *mvi, u32 tag);
450 void mvs_tag_free(struct mvs_info *mvi, u32 tag);
451 void mvs_tag_set(struct mvs_info *mvi, unsigned int tag);
/drivers/scsi/qla4xxx/
H A Dql4_iocb.c271 char tag[2]; local
281 index = (uint32_t)cmd->request->tag;
343 if (scsi_populate_tag_msg(cmd, tag))
344 switch (tag[0]) {
/drivers/usb/storage/
H A Dusb.h137 unsigned int tag; /* current dCBWTag */ member in struct:us_data
/drivers/net/wimax/i2400m/
H A Dcontrol.c427 * @tag: for error messages
434 const char *tag)
445 tag, I2400M_TLV_SYSTEM_STATE,
453 tag, I2400M_TLV_RF_STATUS,
461 tag, le32_to_cpu(ms->media_status));
482 size_t size, const char *tag)
489 i2400m, l3l4_hdr, size, tag);
494 i2400m_report_state_parse_tlv(i2400m, tlv, tag);
496 i2400m, l3l4_hdr, size, tag);
432 i2400m_report_state_parse_tlv(struct i2400m *i2400m, const struct i2400m_tlv_hdr *tlv, const char *tag) argument
480 i2400m_report_state_hook(struct i2400m *i2400m, const struct i2400m_l3l4_hdr *l3l4_hdr, size_t size, const char *tag) argument
/drivers/pnp/isapnp/
H A Dcore.c365 * Read one tag from stream.
369 unsigned char tag, tmp[2]; local
371 isapnp_peek(&tag, 1);
372 if (tag == 0) /* invalid tag */
374 if (tag & 0x80) { /* large item */
375 *type = tag;
379 *type = (tag >> 3) & 0x0f;
380 *size = tag & 0x07;
383 printk(KERN_DEBUG "tag
[all...]
/drivers/uwb/
H A Dwhci.c64 unsigned long max_ms, const char *tag)
73 dev_err(dev, "%s timed out\n", tag);
63 whci_wait_for(struct device *dev, u32 __iomem *reg, u32 mask, u32 result, unsigned long max_ms, const char *tag) argument

Completed in 526 milliseconds

1234567891011