Searched refs:tag (Results 1 - 25 of 291) sorted by relevance

1234567891011>>

/drivers/gpu/drm/nouveau/core/include/subdev/
H A Dgpio.h29 int (*find)(struct nouveau_gpio *, int idx, u8 tag, u8 line,
31 int (*set)(struct nouveau_gpio *, int idx, u8 tag, u8 line, int state);
32 int (*get)(struct nouveau_gpio *, int idx, u8 tag, u8 line);
/drivers/pci/
H A Dvpd.c19 /* Don't return success of the tag isn't complete */
29 u8 tag = val & ~PCI_VPD_SRDT_LEN_MASK; local
31 if (tag == rdt)
34 if (tag == PCI_VPD_SRDT_END)
/drivers/staging/rtl8192e/
H A Drtl819x_BAProc.c81 u8 *tag = NULL; local
111 tag = (u8 *)skb_put(skb, 9);
112 *tag++ = ACT_CAT_BA;
113 *tag++ = type;
114 *tag++ = pBA->DialogToken;
119 memcpy(tag, (u8 *)&tmp, 2);
120 tag += 2;
123 memcpy(tag, (u8 *)&tmp, 2);
124 tag += 2;
126 memcpy(tag, (u
145 u8 *tag = NULL; local
242 u8 *dst = NULL, *pDialogToken = NULL, *tag = NULL; local
330 u8 *dst = NULL, *pDialogToken = NULL, *tag = NULL; local
[all...]
H A Drtllib_softmac.c36 * tag and the EXTENDED RATE MFIE tag if needed.
37 * It encludes two bytes per tag for the tag itself and its len
53 /* place the MFIE rate, tag to the memory (double) pointed.
55 * it points after the new MFIE tag added.
59 u8 *tag = *tag_p; local
62 *tag++ = MFIE_TYPE_RATES;
63 *tag++ = 4;
64 *tag
77 u8 *tag = *tag_p; local
98 u8 *tag = *tag_p; local
114 u8 *tag = *tag_p; local
349 u8 *tag; local
840 u8 *tag; local
990 u8 *tag; local
1177 u8 *tag, *ies; local
1844 u8 *tag; local
[all...]
/drivers/staging/rtl8192u/ieee80211/
H A Drtl819x_BAProc.c112 u8 *tag = NULL; local
141 //tag += sizeof( struct ieee80211_hdr_3addr); //move to action field
142 tag = (u8 *)skb_put(skb, 9);
143 *tag ++= ACT_CAT_BA;
144 *tag ++= type;
146 *tag ++= pBA->DialogToken;
153 memcpy(tag, (u8 *)&tmp, 2);
154 tag += 2;
158 memcpy(tag, (u8 *)&tmp, 2);
159 tag
198 u8 *tag = NULL; local
338 u8 *dst = NULL, *pDialogToken = NULL, *tag = NULL; local
442 u8 *dst = NULL, *pDialogToken = NULL, *tag = NULL; local
[all...]
H A Dieee80211_softmac.c40 * tag and the EXTENDED RATE MFIE tag if needed.
41 * It encludes two bytes per tag for the tag itself and its len
57 /* pleace the MFIE rate, tag to the memory (double) poined.
59 * it points after the new MFIE tag added.
63 u8 *tag = *tag_p; local
66 *tag++ = MFIE_TYPE_RATES;
67 *tag++ = 4;
68 *tag
80 u8 *tag = *tag_p; local
104 u8 *tag = *tag_p; local
129 u8 *tag = *tag_p; local
327 u8 *tag; local
692 u8 *tag; local
847 u8 *tag; local
990 u8 *tag;//,*rsn_ie; local
1590 u8 *tag; local
[all...]
/drivers/ata/
H A Dsata_dwc_460ex.c206 u32 fptagr; /* 1st party DMA tag */
330 static void sata_dwc_bmdma_start_by_tag(struct ata_queued_cmd *qc, u8 tag);
335 static void sata_dwc_clear_dmacr(struct sata_dwc_device_port *hsdevp, u8 tag);
468 u8 tag = 0; local
474 tag = ap->link.active_tag;
482 tfr_reg, err_reg, hsdevp->dma_pending[tag], port);
494 sata_dwc_clear_dmacr(hsdevp, tag);
496 if (hsdevp->dma_pending[tag] ==
499 "err=0x%08x tag=0x%02x pending=%d\n",
500 tfr_reg, err_reg, tag,
873 qcmd_tag_to_mask(u8 tag) argument
887 u8 status, tag; local
940 u8 status, tag; local
1149 sata_dwc_clear_dmacr(struct sata_dwc_device_port *hsdevp, u8 tag) argument
1181 u8 tag = 0; local
1220 u8 tag = qc->tag; local
1396 sata_dwc_exec_command_by_tag(struct ata_port *ap, struct ata_taskfile *tf, u8 tag, u32 cmd_issued) argument
1419 sata_dwc_bmdma_setup_by_tag(struct ata_queued_cmd *qc, u8 tag) argument
1427 u8 tag = qc->tag; local
1438 sata_dwc_bmdma_start_by_tag(struct ata_queued_cmd *qc, u8 tag) argument
1487 u8 tag = qc->tag; local
1505 sata_dwc_qc_prep_by_tag(struct ata_queued_cmd *qc, u8 tag) argument
1532 u8 tag = qc->tag; local
[all...]
/drivers/scsi/fnic/
H A Dfcpio.h117 * The header command tag. All host requests will use the "tag" field
118 * to mark commands with a unique tag. When the firmware responds to
119 * a host request, it will copy the tag field into the response.
122 * of the tag field will be the target command and target task management
137 fcpio_tag_id_enc(struct fcpio_tag *tag, u32 id) argument
139 tag->u.req_id = id;
143 fcpio_tag_id_dec(struct fcpio_tag *tag, u32 *id) argument
145 *id = tag->u.req_id;
149 fcpio_tag_exid_enc(struct fcpio_tag *tag, u1 argument
156 fcpio_tag_exid_dec(struct fcpio_tag *tag, u16 *ox_id, u16 *rx_id) argument
170 struct fcpio_tag tag; /* header tag */ member in struct:fcpio_header
174 fcpio_header_enc(struct fcpio_header *hdr, u8 type, u8 status, struct fcpio_tag tag) argument
185 fcpio_header_dec(struct fcpio_header *hdr, u8 *type, u8 *status, struct fcpio_tag *tag) argument
[all...]
H A Dfnic_scsi.c109 u32 hash = sc->request->tag & (FNIC_IO_LOCKS - 1);
115 int tag)
117 return &fnic->io_req_lock[tag & (FNIC_IO_LOCKS - 1)];
391 fnic_queue_wq_copy_desc_icmnd_16(wq, sc->request->tag,
397 pri_tag, /* scsi pri and tag */
473 sc->request->tag, sc, 0, sc->cmnd[0],
526 sc->request->tag, sc, 0, 0, 0,
555 sc->request->tag, sc, io_req,
575 struct fcpio_tag tag; local
580 fcpio_header_dec(&desc->hdr, &type, &hdr_status, &tag);
114 fnic_io_lock_tag(struct fnic *fnic, int tag) argument
658 struct fcpio_tag tag; local
768 struct fcpio_tag tag; local
987 struct fcpio_tag tag; local
1401 fnic_queue_abort_io_req(struct fnic *fnic, int tag, u32 task_req, u8 *fc_lun, struct fnic_io_req *io_req) argument
1450 int tag; local
1570 int tag; local
1738 int tag; local
1972 int tag, abt_tag; local
2122 int tag, ret = SCSI_NO_TAG; local
2158 int tag = sc->request->tag; local
2192 int tag = 0; local
2631 int tag; local
[all...]
/drivers/scsi/pm8001/
H A Dpm8001_hwi.h158 __le32 tag; member in struct:phy_start_req
170 __le32 tag; member in struct:phy_stop_req
221 __le32 tag; member in struct:sata_completion_resp
247 __le32 tag; member in struct:reg_dev_req
264 __le32 tag; member in struct:dereg_dev_req
276 __le32 tag; member in struct:dev_reg_resp
288 __le32 tag; member in struct:local_phy_ctl_req
299 __le32 tag; member in struct:local_phy_ctl_resp
315 __le32 tag; member in struct:port_ctl_req
329 __le32 tag; member in struct:hw_event_ack_req
342 __le32 tag; member in struct:ssp_completion_resp
359 __le32 tag; member in struct:sata_event_resp
372 __le32 tag; member in struct:ssp_event_resp
397 __le32 tag; member in struct:smp_req
423 __le32 tag; member in struct:smp_completion_resp
434 __le32 tag; member in struct:task_abort_req
451 __le32 tag; member in struct:task_abort_resp
463 __le32 tag; member in struct:sas_diag_start_end_req
474 __le32 tag; member in struct:sas_diag_execute_req
492 __le32 tag; member in struct:set_dev_state_req
503 __le32 tag; member in struct:sas_re_initialization_req
524 __le32 tag; member in struct:sata_start_req
542 __le32 tag; member in struct:ssp_ini_tm_start_req
572 __le32 tag; member in struct:ssp_ini_io_start_req
589 __le32 tag; member in struct:fw_flash_Update_req
608 __le32 tag; member in struct:fw_flash_Update_resp
619 __le32 tag; member in struct:get_nvm_data_req
631 __le32 tag; member in struct:set_nvm_data_req
658 __le32 tag; member in struct:get_nvm_data_resp
671 __le32 tag; member in struct:sas_diag_start_end_resp
683 __le32 tag; member in struct:sas_diag_execute_resp
697 __le32 tag; member in struct:set_dev_state_resp
[all...]
H A Dpm80xx_hwi.h248 __le32 tag; member in struct:phy_start_req
260 __le32 tag; member in struct:phy_stop_req
310 __le32 tag; member in struct:sata_completion_resp
345 __le32 tag; member in struct:reg_dev_req
361 __le32 tag; member in struct:dereg_dev_req
371 __le32 tag; member in struct:dev_reg_resp
382 __le32 tag; member in struct:local_phy_ctl_req
392 __le32 tag; member in struct:local_phy_ctl_resp
407 __le32 tag; member in struct:port_ctl_req
419 __le32 tag; member in struct:hw_event_ack_req
431 __le32 tag; member in struct:phy_start_resp
442 __le32 tag; member in struct:phy_stop_resp
453 __le32 tag; member in struct:ssp_completion_resp
468 __le32 tag; member in struct:sata_event_resp
491 __le32 tag; member in struct:ssp_event_resp
526 __le32 tag; member in struct:smp_req
553 __le32 tag; member in struct:smp_completion_resp
564 __le32 tag; member in struct:task_abort_req
581 __le32 tag; member in struct:task_abort_resp
592 __le32 tag; member in struct:sas_diag_start_end_req
602 __le32 tag; member in struct:sas_diag_execute_req
619 __le32 tag; member in struct:set_dev_state_req
632 __le32 tag; member in struct:sata_start_req
666 __le32 tag; member in struct:ssp_ini_tm_start_req
695 __le32 tag; member in struct:ssp_ini_io_start_req
730 __le32 tag; member in struct:ssp_dif_enc_io_req
766 __le32 tag; member in struct:fw_flash_Update_req
785 __le32 tag; member in struct:fw_flash_Update_resp
795 __le32 tag; member in struct:get_nvm_data_req
806 __le32 tag; member in struct:set_nvm_data_req
821 __le32 tag; member in struct:set_ctrl_cfg_req
831 __le32 tag; member in struct:get_ctrl_cfg_req
842 __le32 tag; member in struct:kek_mgmt_req
854 __le32 tag; member in struct:dek_mgmt_req
869 __le32 tag; member in struct:set_phy_profile_req
879 __le32 tag; member in struct:get_phy_profile_req
889 __le32 tag; member in struct:ext_flash_partition_req
917 __le32 tag; member in struct:get_nvm_data_resp
929 __le32 tag; member in struct:sas_diag_start_end_resp
940 __le32 tag; member in struct:sas_diag_execute_resp
953 __le32 tag; member in struct:set_dev_state_resp
966 __le32 tag; member in struct:set_ctrl_cfg_resp
973 __le32 tag; member in struct:get_ctrl_cfg_resp
980 __le32 tag; member in struct:kek_mgmt_resp
988 __le32 tag; member in struct:dek_mgmt_resp
997 __le32 tag; member in struct:get_phy_profile_resp
1004 __le32 tag; member in struct:flash_op_ext_resp
1013 __le32 tag; member in struct:set_phy_profile_resp
[all...]
/drivers/gpu/drm/nouveau/core/subdev/fb/
H A Dnv35.c35 if (!nouveau_mm_head(&pfb->tags, 0, 1, tags, tags, 1, &tile->tag)) {
38 tile->zcomp |= ((tile->tag->offset ) >> 6);
39 tile->zcomp |= ((tile->tag->offset + tags - 1) >> 6) << 13;
H A Dnv36.c35 if (!nouveau_mm_head(&pfb->tags, 0, 1, tags, tags, 1, &tile->tag)) {
38 tile->zcomp |= ((tile->tag->offset ) >> 6);
39 tile->zcomp |= ((tile->tag->offset + tags - 1) >> 6) << 14;
H A Dnv40.c36 !nouveau_mm_head(&pfb->tags, 0, 1, tags, tags, 1, &tile->tag)) {
38 tile->zcomp |= ((tile->tag->offset ) >> 8);
39 tile->zcomp |= ((tile->tag->offset + tags - 1) >> 8) << 13;
H A Dnv25.c35 if (!nouveau_mm_head(&pfb->tags, 0, 1, tags, tags, 1, &tile->tag)) {
38 tile->zcomp |= tile->tag->offset;
/drivers/s390/scsi/
H A Dzfcp_dbf.h62 * @tag: identifier string specifying the location of initiation
74 char tag[ZFCP_DBF_TAG_LEN]; member in struct:zfcp_dbf_rec
101 * @tag: identifier string specifying the location of initiation
108 char tag[ZFCP_DBF_TAG_LEN]; member in struct:zfcp_dbf_san
163 * @tag: identifier string specifying the location of initiation
173 char tag[ZFCP_DBF_TAG_LEN]; member in struct:zfcp_dbf_hba
197 * @tag: identifier string specifying the location of initiation
212 char tag[ZFCP_DBF_TAG_LEN]; member in struct:zfcp_dbf_scsi
279 void zfcp_dbf_hba_fsf_resp(char *tag, int level, struct zfcp_fsf_req *req) argument
282 zfcp_dbf_hba_fsf_res(tag, re
314 _zfcp_dbf_scsi(char *tag, int level, struct scsi_cmnd *scmd, struct zfcp_fsf_req *req) argument
357 zfcp_dbf_scsi_abort(char *tag, struct scsi_cmnd *scmd, struct zfcp_fsf_req *fsf_req) argument
370 zfcp_dbf_scsi_devreset(char *tag, struct scsi_cmnd *scmnd, u8 flag) argument
[all...]
H A Dzfcp_dbf.c65 * @tag: tag indicating which kind of unsolicited status has been received
68 void zfcp_dbf_hba_fsf_res(char *tag, struct zfcp_fsf_req *req) argument
79 memcpy(rec->tag, tag, ZFCP_DBF_TAG_LEN);
106 * @tag: tag indicating which kind of unsolicited status has been received
109 void zfcp_dbf_hba_fsf_uss(char *tag, struct zfcp_fsf_req *req) argument
119 memcpy(rec->tag, tag, ZFCP_DBF_TAG_LE
152 zfcp_dbf_hba_bit_err(char *tag, struct zfcp_fsf_req *req) argument
214 zfcp_dbf_hba_basic(char *tag, struct zfcp_adapter *adapter) argument
258 zfcp_dbf_rec_trig(char *tag, struct zfcp_adapter *adapter, struct zfcp_port *port, struct scsi_device *sdev, u8 want, u8 need) argument
293 zfcp_dbf_rec_run(char *tag, struct zfcp_erp_action *erp) argument
324 zfcp_dbf_san(char *tag, struct zfcp_dbf *dbf, void *data, u8 id, u16 len, u64 req_id, u32 d_id) argument
351 zfcp_dbf_san_req(char *tag, struct zfcp_fsf_req *fsf, u32 d_id) argument
367 zfcp_dbf_san_res(char *tag, struct zfcp_fsf_req *fsf) argument
383 zfcp_dbf_san_in_els(char *tag, struct zfcp_fsf_req *fsf) argument
402 zfcp_dbf_scsi(char *tag, struct scsi_cmnd *sc, struct zfcp_fsf_req *fsf) argument
[all...]
/drivers/scsi/be2iscsi/
H A Dbe_mgmt.c164 unsigned int tag = 0; local
168 tag = alloc_mcc_tag(phba);
169 if (!tag) {
171 return tag;
177 wrb->tag0 |= tag;
192 return tag;
212 unsigned int tag = 0; local
219 tag = alloc_mcc_tag(phba);
220 if (!tag) {
222 return tag;
247 unsigned int tag = 0; local
279 unsigned int tag = 0; local
489 unsigned int tag = 0; local
593 unsigned int i, tag = 0; local
638 unsigned int tag = 0; local
672 unsigned int tag = 0; local
720 unsigned int tag = 0; local
852 unsigned int tag; local
1248 unsigned int tag = 0; local
1275 unsigned int tag = 0; local
1319 unsigned int tag; local
1399 unsigned int tag; local
[all...]
/drivers/media/usb/as102/
H A Das10x_cmd_cfg.c27 * @tag: context tag
32 int as10x_cmd_get_context(struct as10x_bus_adapter_t *adap, uint16_t tag, argument
47 pcmd->body.context.req.tag = cpu_to_le16(tag);
83 * @tag: context tag
88 int as10x_cmd_set_context(struct as10x_bus_adapter_t *adap, uint16_t tag, argument
105 pcmd->body.context.req.tag = cpu_to_le16(tag);
[all...]
/drivers/char/
H A Dps3flash.c39 int tag; /* Start sector of buffer, -1 if invalid */ member in struct:ps3flash_private
65 if (!priv->dirty || priv->tag < 0)
68 res = ps3flash_read_write_sectors(dev, priv->tag, 1);
81 if (start_sector == priv->tag)
88 priv->tag = -1;
94 priv->tag = start_sector;
211 else if (sector != priv->tag)
231 priv->tag = sector;
303 u64 tag, status; local
305 res = lv1_storage_get_async_status(dev->sbd.dev_id, &tag,
[all...]
/drivers/block/rsxx/
H A Ddma.c48 u8 tag; member in struct:hw_status
62 u8 tag; member in struct:hw_cmd
139 int tag,
142 trackers->list[tag].dma = dma;
146 int tag)
148 return trackers->list[tag].dma;
153 int tag; local
156 tag = trackers->head;
157 if (tag != -1) {
158 trackers->head = trackers->list[tag]
138 set_tracker_dma(struct dma_tracker_list *trackers, int tag, struct rsxx_dma *dma) argument
145 get_tracker_dma(struct dma_tracker_list *trackers, int tag) argument
166 push_tracker(struct dma_tracker_list *trackers, int tag) argument
399 int tag; local
480 ctrl->id, dma->laddr, tag, ctrl->cmd.idx); local
514 u8 tag; local
555 ctrl->id, dma->laddr, tag, status, count, local
[all...]
/drivers/gpu/drm/nouveau/core/subdev/gpio/
H A Dbase.c46 nouveau_gpio_find(struct nouveau_gpio *gpio, int idx, u8 tag, u8 line, argument
53 if (line == 0xff && tag == 0xff)
56 data = dcb_gpio_match(bios, idx, tag, line, &ver, &len, func);
62 if (tag == DCB_GPIO_TVDAC0) {
77 nouveau_gpio_set(struct nouveau_gpio *gpio, int idx, u8 tag, u8 line, int state) argument
82 ret = nouveau_gpio_find(gpio, idx, tag, line, &func);
93 nouveau_gpio_get(struct nouveau_gpio *gpio, int idx, u8 tag, u8 line) argument
98 ret = nouveau_gpio_find(gpio, idx, tag, line, &func);
/drivers/pnp/pnpbios/
H A Drsparser.c44 * end tag ->
46 * end tag ->
48 * final end tag ->
83 unsigned int len, tag; local
95 /* determine the type of tag */
96 if (p[0] & LARGE_TAG) { /* large tag */
98 tag = p[0];
99 } else { /* small tag */
101 tag = ((p[0] >> 3) & 0x0f);
104 switch (tag) {
319 unsigned int len, tag; local
434 int len, tag; local
662 unsigned int len, tag; local
[all...]
/drivers/input/tablet/
H A Dgtco.c209 __u8 tag; local
257 /* What we do depends on the tag type */
258 tag = PREF_TAG(prefix);
263 switch (tag) {
267 * The INPUT MAIN tag signifies this is
387 indentstr, tag, maintype, size, globtype, data);
392 indentstr, tag, maintype, size, globtype, data16);
397 indentstr, tag, maintype, size, globtype, data32);
403 switch (tag) {
406 * First time we hit the global usage tag,
[all...]
/drivers/scsi/
H A Dstex.c216 __le16 tag; member in struct:req_msg
228 __le16 tag; member in struct:status_msg
503 stex_send_cmd(struct st_hba *hba, struct req_msg *req, u16 tag) argument
505 req->tag = cpu_to_le16(tag);
507 hba->ccb[tag].req = req;
516 stex_ss_send_cmd(struct st_hba *hba, struct req_msg *req, u16 tag) argument
522 req->tag = cpu_to_le16(tag);
524 hba->ccb[tag]
581 u16 tag; local
775 u16 tag; local
892 u16 tag; local
1159 u16 tag = cmd->request->tag; local
1292 u16 tag; local
1731 u16 tag = 0; local
[all...]

Completed in 2195 milliseconds

1234567891011>>