/include/trace/events/ |
D | 9p.h | 81 TP_PROTO(struct p9_client *clnt, int8_t type, int tag), 83 TP_ARGS(clnt, type, tag), 88 __field( __u32, tag ) 94 __entry->tag = tag; 99 __entry->tag) 103 TP_PROTO(struct p9_client *clnt, int8_t type, int tag, int err), 105 TP_ARGS(clnt, type, tag, err), 110 __field( __u32, tag ) 117 __entry->tag = tag; 123 __entry->tag, __entry->err) [all …]
|
/include/scsi/ |
D | scsi_tcq.h | 38 static inline void scsi_set_tag_type(struct scsi_device *sdev, int tag) in scsi_set_tag_type() argument 40 switch (tag) { in scsi_set_tag_type() 104 *msg++ = req->tag; in scsi_populate_tag_msg() 119 static inline struct scsi_cmnd *scsi_find_tag(struct scsi_device *sdev, int tag) in scsi_find_tag() argument 124 if (tag != SCSI_NO_TAG) { in scsi_find_tag() 125 req = blk_queue_find_tag(sdev->request_queue, tag); in scsi_find_tag() 163 int tag) in scsi_host_find_tag() argument 167 if (tag != SCSI_NO_TAG) { in scsi_host_find_tag() 168 req = blk_map_queue_find_tag(shost->bqt, tag); in scsi_host_find_tag()
|
D | srp.h | 121 u64 tag; member 140 u64 tag; member 152 u64 tag; member 161 u64 tag; member 169 u64 tag; member 180 u64 tag; member 201 u64 tag; member 231 u64 tag; member 247 u64 tag; member 253 u64 tag; member [all …]
|
D | scsi_tgt_if.h | 52 aligned_u64 tag; member 80 aligned_u64 tag; member 86 aligned_u64 tag; member 92 aligned_u64 tag; member
|
D | sas.h | 322 __be16 tag; member 516 __be16 tag; member
|
/include/linux/usb/ |
D | uas.h | 11 __be16 tag; member 26 __be16 tag; member 42 __be16 tag; member
|
/include/linux/ |
D | radix-tree.h | 236 unsigned long index, unsigned int tag); 238 unsigned long index, unsigned int tag); 240 unsigned long index, unsigned int tag); 244 unsigned int tag); 248 unsigned int tag); 253 int radix_tree_tagged(struct radix_tree_root *root, unsigned int tag); 452 #define radix_tree_for_each_tagged(slot, root, iter, start, tag) \ argument 455 RADIX_TREE_ITER_TAGGED | tag)) ; \
|
D | virtio_9p.h | 41 __u8 tag[0]; member
|
D | virtio_balloon.h | 55 u16 tag; member
|
D | virtio_scsi.h | 12 u64 tag; /* Command identifier */ member 34 u64 tag; member
|
D | atmmpc.h | 25 __be32 tag; member 35 __be32 tag; member
|
D | drbd_tag_magic.h | 68 struct tag { struct 76 static const struct tag tag_descriptions[] = {
|
D | pagevec.h | 28 struct address_space *mapping, pgoff_t *index, int tag,
|
D | firewire.h | 338 static inline int fw_stream_packet_destination_id(int tag, int channel, int sy) in fw_stream_packet_destination_id() argument 340 return tag << 14 | channel << 8 | sy; in fw_stream_packet_destination_id() 367 u32 tag:2; /* tx: Tag in packet header */ member
|
D | module.h | 92 #define MODULE_INFO(tag, info) __MODULE_INFO(tag, tag, info) argument
|
D | fscache.h | 275 void fscache_release_cache_tag(struct fscache_cache_tag *tag) in fscache_release_cache_tag() argument 278 __fscache_release_cache_tag(tag); in fscache_release_cache_tag()
|
D | moduleparam.h | 22 #define __MODULE_INFO(tag, name, info) \ argument 25 = __stringify(tag) "=" info 28 #define __MODULE_INFO(tag, name, info) \ argument
|
D | libata.h | 567 unsigned int tag; member 1336 static inline unsigned int ata_tag_valid(unsigned int tag) in ata_tag_valid() argument 1338 return (tag < ATA_MAX_QUEUE) ? 1 : 0; in ata_tag_valid() 1341 static inline unsigned int ata_tag_internal(unsigned int tag) in ata_tag_internal() argument 1343 return tag == ATA_TAG_INTERNAL; in ata_tag_internal() 1475 unsigned int tag) in __ata_qc_from_tag() argument 1477 if (likely(ata_tag_valid(tag))) in __ata_qc_from_tag() 1478 return &ap->qcmd[tag]; in __ata_qc_from_tag() 1483 unsigned int tag) in ata_qc_from_tag() argument 1485 struct ata_queued_cmd *qc = __ata_qc_from_tag(ap, tag); in ata_qc_from_tag()
|
D | if_pppox.h | 146 struct pppoe_tag tag[0]; member
|
/include/linux/wimax/ |
D | debug.h | 199 #define _d_printf(l, tag, dev, f, a...) \ argument 205 printk(KERN_ERR "%s%s%s: " f, head, __func__, tag, ##a); \ 456 const char *submodule, u8 level, const char *tag) in d_submodule_set() argument 465 tag, itr, index); in d_submodule_set() 473 printk(KERN_ERR "%s: unknown submodule %s\n", tag, submodule); in d_submodule_set() 491 const char *_params, const char *tag) in d_parse_params() argument 517 submodule, level, tag); in d_parse_params() 521 tag, token, tokens); in d_parse_params()
|
/include/rdma/ |
D | ib_pma.h | 73 __be16 tag; member 81 __be16 tag; member 87 __be16 tag; member
|
/include/linux/uwb/ |
D | whci.h | 115 unsigned long max_ms, const char *tag);
|
/include/keys/ |
D | rxrpc-type.h | 56 s32 tag; member
|
/include/linux/ceph/ |
D | msgr.h | 107 __u8 tag; member
|
/include/sound/ |
D | asequencer.h | 278 char tag; member 462 char tag; /* Tag for REMOVE_TAG */ member
|