Searched refs:tag (Results 301 - 325 of 932) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/media/pci/ngene/
H A Dngene-cards.c824 u16 Addr = MICNG_EE_START, Length, tag = 0; local
830 tag = (EETag[0] << 8) | EETag[1];
831 if (tag == MICNG_EETAG_END0 || tag == MICNG_EETAG_END1)
833 if (tag == Tag)
839 tag, EETag[2]);
866 u16 tag = 0; local
872 tag = (EETag[0] << 8) | EETag[1];
873 if (tag == MICNG_EETAG_END0 || tag
919 eeprom_read_ushort(struct i2c_adapter *adapter, u16 tag, u16 *data) argument
935 eeprom_write_ushort(struct i2c_adapter *adapter, u16 tag, u16 data) argument
[all...]
/linux-master/drivers/scsi/elx/efct/
H A Defct_io.h55 * @init_task_tag: initiator task tag (OX_ID) for back-end and SCSI logging
56 * @tgt_task_tag: target task tag (RX_ID) for back-end and SCSI logging
58 * @tag: unique IO identifier
109 u32 tag; member in struct:efct_io
/linux-master/sound/synth/emux/
H A Demux_effect.c19 #define xoffsetof(type,tag) ((long)(&((type)NULL)->tag) - (long)(NULL))
21 #define parm_offset(tag) xoffsetof(struct soundfont_voice_parm *, tag)
/linux-master/drivers/target/iscsi/cxgbit/
H A Dcxgbit_ddp.c195 * the ddp tag will be used for the ttt in the outgoing r2t pdu
198 &ttinfo->tag, 0);
212 cxgbi_ppm_make_ppod_hdr(ppm, ttinfo->tag, csk->tid, sgl->offset,
259 pr_debug("cdev 0x%p, cmd 0x%p, tag 0x%x\n", cdev, cmd, ttinfo->tag);
260 r2t->targ_xfer_tag = ttinfo->tag;
/linux-master/include/uapi/linux/
H A Dif_pppox.h153 struct pppoe_tag tag[]; member in struct:pppoe_hdr
/linux-master/arch/m68k/include/uapi/asm/
H A Dbootinfo.h35 __be16 tag; /* tag ID */ member in struct:bi_record
/linux-master/include/sound/sof/
H A Dinfo.h52 uint8_t tag[6]; member in struct:sof_ipc_fw_version
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_mid.c1139 u16 tag, i = 0; local
1144 dsc->tag = TAG_FREED;
1146 tag = find_first_zero_bit(qp->buf_pool.buf_map, qp->buf_pool.num_bufs);
1147 if (tag >= qp->buf_pool.num_bufs) {
1152 if (tag == 0) {
1157 "qp(%d) unable to get tag.\n", qp->id);
1163 if (!qp->buf_pool.buf_array[tag]) {
1171 dsc->buf = qp->buf_pool.buf_array[tag] = buf;
1172 dsc->buf_dma = qp->buf_pool.dma_array[tag] = buf_dma;
1175 dsc->buf = qp->buf_pool.buf_array[tag];
[all...]
/linux-master/drivers/scsi/isci/
H A Dhost.h353 #define ISCI_TAG_SEQ(tag) (((tag) >> 12) & (SCI_MAX_SEQ-1))
354 #define ISCI_TAG_TCI(tag) ((tag) & (SCI_MAX_IO_REQUESTS-1))
/linux-master/drivers/interconnect/qcom/
H A Dicc-rpmh.h123 int qcom_icc_aggregate(struct icc_node *node, u32 tag, u32 avg_bw,
/linux-master/drivers/scsi/aic7xxx/
H A Daic7770_osm.c55 ahc->tag = BUS_SPACE_PIO;
/linux-master/block/
H A Dblk-flush.c225 /* release the tag's ownership to the req cloned from */
247 flush_rq->tag = BLK_MQ_NO_TAG;
316 * In case of none scheduler, borrow tag from the first request
318 * the tag's ownership for flush req.
320 * In case of IO scheduler, flush rq need to borrow scheduler tag
321 * just for cheating put/get driver tag.
327 flush_rq->tag = first_rq->tag;
361 WARN_ON(rq->tag < 0);
/linux-master/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dmcu.c111 .tag = cpu_to_le16(UNI_OFFLOAD_OFFLOAD_ND),
147 WARN_ON_ONCE((le16_to_cpu(grant->tag) != UNI_EVENT_ROC_GRANT));
714 __le16 tag; member in struct:__anon1275::roc_acquire_tlv
734 .tag = cpu_to_le16(UNI_ROC_ACQUIRE),
779 __le16 tag; member in struct:__anon1277::roc_abort_tlv
788 .tag = cpu_to_le16(UNI_ROC_ABORT),
884 __le16 tag; member in struct:__anon1280::ps_tlv
899 .tag = cpu_to_le16(UNI_BSS_INFO_PS),
923 __le16 tag; member in struct:__anon1282::bcnft_tlv
934 .tag
1078 __le16 tag; member in struct:__anon1286::sniffer_enable_tlv
1125 __le16 tag; member in struct:__anon1288::config_tlv
1181 __le16 tag; member in struct:__anon1290::bcn_content_tlv
[all...]
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_lwt_seg6local.c44 unsigned short tag; member in struct:ip6_srh_t
303 srh->tag = 0;
359 // Pop the Egress TLV, reset the flags, change the tag 2442 and finally do a
390 offset = sizeof(struct ip6_t) + offsetof(struct ip6_srh_t, tag);
398 // Inspect if the Egress TLV and flag have been removed, if the tag is correct,
413 if (srh->tag != bpf_htons(2442))
/linux-master/arch/x86/math-emu/
H A Dpoly_atan.c59 u_char tag; local
203 tag = FPU_round(st1_ptr, 1, 0, FULL_PRECISION, sign2);
204 FPU_settagi(1, tag);
/linux-master/sound/pci/lola/
H A Dlola_clock.c240 unsigned int tag; local
247 tag = (val >> LOLA_UNSOL_RESP_TAG_OFFSET) & LOLA_UNSOLICITED_TAG_MASK;
248 if (tag != LOLA_UNSOLICITED_TAG)
/linux-master/lib/
H A Dasn1_encoder.c39 /* need at least 3 bytes for tag, length and integer encoding */
158 /* need at least 3 bytes for tag, length and OID encoding */
180 * asn1_encode_length() - encode a length to follow an ASN.1 tag
186 * It will accept a negative length and place a zero length tag
244 * asn1_encode_tag() - add a tag for optional or explicit value
245 * @data: pointer to place tag at
247 * @tag: tag to be placed
253 * Standard usage is to pass in a @tag, @string and @length and the
254 * @string will be ASN.1 encoded with @tag an
270 asn1_encode_tag(unsigned char *data, const unsigned char *end_data, u32 tag, const unsigned char *string, int len) argument
[all...]
/linux-master/drivers/scsi/arm/
H A Dqueue.c202 * Function: struct scsi_cmnd *queue_remove_tgtluntag (queue, target, lun, tag)
203 * Purpose : remove a SCSI command from the queue for a specified target/lun/tag
207 * tag - tag on device
211 int tag)
221 scsi_cmd_to_rq(q->SCpnt)->tag == tag) {
210 queue_remove_tgtluntag(Queue_t *queue, int target, int lun, int tag) argument
/linux-master/arch/arm/mach-orion5x/
H A Dcommon.c367 void __init tag_fixup_mem32(struct tag *t, char **from)
370 if (t->hdr.tag == ATAG_MEM &&
376 t->hdr.tag = 0;
/linux-master/fs/jbd2/
H A Dcommit.c312 static void write_tag_block(journal_t *j, journal_block_tag_t *tag, argument
315 tag->t_blocknr = cpu_to_be32(block & (u32)~0);
317 tag->t_blocknr_high = cpu_to_be32((block >> 31) >> 1);
320 static void jbd2_block_tag_csum_set(journal_t *j, journal_block_tag_t *tag, argument
323 journal_block_tag3_t *tag3 = (journal_block_tag3_t *)tag;
340 tag->t_checksum = cpu_to_be16(csum32);
362 journal_block_tag_t *tag = NULL; local
672 /* Record the new block's tag in the current descriptor
681 tag = (journal_block_tag_t *) tagp;
682 write_tag_block(journal, tag, jh2b
[all...]
/linux-master/drivers/infiniband/hw/hns/
H A Dhns_roce_cmd.c171 u8 cmd, unsigned long tag)
183 mbox_msg.tag = tag;
170 hns_roce_cmd_mbox(struct hns_roce_dev *hr_dev, u64 in_param, u64 out_param, u8 cmd, unsigned long tag) argument
/linux-master/arch/m68k/kernel/
H A Dsetup_mm.c113 uint16_t tag; local
115 while ((tag = be16_to_cpu(record->tag)) != BI_LAST) {
120 switch (tag) {
190 pr_warn("%s: unknown tag 0x%04x ignored\n", __func__,
191 tag);
/linux-master/tools/perf/util/
H A Dprobe-finder.c318 int ret, tag; local
327 tag = dwarf_tag(&type);
330 (tag == DW_TAG_array_type || tag == DW_TAG_pointer_type)) {
340 if (tag == DW_TAG_pointer_type) {
352 } else if (tag == DW_TAG_pointer_type) {
365 tag = dwarf_tag(&type);
366 if (tag != DW_TAG_structure_type && tag != DW_TAG_union_type) {
381 if (tag !
1173 int tag; local
1400 int tag, ret; local
[all...]
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dtestmode.c307 int ret, tag; local
342 tag = FIELD_GET(WMI_TLV_TAG, *ptr);
347 if (tag == WMI_TAG_PDEV_SET_PARAM_CMD)
351 (tag == WMI_TAG_VDEV_SET_PARAM_CMD || tag == WMI_TAG_UNIT_TEST_CMD)) {
/linux-master/drivers/fsi/
H A Dfsi-master-gpio.c340 uint8_t tag; local
363 /* Read slave ID & response tag */
366 tag = msg.msg & 0x3;
369 if (tag == FSI_RESP_ACK && data_size)
392 *tagp = tag;
401 uint8_t tag; local
411 rc = read_one_response(master, 0, NULL, &tag);
416 } else if (tag != FSI_RESP_ACK) {
417 dev_err(master->dev, "TERM failed; response %d\n", tag);
430 uint8_t tag; local
[all...]

Completed in 234 milliseconds

<<11121314151617181920>>