Searched refs:tag (Results 51 - 75 of 932) sorted by relevance

1234567891011>>

/linux-master/include/drm/
H A Ddrm_vma_manager.h76 int drm_vma_node_allow(struct drm_vma_offset_node *node, struct drm_file *tag);
77 int drm_vma_node_allow_once(struct drm_vma_offset_node *node, struct drm_file *tag);
79 struct drm_file *tag);
81 struct drm_file *tag);
232 * @tag: Tag of file to check
234 * This checks whether @tag is granted access to @node. It is the same as
242 struct drm_file *tag)
244 return drm_vma_node_is_allowed(node, tag) ? 0 : -EACCES;
241 drm_vma_node_verify_access(struct drm_vma_offset_node *node, struct drm_file *tag) argument
/linux-master/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dmcu.h66 __le16 tag; member in struct:mt7925_txpwr_req
77 __le16 tag; member in struct:mt7925_txpwr_event
209 __le16 tag; member in struct:scan_req_tlv
229 __le16 tag; member in struct:scan_ssid_tlv
243 __le16 tag; member in struct:scan_bssid_tlv
254 __le16 tag; member in struct:scan_chan_info_tlv
270 __le16 tag; member in struct:scan_ie_tlv
280 __le16 tag; member in struct:scan_misc_tlv
288 __le16 tag; member in struct:scan_sched_req
299 __le16 tag; member in struct:scan_sched_ssid_match_sets
309 __le16 tag; member in struct:scan_sched_enable
322 __le16 tag; member in struct:mbmc_conf_tlv
331 __le16 tag; member in struct:edca
349 __le16 tag; member in struct:bss_rate_tlv
362 __le16 tag; member in struct:bss_mld_tlv
373 __le16 tag; member in struct:sta_rec_ba_uni
386 __le16 tag; member in struct:sta_rec_eht
401 __le16 tag; member in struct:sta_rec_sec_uni
419 __le16 tag; member in struct:sta_rec_hdr_trans
428 __le16 tag; member in struct:sta_rec_mld
444 __le16 tag; member in struct:bss_ifs_time_tlv
498 __le16 tag; member in struct:mt7925_tx_power_limit_tlv
518 __le16 tag; member in struct:mt7925_arpns_tlv
527 __le16 tag; member in struct:mt7925_wow_pattern_tlv
[all...]
/linux-master/drivers/staging/rtl8192e/
H A Drtl819x_BAProc.c72 u8 *tag = NULL; local
98 tag = skb_put(skb, 9);
99 *tag++ = ACT_CAT_BA;
100 *tag++ = type;
101 *tag++ = ba->dialog_token;
104 put_unaligned_le16(status_code, tag);
105 tag += 2;
108 put_unaligned_le16(ba->ba_param_set.short_data, tag);
109 tag += 2;
111 put_unaligned_le16(ba->ba_timeout_value, tag);
133 u8 *tag = NULL; local
218 u8 *dst = NULL, *dialog_token = NULL, *tag = NULL; local
308 u8 *dst = NULL, *dialog_token = NULL, *tag = NULL; local
[all...]
/linux-master/drivers/mmc/host/
H A Dcqhci-core.c36 static inline u8 *get_desc(struct cqhci_host *cq_host, u8 tag) argument
38 return cq_host->desc_base + (tag * cq_host->slot_sz);
41 static inline u8 *get_link_desc(struct cqhci_host *cq_host, u8 tag) argument
43 u8 *desc = get_desc(cq_host, tag);
48 static inline size_t get_trans_desc_offset(struct cqhci_host *cq_host, u8 tag) argument
50 return cq_host->trans_desc_len * cq_host->mmc->max_segs * tag;
53 static inline dma_addr_t get_trans_desc_dma(struct cqhci_host *cq_host, u8 tag) argument
55 size_t offset = get_trans_desc_offset(cq_host, tag);
60 static inline u8 *get_trans_desc(struct cqhci_host *cq_host, u8 tag) argument
62 size_t offset = get_trans_desc_offset(cq_host, tag);
67 setup_trans_desc(struct cqhci_host *cq_host, u8 tag) argument
422 cqhci_prep_task_desc(struct mmc_request *mrq, struct cqhci_host *cq_host, int tag) argument
499 cqhci_prep_tran_desc(struct mmc_request *mrq, struct cqhci_host *cq_host, int tag) argument
595 int tag = cqhci_tag(mrq); local
697 int tag; local
778 cqhci_finish_mrq(struct mmc_host *mmc, unsigned int tag) argument
816 unsigned long tag = 0, comp_status; local
897 int tag = cqhci_tag(mrq); local
1023 cqhci_recover_mrq(struct cqhci_host *cq_host, unsigned int tag) argument
[all...]
/linux-master/arch/x86/math-emu/
H A Dreg_add_sub.c45 int diff, tag, expa, expb; local
55 tag =
71 tag =
75 tag =
87 if (tag < 0) {
89 return tag;
91 FPU_settagi(deststnr, tag);
92 return tag;
134 int diff, tag = 0, expa, expb, deststnr; local
185 tag
[all...]
/linux-master/drivers/scsi/fnic/
H A Dfcpio.h105 * The header command tag. All host requests will use the "tag" field
106 * to mark commands with a unique tag. When the firmware responds to
107 * a host request, it will copy the tag field into the response.
110 * of the tag field will be the target command and target task management
125 fcpio_tag_id_enc(struct fcpio_tag *tag, u32 id) argument
127 tag->u.req_id = id;
131 fcpio_tag_id_dec(struct fcpio_tag *tag, u32 *id) argument
133 *id = tag->u.req_id;
137 fcpio_tag_exid_enc(struct fcpio_tag *tag, u1 argument
144 fcpio_tag_exid_dec(struct fcpio_tag *tag, u16 *ox_id, u16 *rx_id) argument
158 struct fcpio_tag tag; /* header tag */ member in struct:fcpio_header
162 fcpio_header_enc(struct fcpio_header *hdr, u8 type, u8 status, struct fcpio_tag tag) argument
173 fcpio_header_dec(struct fcpio_header *hdr, u8 *type, u8 *status, struct fcpio_tag *tag) argument
[all...]
/linux-master/drivers/net/ethernet/cavium/liquidio/
H A Docteon_nic.h121 union octnic_cmd_setup *setup, u32 tag)
142 if (tag)
143 ih2->tag = tag;
145 ih2->tag = LIO_DATA(port);
175 union octnic_cmd_setup *setup, u32 tag)
210 if (tag)
211 pki_ih3->tag = tag;
213 pki_ih3->tag
119 octnet_prepare_pci_cmd_o2(struct octeon_device *oct, union octeon_instr_64B *cmd, union octnic_cmd_setup *setup, u32 tag) argument
173 octnet_prepare_pci_cmd_o3(struct octeon_device *oct, union octeon_instr_64B *cmd, union octnic_cmd_setup *setup, u32 tag) argument
243 octnet_prepare_pci_cmd(struct octeon_device *oct, union octeon_instr_64B *cmd, union octnic_cmd_setup *setup, u32 tag) argument
[all...]
/linux-master/include/scsi/
H A Dsrp.h130 u64 tag; member in struct:srp_login_req
150 u64 tag; member in struct:srp_login_req_rdma
178 u64 tag __packed __aligned(4);
190 u64 tag; member in struct:srp_login_rej
199 u64 tag; member in struct:srp_i_logout
207 u64 tag; member in struct:srp_t_logout
214 u64 tag; member in struct:srp_tsk_mgmt
231 u64 tag; member in struct:srp_cmd
261 u64 tag __packed __aligned(4);
277 u64 tag; member in struct:srp_cred_req
283 u64 tag; member in struct:srp_cred_rsp
307 u64 tag; member in struct:srp_aer_rsp
[all...]
/linux-master/tools/testing/selftests/arm64/mte/
H A Dcheck_tags_inclusion.c52 int tag, run, ret, result = KSFT_PASS; local
59 for (tag = 0; (tag < MT_TAG_COUNT) && (result == KSFT_PASS); tag++) {
60 ret = mte_switch_mode(mode, MT_INCLUDE_VALID_TAG(tag));
63 /* Try to catch a excluded tag by a number of tries. */
66 /* Check tag value */
67 if (MT_FETCH_TAG((uintptr_t)ptr) == tag) {
68 ksft_print_msg("FAIL: wrong tag = 0x%x with include mask=0x%x\n",
70 MT_INCLUDE_VALID_TAG(tag));
84 int tag, run, result = KSFT_PASS; local
[all...]
/linux-master/net/dsa/
H A Dtag_ksz.c3 * net/dsa/tag_ksz.c - Microchip KSZ Switch tag format handling
13 #include "tag.h"
20 /* Typically only one byte is used for tail tag. */
105 * DA(6bytes)|SA(6bytes)|....|Data(nbytes)|tag(1byte)|FCS(4bytes)
107 * tag : each bit represents port (eg, 0x01=port1, 0x02=port2, 0x10=port5)
124 u8 *tag; local
130 tag = skb_put(skb, KSZ_INGRESS_TAG_LEN);
133 *tag = 1 << dp->index;
135 *tag |= KSZ8795_TAIL_TAG_OVERRIDE;
142 u8 *tag local
185 ksz_rcv_timestamp(struct sk_buff *skb, u8 *tag) argument
277 __be16 *tag; local
312 u8 *tag = skb_tail_pointer(skb) - KSZ_EGRESS_TAG_LEN; local
349 u8 *tag; local
415 __be16 *tag; local
[all...]
H A Dtag_rzn1_a5psw.c13 #include "tag.h"
30 /* This is both used for xmit tag and rcv tagging */
58 /* make room between MACs and Ether-Type to insert tag */
75 struct a5psw_tag *tag; local
84 tag = dsa_etype_header_pos_rx(skb);
86 if (tag->ctrl_tag != htons(ETH_P_DSA_A5PSW)) {
91 port = FIELD_GET(A5PSW_CTRL_DATA_PORT, ntohs(tag->ctrl_data));
113 MODULE_DESCRIPTION("DSA tag driver for Renesas RZ/N1 A5PSW switch");
/linux-master/crypto/
H A Drsa_helper.c16 int rsa_get_n(void *context, size_t hdrlen, unsigned char tag, argument
46 int rsa_get_e(void *context, size_t hdrlen, unsigned char tag, argument
61 int rsa_get_d(void *context, size_t hdrlen, unsigned char tag, argument
76 int rsa_get_p(void *context, size_t hdrlen, unsigned char tag, argument
91 int rsa_get_q(void *context, size_t hdrlen, unsigned char tag, argument
106 int rsa_get_dp(void *context, size_t hdrlen, unsigned char tag, argument
121 int rsa_get_dq(void *context, size_t hdrlen, unsigned char tag, argument
136 int rsa_get_qinv(void *context, size_t hdrlen, unsigned char tag, argument
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dnv25.c35 if (!nvkm_mm_head(&fb->tags.mm, 0, 1, tags, tags, 1, &tile->tag)) {
38 tile->zcomp |= tile->tag->offset;
H A Dnv40.c36 !nvkm_mm_head(&fb->tags.mm, 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 Dnv36.c35 if (!nvkm_mm_head(&fb->tags.mm, 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 Dnv35.c35 if (!nvkm_mm_head(&fb->tags.mm, 0, 1, tags, tags, 1, &tile->tag)) {
38 tile->zcomp |= ((tile->tag->offset ) >> 6);
39 tile->zcomp |= ((tile->tag->offset + tags - 1) >> 6) << 13;
/linux-master/scripts/dtc/libfdt/
H A Dfdt.h37 fdt32_t tag; member in struct:fdt_node_header
42 fdt32_t tag; member in struct:fdt_property
/linux-master/drivers/scsi/pm8001/
H A Dpm8001_hwi.h154 __le32 tag; member in struct:phy_start_req
166 __le32 tag; member in struct:phy_stop_req
217 __le32 tag; member in struct:sata_completion_resp
243 __le32 tag; member in struct:reg_dev_req
260 __le32 tag; member in struct:dereg_dev_req
272 __le32 tag; member in struct:dev_reg_resp
284 __le32 tag; member in struct:local_phy_ctl_req
295 __le32 tag; member in struct:local_phy_ctl_resp
311 __le32 tag; member in struct:port_ctl_req
325 __le32 tag; member in struct:hw_event_ack_req
338 __le32 tag; member in struct:ssp_completion_resp
355 __le32 tag; member in struct:sata_event_resp
368 __le32 tag; member in struct:ssp_event_resp
393 __le32 tag; member in struct:smp_req
419 __le32 tag; member in struct:smp_completion_resp
430 __le32 tag; member in struct:task_abort_req
442 __le32 tag; member in struct:task_abort_resp
454 __le32 tag; member in struct:sas_diag_start_end_req
465 __le32 tag; member in struct:sas_diag_execute_req
483 __le32 tag; member in struct:set_dev_state_req
494 __le32 tag; member in struct:sas_re_initialization_req
515 __le32 tag; member in struct:sata_start_req
533 __le32 tag; member in struct:ssp_ini_tm_start_req
563 __le32 tag; member in struct:ssp_ini_io_start_req
580 __le32 tag; member in struct:fw_flash_Update_req
599 __le32 tag; member in struct:fw_flash_Update_resp
610 __le32 tag; member in struct:get_nvm_data_req
622 __le32 tag; member in struct:set_nvm_data_req
649 __le32 tag; member in struct:get_nvm_data_resp
662 __le32 tag; member in struct:sas_diag_start_end_resp
674 __le32 tag; member in struct:sas_diag_execute_resp
688 __le32 tag; member in struct:set_dev_state_resp
[all...]
/linux-master/include/uapi/linux/
H A Dmctp.h57 * MCTP network ID as part of the allocated tag. Using this assumes the default
65 * populate with the allocated tag value. Returned tag value will
68 * For SIOCMCTPDROPTAG: userspace provides tag value to drop, from
71 __u8 tag; member in struct:mctp_ioc_tag_ctl
90 * populate with the allocated tag value. Returned tag value will
93 * For SIOCMCTPDROPTAG2: userspace provides tag value to drop, from
96 __u8 tag; member in struct:mctp_ioc_tag_ctl2
/linux-master/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H A Dhw_atl2_llh.h28 /* set l2 unicast filter tag */
29 void hw_atl2_rpfl2_uc_flr_tag_set(struct aq_hw_s *aq_hw, u32 tag, u32 filter);
31 /* set l2 broadcast filter tag */
32 void hw_atl2_rpfl2_bc_flr_tag_set(struct aq_hw_s *aq_hw, u32 tag);
38 /* Set VLAN filter tag */
39 void hw_atl2_rpf_vlan_flr_tag_set(struct aq_hw_s *aq_hw, u32 tag, u32 filter);
67 u32 tag, u32 mask, u32 action);
/linux-master/lib/
H A Dasn1_decoder.c61 unsigned char tag, tmp; local
72 /* Extract a tag from the data */
73 tag = data[dp++];
74 if (tag == ASN1_EOC) {
86 if (unlikely((tag & 0x1f) == ASN1_LONG_TAG)) {
101 if (unlikely((tag & ASN1_CONS_BIT) == ASN1_PRIM << 5))
176 unsigned char tag = 0, csp = 0, jsp = 0, optag = 0, hdr = 0; local
184 #define FLAG_LAST_MATCHED 0x04 /* Last tag matched */
185 #define FLAG_CONS 0x20 /* Corresponds to CONS bit in the opcode tag
209 /* If this command is meant to match a tag, the
[all...]
/linux-master/drivers/interconnect/
H A Dinternal.h18 * @tag: path tag (optional)
27 u32 tag; member in struct:icc_req
/linux-master/drivers/s390/scsi/
H A Dzfcp_dbf.h70 * @tag: identifier string specifying the location of initiation
83 char tag[ZFCP_DBF_TAG_LEN]; member in struct:zfcp_dbf_rec
110 * @tag: identifier string specifying the location of initiation
117 char tag[ZFCP_DBF_TAG_LEN]; member in struct:zfcp_dbf_san
185 * @ZFCP_DBF_HBA_BASIC: basic adapter event, only trace tag, no other data
199 * @tag: identifier string specifying the location of initiation
213 char tag[ZFCP_DBF_TAG_LEN]; member in struct:zfcp_dbf_hba
238 * @tag: identifier string specifying the location of initiation
254 char tag[ZFCP_DBF_TAG_LEN]; member in struct:zfcp_dbf_scsi
346 void zfcp_dbf_hba_fsf_resp(char *tag, in argument
387 _zfcp_dbf_scsi(char *tag, int level, struct scsi_cmnd *scmd, struct zfcp_fsf_req *req) argument
430 zfcp_dbf_scsi_abort(char *tag, struct scsi_cmnd *scmd, struct zfcp_fsf_req *fsf_req) argument
444 zfcp_dbf_scsi_devreset(char *tag, struct scsi_device *sdev, u8 flag, struct zfcp_fsf_req *fsf_req) argument
[all...]
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dgpio.h30 int nvkm_gpio_find(struct nvkm_gpio *, int idx, u8 tag, u8 line,
32 int nvkm_gpio_set(struct nvkm_gpio *, int idx, u8 tag, u8 line, int state);
33 int nvkm_gpio_get(struct nvkm_gpio *, int idx, u8 tag, u8 line);
/linux-master/drivers/scsi/be2iscsi/
H A Dbe_mgmt.c40 unsigned int tag = 0; local
79 wrb = alloc_mcc_wrb(phba, &tag);
92 be_mcc_notify(phba, tag);
95 return tag;
125 unsigned int tag = 0; local
149 wrb = alloc_mcc_wrb(phba, &tag);
208 be_mcc_notify(phba, tag);
210 return tag;
231 unsigned int tag; local
235 wrb = alloc_mcc_wrb(phba, &tag);
306 __beiscsi_eq_delay_compl(struct beiscsi_hba *phba, unsigned int tag) argument
394 unsigned int tag; local
723 unsigned int tag; local
819 beiscsi_boot_process_compl(struct beiscsi_hba *phba, unsigned int tag) argument
930 unsigned int tag; local
969 unsigned int tag; local
1012 unsigned int tag; local
1058 unsigned int tag; local
1098 unsigned int tag; local
1440 unsigned int tag = 0; local
1477 unsigned int tag; local
1508 unsigned int i, tag; local
[all...]

Completed in 256 milliseconds

1234567891011>>