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

<<11121314151617181920>>

/linux-master/drivers/firewire/
H A Dpacket-serdes-test.c170 static void serialize_isoc_header(u32 *header, unsigned int data_length, unsigned int tag, argument
174 isoc_header_set_tag(header, tag);
180 static void deserialize_isoc_header(u32 header, unsigned int *data_length, unsigned int *tag, argument
184 *tag = isoc_header_get_tag(header);
544 unsigned int tag; local
549 deserialize_isoc_header(expected, &data_length, &tag, &channel, &tcode, &sy);
552 KUNIT_EXPECT_EQ(test, 0x02, tag);
557 serialize_isoc_header(&header, data_length, tag, channel, tcode, sy);
/linux-master/include/linux/
H A Dlibata.h606 unsigned int tag; /* libata core tag */ member in struct:ata_queued_cmd
607 unsigned int hw_tag; /* driver tag */
784 unsigned int active_tag; /* active tag on this link */
1579 static inline bool ata_tag_internal(unsigned int tag) argument
1581 return tag == ATA_TAG_INTERNAL;
1584 static inline bool ata_tag_valid(unsigned int tag) argument
1586 return tag < ATA_MAX_QUEUE || ata_tag_internal(tag);
1589 #define __ata_qc_for_each(ap, qc, tag, max_ta
1785 __ata_qc_from_tag(struct ata_port *ap, unsigned int tag) argument
1793 ata_qc_from_tag(struct ata_port *ap, unsigned int tag) argument
[all...]
/linux-master/drivers/usb/gadget/function/
H A Dtcm.h35 /* SAS port target portal group tag for TCM */
79 u16 tag; member in struct:usbg_cmd
/linux-master/net/ipv6/netfilter/
H A Dip6t_srh.c111 !(srh->tag == srhinfo->tag)))
199 !(srh->tag == srhinfo->tag)))
/linux-master/drivers/net/wireless/ti/wl18xx/
H A Dscan.h80 u8 tag; member in struct:wl18xx_cmd_scan_params
/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/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/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/block/
H A Dblk-flush.c227 /* release the tag's ownership to the req cloned from */
249 flush_rq->tag = BLK_MQ_NO_TAG;
318 * In case of none scheduler, borrow tag from the first request
320 * the tag's ownership for flush req.
322 * In case of IO scheduler, flush rq need to borrow scheduler tag
323 * just for cheating put/get driver tag.
329 flush_rq->tag = first_rq->tag;
363 WARN_ON(rq->tag < 0);
/linux-master/include/sound/sof/
H A Dinfo.h52 uint8_t tag[6]; member in struct:sof_ipc_fw_version
/linux-master/tools/perf/util/
H A Dmem-events.h13 const char *tag; member in struct:perf_mem_event
/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/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

Completed in 218 milliseconds

<<11121314151617181920>>