Searched refs:tag (Results 151 - 175 of 272) sorted by relevance

1234567891011

/drivers/scsi/
H A Dtmscsim.c119 * 2.0d9 99/06/06 KG Also tag queue INQUIRY, T_U_R, ... *
499 pDCB->TagMask &= ~(1 << pSRB->TagNumber); /* free tag mask */
511 char tag[2]; local
563 if ((pDCB->SyncMode & EN_TAG_QUEUEING) && disc_allowed && scsi_populate_tag_msg(scmd, tag)) {
564 DC390_write8(ScsiFifo, tag[0]);
565 pDCB->TagMask |= 1 << tag[1];
566 pSRB->TagNumber = tag[1];
567 DC390_write8(ScsiFifo, tag[1]);
568 DEBUG1(printk(KERN_INFO "DC390: Select w/DisCn for SRB %p, block tag %02x\n", pSRB, tag[
1010 dc390_MsgIn_QTag(struct dc390_acb* pACB, struct dc390_dcb* pDCB, s8 tag) argument
[all...]
H A Dhpsa.c541 /* set_performant_mode: Modify the tag for cciss performant
2633 /* use the kernel address the cmd block for tag */
3042 dev_warn(&h->pdev->dev, "bad tag 0x%08x ignored.\n", raw_tag);
3057 static inline u32 hpsa_tag_contains_index(u32 tag) argument
3059 return tag & DIRECT_LOOKUP_BIT;
3062 static inline u32 hpsa_tag_to_index(u32 tag) argument
3064 return tag >> DIRECT_LOOKUP_SHIFT;
3068 static inline u32 hpsa_tag_discard_error_bits(struct ctlr_info *h, u32 tag) argument
3073 return tag & ~HPSA_SIMPLE_ERROR_BITS;
3074 return tag
3096 u32 tag; local
3227 uint32_t paddr32, tag; local
[all...]
H A Dncr53c8xx.c919 ** Choose appropriate type for tag bitmap.
964 ** for each tag of each target in use.
1279 ** allow 8 bit calculation of the tag jump entry for up to
1304 ** This avoids using a loop for tag allocation.
1315 ** QUEUE FULL control and ORDERED tag control.
1319 ** QUEUE FULL and ORDERED tag control.
1576 u_char tag; /* Tag for this transfer */ member in struct:ccb
1577 /* 255 means no tag */
2691 ** is (#TAG*2 & 0xfc) due to tag numbering using
2714 ** No tag expecte
7149 u_char tag = NO_TAG; local
[all...]
H A DNCR5380.c1265 * int tag);
1272 * target lives, cmd - SCSI command to execute, tag - set to TAG_NEXT for
1273 * new tag, TAG_NONE for untagged queueing, otherwise set to the tag for
1296 static int NCR5380_select(struct Scsi_Host *instance, Scsi_Cmnd * cmd, int tag) argument
1510 * message (2 bytes) with a tag ID that we increment with every command
1534 cmd->tag = 0;
2243 cmd->next_link->tag = cmd->tag;
2607 dprintk(NDEBUG_RESELECTION, ("scsi%d : nexus established, target = %d, lun = %d, tag
[all...]
H A Dvirtio_scsi.c294 .tag = (unsigned long)sc,
375 .tag = (unsigned long)sc,
H A D53c700.c56 * Fixed bad bug affecting tag starvation processing (previously the
93 * Better bad device handling (handles devices lying about tag
903 /* rejected our first simple tag message */
905 "Rejected first tag queue attempt, turning off tag queueing\n");
1042 // of the tag queuing capability
1046 // /* Piggy back the tag queueing support
1116 printk(KERN_ERR "scsi%d: (%d:%d) no saved request for tag %d\n",
1123 "reselection is tag %d, slot %p(%d)\n",
1124 hostdata->msgin[2], slot, slot->tag);
[all...]
/drivers/staging/keucr/
H A Dtransport.c602 bcb->Tag = ++us->tag;
674 if (!(bcs->Tag == us->tag ||
/drivers/staging/octeon/
H A Dethernet-tx.c577 work->tag = pow_send_group; /* FIXME */
657 cvmx_pow_work_submit(work, work->tag, work->tag_type, work->qos,
/drivers/block/
H A Dcciss.c206 static inline u32 cciss_tag_discard_error_bits(ctlr_info_t *h, u32 tag);
240 /* set_performant_mode: Modify the tag for cciss performant
1512 /* use the kernel address the cmd block for tag */
2626 /* buff contains the tag of the command to abort */
3250 static inline u32 cciss_tag_contains_index(u32 tag) argument
3253 return tag & DIRECT_LOOKUP_BIT;
3256 static inline u32 cciss_tag_to_index(u32 tag) argument
3259 return tag >> DIRECT_LOOKUP_SHIFT;
3262 static inline u32 cciss_tag_discard_error_bits(ctlr_info_t *h, u32 tag) argument
3267 return tag
3271 cciss_mark_tag_indexed(u32 *tag) argument
3276 cciss_set_tag_index(u32 *tag, u32 index) argument
4441 uint32_t paddr32, tag; local
[all...]
H A Dosdblk.c344 orq = &osdev->req[rq->tag];
426 /* switch queue to TCQ mode; allocate tag map */
/drivers/infiniband/core/
H A Dud_header.c109 { STRUCT_FIELD(vlan, tag),
/drivers/infiniband/hw/ipath/
H A Dipath_mad.c866 p->tag = cpu_to_be16(dev->pma_tag);
903 dev->pma_tag = be16_to_cpu(p->tag);
975 p->tag = cpu_to_be16(dev->pma_tag);
1000 p->tag = cpu_to_be16(dev->pma_tag);
/drivers/media/dvb/ttpci/
H A Dav7110_hw.c613 static int av7110_fw_query(struct av7110 *av7110, u16 tag, u16* buf, s16 length) argument
616 ret = av7110_fw_request(av7110, &tag, 0, buf, length);
631 u16 tag = ((COMTYPE_REQUEST << 8) + ReqVersion); local
635 if (av7110_fw_query(av7110, tag, buf, 16)) {
/drivers/mmc/host/
H A Dmmc_spi.c271 char tag[32]; local
273 snprintf(tag, sizeof(tag), " ... CMD%d response SPI_%s",
425 tag, cmd->resp[0], cmd->resp[1]);
/drivers/s390/char/
H A Dsclp_rw.c74 sccb->msg_buf.mdb.header.tag = 0xD4C4C240; /* ebcdic "MDB " */
/drivers/scsi/aic94xx/
H A Daic94xx_hwi.h145 __be16 tag; /* error recovery only */ member in struct:asd_ascb
/drivers/net/wireless/wl12xx/
H A Dscan.c644 cfg->tag = WL1271_SCAN_DEFAULT_TAG;
724 start->tag = WL1271_SCAN_DEFAULT_TAG;
759 stop->tag = WL1271_SCAN_DEFAULT_TAG;
/drivers/usb/storage/
H A Drealtek_cr.c223 bcb->Tag = ++us->tag;
263 if (bcs->Tag != us->tag)
309 bcb->Tag = ++us->tag;
/drivers/isdn/gigaset/
H A Dcapi.c224 static inline void dump_cmsg(enum debuglevel level, const char *tag, _cmsg *p) argument
233 if (!___ratelimit(&msg_dump_ratelimit, tag))
238 gig_dbg(level, "%s: [%d] %s", tag, p->ApplId, cdb->buf);
241 gig_dbg(level, "%s: [%d] %s", tag, p->ApplId,
247 static inline void dump_rawmsg(enum debuglevel level, const char *tag, argument
259 gig_dbg(level, "%s: ??? LEN=%04d", tag, l);
263 tag, CAPIMSG_COMMAND(data), CAPIMSG_SUBCOMMAND(data),
H A Disocdata.c214 static inline void dump_bytes(enum debuglevel level, const char *tag, argument
228 gig_dbg(level, "%s:%s", tag, dbgline);
238 gig_dbg(level, "%s:%s", tag, dbgline);
/drivers/net/ethernet/ti/
H A Dtlan.c218 tlan_store_skb(struct tlan_list *tag, struct sk_buff *skb) argument
221 tag->buffer[9].address = addr;
222 tag->buffer[8].address = upper_32_bits(addr);
226 tlan_get_skb(const struct tlan_list *tag) argument
230 addr = tag->buffer[9].address;
231 addr |= ((unsigned long) tag->buffer[8].address << 16) << 16;
/drivers/net/bonding/
H A Dbond_alb.c510 if (client_info->tag) {
513 pr_err("%s: Error: failed to insert VLAN tag\n",
678 client_info->tag = 1;
834 if (curr->tag && (curr->vlan_id == vlan_id)) {
900 pr_err("%s: Error: failed to insert VLAN tag\n",
/drivers/scsi/cxgbi/cxgb3i/
H A Dcxgb3i.c1109 static void ddp_clear_map(struct cxgbi_hba *chba, unsigned int tag, argument
1118 "cdev 0x%p, idx %u, npods %u, tag 0x%x.\n",
1119 cdev, idx, npods, tag);
1126 pr_err("tag 0x%x, 0x%x, %d/%u, skb OOM.\n",
1127 tag, idx, i, npods);
/drivers/scsi/lpfc/
H A Dlpfc_bsg.c1271 * @tag: tag index value into the ports context exchange array.
1276 lpfc_issue_ct_rsp(struct lpfc_hba *phba, struct fc_bsg_job *job, uint32_t tag, argument
1320 if (!(phba->ct_ctx[tag].flags & UNSOL_VALID)) {
1324 icmd->ulpContext = phba->ct_ctx[tag].rxid;
1325 icmd->unsli3.rcvsli3.ox_id = phba->ct_ctx[tag].oxid;
1326 ndlp = lpfc_findnode_did(phba->pport, phba->ct_ctx[tag].SID);
1331 phba->ct_ctx[tag].SID);
1354 phba->ct_ctx[tag].flags &= ~UNSOL_VALID;
1356 icmd->ulpContext = (ushort) tag;
1420 uint32_t tag = mgmt_resp->tag; local
[all...]
/drivers/iommu/
H A Damd_iommu_types.h361 u16 tag; /* PPR tag */ member in struct:amd_iommu_fault

Completed in 1202 milliseconds

1234567891011