| /drivers/iommu/intel/ |
| A D | cache.c | 30 if (tag->domain_id != domain_id || tag->pasid != pasid) in cache_tage_match() 52 tag = kzalloc(sizeof(*tag), GFP_KERNEL); in cache_tag_assign() 53 if (!tag) in cache_tag_assign() 56 tag->type = type; in cache_tag_assign() 57 tag->iommu = iommu; in cache_tag_assign() 59 tag->pasid = pasid; in cache_tag_assign() 60 tag->users = 1; in cache_tag_assign() 63 tag->dev = dev; in cache_tag_assign() 73 kfree(tag); in cache_tag_assign() 108 kfree(tag); in cache_tag_unassign() [all …]
|
| A D | trace.h | 94 TP_PROTO(struct cache_tag *tag), 95 TP_ARGS(tag), 107 __entry->type = tag->type; 109 __entry->pasid = tag->pasid; 110 __entry->users = tag->users; 124 TP_PROTO(struct cache_tag *tag), 125 TP_ARGS(tag) 129 TP_PROTO(struct cache_tag *tag), 130 TP_ARGS(tag) 152 __entry->type = tag->type; [all …]
|
| /drivers/net/ethernet/mellanox/mlx5/core/steering/sws/ |
| A D | dr_ste_v0.c | 740 u8 *tag) in dr_ste_v0_build_eth_l2_src_dst_tag() argument 796 u8 *tag) in dr_ste_v0_build_eth_l3_ipv6_dst_tag() argument 822 u8 *tag) in dr_ste_v0_build_eth_l3_ipv6_src_tag() argument 848 u8 *tag) in dr_ste_v0_build_eth_l3_ipv4_5_tuple_tag() argument 1178 u8 *tag) in dr_ste_v0_build_eth_ipv6_l3_l4_tag() argument 1220 u8 *tag) in dr_ste_v0_build_mpls_tag() argument 1246 u8 *tag) in dr_ste_v0_build_tnl_gre_tag() argument 1277 u8 *tag) in dr_ste_v0_build_tnl_mpls_tag() argument 1408 u8 *tag) in dr_ste_v0_build_icmp_tag() argument 1498 u8 *tag) in dr_ste_v0_build_eth_l4_misc_tag() argument [all …]
|
| A D | dr_ste_v1.c | 1240 u8 *tag) in dr_ste_v1_build_eth_l2_src_tag() argument 1273 u8 *tag) in dr_ste_v1_build_eth_l2_dst_tag() argument 1323 u8 *tag) in dr_ste_v1_build_eth_l2_tnl_tag() argument 1375 u8 *tag) in dr_ste_v1_build_eth_l3_ipv4_misc_tag() argument 1437 u8 *tag) in dr_ste_v1_build_mpls_tag() argument 1488 u8 *tag) in dr_ste_v1_build_tnl_mpls_tag() argument 1533 u8 *tag) in dr_ste_v1_build_tnl_mpls_over_udp_tag() argument 1574 u8 *tag) in dr_ste_v1_build_tnl_mpls_over_gre_tag() argument 1615 u8 *tag) in dr_ste_v1_build_icmp_tag() argument 1785 u8 *tag) in dr_ste_v1_build_register_0_tag() argument [all …]
|
| A D | dr_ste.h | 27 MLX5_SET(ste_##lookup_type, tag, t_fname, value); \ 33 #define DR_STE_SET_TAG(lookup_type, tag, t_fname, spec, s_fname) \ argument 37 #define DR_STE_SET_ONES(lookup_type, tag, t_fname, spec, s_fname) \ argument 38 DR_STE_SET_VAL(lookup_type, tag, t_fname, spec, s_fname, -1) 40 #define DR_STE_SET_TCP_FLAGS(lookup_type, tag, spec) do { \ argument 52 #define DR_STE_SET_MPLS(lookup_type, mask, in_out, tag) do { \ argument 54 u8 *_tag = tag; \ 65 #define DR_STE_SET_FLEX_PARSER_FIELD(tag, fname, caps, spec) do { \ argument 67 u8 *parser_ptr = dr_ste_calc_flex_parser_offset(tag, parser_id); \ 106 dr_ste_calc_flex_parser_offset(u8 *tag, u8 parser_id) in dr_ste_calc_flex_parser_offset() argument [all …]
|
| /drivers/net/ethernet/netronome/nfp/ |
| A D | ccm.c | 54 if (msg_tag == tag) { in __nfp_ccm_reply() 55 nfp_ccm_free_tag(ccm, tag); in __nfp_ccm_reply() 84 nfp_ccm_free_tag(ccm, tag); in nfp_ccm_reply_drop_tag() 106 tag), in nfp_ccm_wait_reply() 133 int reply_type, tag; in nfp_ccm_communicate() local 137 if (tag < 0) { in nfp_ccm_communicate() 140 return ERR_PTR(tag); in nfp_ccm_communicate() 146 hdr->tag = cpu_to_be16(tag); in nfp_ccm_communicate() 178 unsigned int tag; in nfp_ccm_rx() local 187 tag = nfp_ccm_get_tag(skb); in nfp_ccm_rx() [all …]
|
| /drivers/ata/ |
| A D | sata_dwc_460ex.c | 295 u8 tag = 0; in dma_dwc_xfer_done() local 313 tag, hsdevp->dma_pending[tag]); in dma_dwc_xfer_done() 431 hsdevp->dma_pending[tag], hsdevp->cmd_issued[tag]); in sata_dwc_error_intr() 528 tag = 0; in sata_dwc_isr() 615 tag = 0; in sata_dwc_isr() 618 tag++; in sata_dwc_isr() 704 __func__, tag, hsdevp->dma_pending[tag], dmacr); in sata_dwc_clear_dmacr() 951 tag = 0; in sata_dwc_bmdma_setup() 975 __func__, hsdevp->cmd_issued[tag], tag); in sata_dwc_bmdma_start_by_tag() 1004 tag = 0; in sata_dwc_bmdma_start() [all …]
|
| /drivers/scsi/be2iscsi/ |
| A D | be_mgmt.c | 95 return tag; in mgmt_vendor_specific_fw_cmd() 210 return tag; in mgmt_open_connection() 726 if (!tag) { in beiscsi_if_set_vlan() 836 if (phba->boot_struct.tag != tag) { in beiscsi_boot_process_compl() 839 __func__, tag, phba->boot_struct.tag); in beiscsi_boot_process_compl() 947 phba->boot_struct.tag = tag; in beiscsi_boot_logout_sess() 954 return tag; in beiscsi_boot_logout_sess() 986 phba->boot_struct.tag = tag; in beiscsi_boot_reopen_sess() 992 return tag; in beiscsi_boot_reopen_sess() 1044 phba->boot_struct.tag = tag; in beiscsi_boot_get_sinfo() [all …]
|
| A D | be_cmds.c | 93 unsigned int tag; in alloc_mcc_wrb() local 108 if (!tag) { in alloc_mcc_wrb() 118 *ref_tag = tag; in alloc_mcc_wrb() 131 wrb->tag0 = tag; in alloc_mcc_wrb() 146 tag = tag & MCC_Q_CMD_TAG_MASK; in free_mcc_wrb() 169 unsigned int tag, in __beiscsi_mcc_compl_status() argument 235 unsigned int tag, in beiscsi_mccq_compl_wait() argument 241 if (!tag || tag > MAX_MCC_CMD) { in beiscsi_mccq_compl_wait() 542 ctrl->ptag_state[tag].cbfn(phba, tag); in beiscsi_process_mcc_compl() 1228 unsigned int tag; in be_cmd_set_vlan() local [all …]
|
| /drivers/net/wireless/mediatek/mt76/mt7996/ |
| A D | mcu.h | 69 __le16 tag; member 125 __le16 tag; member 153 __le16 tag; member 172 __le16 tag; member 201 __le16 tag; member 231 __le16 tag; member 236 __le16 tag; member 248 __le16 tag; member 266 __le16 tag; member 285 __le16 tag; member [all …]
|
| /drivers/scsi/pm8001/ |
| A D | pm8001_hwi.h | 154 __le32 tag; member 166 __le32 tag; member 217 __le32 tag; member 243 __le32 tag; member 260 __le32 tag; member 272 __le32 tag; member 284 __le32 tag; member 295 __le32 tag; member 311 __le32 tag; member 325 __le32 tag; member [all …]
|
| A D | pm80xx_hwi.h | 352 __le32 tag; member 364 __le32 tag; member 414 __le32 tag; member 449 __le32 tag; member 465 __le32 tag; member 475 __le32 tag; member 486 __le32 tag; member 496 __le32 tag; member 511 __le32 tag; member 523 __le32 tag; member [all …]
|
| /drivers/staging/media/atomisp/pci/hive_isp_css_shared/host/ |
| A D | tag.c | 40 sh_css_encode_tag_descr(struct sh_css_tag_descr *tag) in sh_css_encode_tag_descr() argument 50 assert(tag); in sh_css_encode_tag_descr() 52 if (tag->num_captures < 0) { in sh_css_encode_tag_descr() 53 num_captures = -tag->num_captures; in sh_css_encode_tag_descr() 56 num_captures = tag->num_captures; in sh_css_encode_tag_descr() 59 skip = tag->skip; in sh_css_encode_tag_descr() 60 if (tag->offset < 0) { in sh_css_encode_tag_descr() 61 offset = -tag->offset; in sh_css_encode_tag_descr() 64 offset = tag->offset; in sh_css_encode_tag_descr() 67 exp_id = tag->exp_id; in sh_css_encode_tag_descr()
|
| /drivers/net/wireless/mediatek/mt76/mt7925/ |
| A D | mcu.h | 66 __le16 tag; member 77 __le16 tag; member 203 __le16 tag; member 223 __le16 tag; member 238 __le16 tag; member 250 __le16 tag; member 266 __le16 tag; member 276 __le16 tag; member 284 __le16 tag; member 295 __le16 tag; member [all …]
|
| /drivers/mmc/host/ |
| A D | cqhci-core.c | 605 int tag = cqhci_tag(mrq); in cqhci_request() local 662 mmc_hostname(mmc), tag); in cqhci_request() 707 int tag; in cqhci_error_irq() local 729 slot = &cq_host->slot[tag]; in cqhci_error_irq() 738 slot = &cq_host->slot[tag]; in cqhci_error_irq() 759 tag = __ffs(tdpe); in cqhci_error_irq() 760 tdpe &= ~(1 << tag); in cqhci_error_irq() 774 for (tag = 0; tag < NUM_SLOTS; tag++) { in cqhci_error_irq() 797 mmc_hostname(mmc), tag); in cqhci_finish_mrq() 857 mmc_hostname(mmc), tag); in cqhci_irq() [all …]
|
| A D | mmc_hsq.c | 28 unsigned int tag, need_change = 0; in mmc_hsq_modify_threshold() local 31 for (tag = 0; tag < HSQ_NUM_SLOTS; tag++) { in mmc_hsq_modify_threshold() 32 mrq = hsq->slot[tag].mrq; in mmc_hsq_modify_threshold() 94 int tag; in mmc_hsq_update_next_tag() local 106 tag = hsq->tag_slot[hsq->next_tag]; in mmc_hsq_update_next_tag() 108 hsq->next_tag = tag; in mmc_hsq_update_next_tag() 215 int tag = mrq->tag; in mmc_hsq_request() local 230 hsq->slot[tag].mrq = mrq; in mmc_hsq_request() 237 hsq->next_tag = tag; in mmc_hsq_request() 238 hsq->tail_tag = tag; in mmc_hsq_request() [all …]
|
| /drivers/gpu/drm/ |
| A D | drm_vma_manager.c | 266 if (tag == entry->vm_tag) { in vma_node_allow() 270 } else if (tag > entry->vm_tag) { in vma_node_allow() 282 new->vm_tag = tag; in vma_node_allow() 316 return vma_node_allow(node, tag, true); in drm_vma_node_allow() 341 return vma_node_allow(node, tag, false); in drm_vma_node_allow_once() 359 struct drm_file *tag) in drm_vma_node_revoke() argument 369 if (tag == entry->vm_tag) { in drm_vma_node_revoke() 375 } else if (tag > entry->vm_tag) { in drm_vma_node_revoke() 400 struct drm_file *tag) in drm_vma_node_is_allowed() argument 410 if (tag == entry->vm_tag) in drm_vma_node_is_allowed() [all …]
|
| /drivers/s390/scsi/ |
| A D | zfcp_dbf.c | 81 memcpy(rec->tag, tag, ZFCP_DBF_TAG_LEN); in zfcp_dbf_hba_fsf_res() 131 memcpy(rec->tag, tag, ZFCP_DBF_TAG_LEN); in zfcp_dbf_hba_fsf_fces() 170 memcpy(rec->tag, tag, ZFCP_DBF_TAG_LEN); in zfcp_dbf_hba_fsf_reqid() 209 memcpy(rec->tag, tag, ZFCP_DBF_TAG_LEN); in zfcp_dbf_hba_fsf_uss() 256 memcpy(rec->tag, tag, ZFCP_DBF_TAG_LEN); in zfcp_dbf_hba_bit_err() 356 memcpy(rec->tag, tag, ZFCP_DBF_TAG_LEN); in zfcp_dbf_rec_trig() 413 memcpy(rec->tag, tag, ZFCP_DBF_TAG_LEN); in zfcp_dbf_rec_run_lvl() 464 memcpy(rec->tag, tag, ZFCP_DBF_TAG_LEN); in zfcp_dbf_rec_run_wka() 498 memcpy(rec->tag, tag, ZFCP_DBF_TAG_LEN); in zfcp_dbf_san() 685 memcpy(rec->tag, tag, ZFCP_DBF_TAG_LEN); in zfcp_dbf_scsi_common() [all …]
|
| A D | zfcp_dbf.h | 83 char tag[ZFCP_DBF_TAG_LEN]; member 117 char tag[ZFCP_DBF_TAG_LEN]; member 213 char tag[ZFCP_DBF_TAG_LEN]; member 254 char tag[ZFCP_DBF_TAG_LEN]; member 349 zfcp_dbf_hba_fsf_res(tag, level, req); in zfcp_dbf_hba_fsf_resp() 387 void _zfcp_dbf_scsi(char *tag, int level, struct scsi_cmnd *scmd, in _zfcp_dbf_scsi() argument 394 zfcp_dbf_scsi_common(tag, level, scmd->device, scmd, req); in _zfcp_dbf_scsi() 430 void zfcp_dbf_scsi_abort(char *tag, struct scsi_cmnd *scmd, in zfcp_dbf_scsi_abort() argument 433 _zfcp_dbf_scsi(tag, 1, scmd, fsf_req); in zfcp_dbf_scsi_abort() 444 void zfcp_dbf_scsi_devreset(char *tag, struct scsi_device *sdev, u8 flag, in zfcp_dbf_scsi_devreset() argument [all …]
|
| /drivers/net/ethernet/cavium/liquidio/ |
| A D | octeon_nic.h | 121 union octnic_cmd_setup *setup, u32 tag) in octnet_prepare_pci_cmd_o2() argument 142 if (tag) in octnet_prepare_pci_cmd_o2() 143 ih2->tag = tag; in octnet_prepare_pci_cmd_o2() 145 ih2->tag = LIO_DATA(port); in octnet_prepare_pci_cmd_o2() 175 union octnic_cmd_setup *setup, u32 tag) in octnet_prepare_pci_cmd_o3() argument 210 if (tag) in octnet_prepare_pci_cmd_o3() 211 pki_ih3->tag = tag; in octnet_prepare_pci_cmd_o3() 213 pki_ih3->tag = LIO_DATA(port); in octnet_prepare_pci_cmd_o3() 244 union octnic_cmd_setup *setup, u32 tag) in octnet_prepare_pci_cmd() argument 247 octnet_prepare_pci_cmd_o2(oct, cmd, setup, tag); in octnet_prepare_pci_cmd() [all …]
|
| /drivers/scsi/fnic/ |
| A D | fcpio.h | 125 fcpio_tag_id_enc(struct fcpio_tag *tag, u32 id) in fcpio_tag_id_enc() argument 127 tag->u.req_id = id; in fcpio_tag_id_enc() 133 *id = tag->u.req_id; in fcpio_tag_id_dec() 139 tag->u.ex_id.rx_id = rx_id; in fcpio_tag_exid_enc() 140 tag->u.ex_id.ox_id = ox_id; in fcpio_tag_exid_enc() 146 *rx_id = tag->u.ex_id.rx_id; in fcpio_tag_exid_dec() 147 *ox_id = tag->u.ex_id.ox_id; in fcpio_tag_exid_dec() 164 struct fcpio_tag tag) in fcpio_header_enc() argument 169 hdr->tag = tag; in fcpio_header_enc() 175 struct fcpio_tag *tag) in fcpio_header_dec() argument [all …]
|
| /drivers/net/wireless/mediatek/mt76/ |
| A D | mt76_connac_mcu.h | 197 __le16 tag; member 203 __le16 tag; member 214 __le16 tag; member 233 __le16 tag; member 245 __le16 tag; member 290 __le16 tag; member 303 __le16 tag; member 310 __le16 tag; member 321 __le16 tag; member 332 __le16 tag; member [all …]
|
| /drivers/scsi/snic/ |
| A D | snic_scsi.c | 301 sc, tag); in snic_issue_scsi_req() 1358 req_id = tag; in snic_issue_tm_req() 1622 tag); in snic_abort_cmd() 1657 u32 tag; in snic_is_abts_pending() local 1664 for (tag = 0; tag < snic->max_tag_id; tag++) { in snic_is_abts_pending() 1704 u32 tag, in snic_dr_clean_single_req() argument 1852 u32 tag = 0; in snic_dr_clean_pending_req() local 1855 for (tag = 0; tag < snic->max_tag_id; tag++) { in snic_dr_clean_pending_req() 2413 int tag; in snic_scsi_cleanup() local 2418 for (tag = 0; tag < snic->max_tag_id; tag++) { in snic_scsi_cleanup() [all …]
|
| /drivers/char/tpm/ |
| A D | tpm-buf.c | 18 int tpm_buf_init(struct tpm_buf *buf, u16 tag, u32 ordinal) in tpm_buf_init() argument 24 tpm_buf_reset(buf, tag, ordinal); in tpm_buf_init() 35 void tpm_buf_reset(struct tpm_buf *buf, u16 tag, u32 ordinal) in tpm_buf_reset() argument 39 WARN_ON(tag != TPM_TAG_RQU_COMMAND && tag != TPM2_ST_NO_SESSIONS && in tpm_buf_reset() 40 tag != TPM2_ST_SESSIONS && tag != 0); in tpm_buf_reset() 44 head->tag = cpu_to_be16(tag); in tpm_buf_reset()
|
| /drivers/tty/ |
| A D | vcc.c | 335 pkt.tag.type, pkt.tag.stype, in vcc_ldc_read() 336 pkt.tag.stype_env, pkt.tag.sid); in vcc_ldc_read() 344 pkt.tag.type, pkt.tag.stype, in vcc_ldc_read() 345 pkt.tag.stype_env, pkt.tag.sid); in vcc_ldc_read() 402 pkt->tag.type = VIO_TYPE_DATA; in vcc_tx_timer() 403 pkt->tag.stype = tosend; in vcc_tx_timer() 498 pkt.tag.type = VIO_TYPE_CTRL; in vcc_send_ctl() 499 pkt.tag.sid = ctl; in vcc_send_ctl() 500 pkt.tag.stype = 0; in vcc_send_ctl() 848 pkt->tag.stype = tosend; in vcc_write() [all …]
|