Searched refs:tag (Results 201 - 225 of 949) sorted by relevance

1234567891011>>

/linux-master/net/9p/
H A Dtrans_virtio.c81 * @tag: name to identify a mount null terminated
83 char *tag; member in struct:virtio_chan
575 tag_len = strlen(chan->tag);
577 memcpy(buf, chan->tag, tag_len + 1);
595 char *tag; local
632 tag = kzalloc(tag_len + 1, GFP_KERNEL);
633 if (!tag) {
638 virtio_cread_bytes(vdev, offsetof(struct virtio_9p_config, tag),
639 tag, tag_len);
640 chan->tag
[all...]
H A Dtrans_xen.c29 uint16_t tag; member in struct:xen_9pfs_header
54 char *tag; member in struct:xen_9pfs_front_priv
78 if (!strcmp(priv->tag, addr)) {
133 num = p9_req->tc.tag % XEN_9PFS_NUM_RINGS;
201 req = p9_tag_lookup(priv->client, h.tag);
203 dev_warn(&priv->dev->dev, "Wrong req tag=%x\n", h.tag);
212 "requested packet size too big: %d for tag %d with capacity %zd\n",
213 h.size, h.tag, req->rc.capacity);
220 req->rc.tag
[all...]
/linux-master/fs/smb/client/
H A Dreparse.c37 .reparse = { .tag = IO_REPARSE_TAG_SYMLINK, },
136 .reparse = { .tag = IO_REPARSE_TAG_NFS, .posix = p, },
152 u32 tag; local
154 switch ((tag = reparse_mode_wsl_tag(mode))) {
164 buf->ReparseTag = cpu_to_le32(tag);
277 .reparse = { .tag = le32_to_cpu(buf.ReparseTag), .buf = &buf, },
356 /* We handle Symbolic Link reparse tag here. See: MS-FSCC 2.1.2.4 */
399 cifs_dbg(VFS, "%s: unhandled reparse tag: 0x%08x\n",
420 u32 tag, struct cifs_fattr *fattr)
425 switch (tag) {
418 wsl_to_fattr(struct cifs_open_info_data *data, struct cifs_sb_info *cifs_sb, u32 tag, struct cifs_fattr *fattr) argument
479 u32 tag = data->reparse.tag; local
[all...]
/linux-master/drivers/net/ethernet/chelsio/libcxgb/
H A Dlibcxgb_ppm.c59 * pagepod entry is encoded into ddp tag which is used as the base
254 u32 tag; local
277 tag = cxgbi_ppm_make_ddp_tag(hwidx, pdata->color);
280 tag |= (per_tag_pg_idx << 30) & 0xC0000000;
283 *ddp_tag = tag;
285 pr_debug("ippm: sg %u, tag 0x%x(%u,%u), data 0x%lx.\n",
286 nr_pages, tag, idx, npods, caller_data);
292 void cxgbi_ppm_make_ppod_hdr(struct cxgbi_ppm *ppm, u32 tag, argument
297 /* The ddp tag in pagepod should be with bit 31:30 set to 0.
300 tag
[all...]
/linux-master/drivers/scsi/
H A Dps3rom.c130 atapi_cmnd.arglen, &dev->tag);
170 sectors, 0, dev->bounce_lpar, &dev->tag);
193 sectors, 0, dev->bounce_lpar, &dev->tag);
265 u64 tag, status; local
268 res = lv1_storage_get_async_status(dev->sbd.dev_id, &tag, &status);
275 if (tag != dev->tag)
277 "%s:%u: tag mismatch, got %llx, expected %llx\n",
278 __func__, __LINE__, tag, dev->tag);
[all...]
H A Dstex.c235 __le16 tag; member in struct:req_msg
247 __le16 tag; member in struct:status_msg
519 stex_send_cmd(struct st_hba *hba, struct req_msg *req, u16 tag) argument
521 req->tag = cpu_to_le16(tag);
523 hba->ccb[tag].req = req;
532 stex_ss_send_cmd(struct st_hba *hba, struct req_msg *req, u16 tag) argument
538 req->tag = cpu_to_le16(tag);
540 hba->ccb[tag]
570 u16 tag; local
604 u16 tag; local
803 u16 tag; local
920 u16 tag; local
1252 u16 tag = scsi_cmd_to_rq(cmd)->tag; local
1860 u16 tag = 0; local
[all...]
/linux-master/arch/sparc/include/asm/
H A Dvio.h43 struct vio_msg_tag tag; member in struct:vio_rdx
48 struct vio_msg_tag tag; member in struct:vio_ver_info
63 struct vio_msg_tag tag; member in struct:vio_dring_register
77 struct vio_msg_tag tag; member in struct:vio_dring_unregister
90 struct vio_msg_tag tag; member in struct:vio_dring_data
121 struct vio_msg_tag tag; member in struct:vio_disk_attr_info
214 struct vio_msg_tag tag; member in struct:vio_net_attr_info
238 struct vio_msg_tag tag; member in struct:vio_net_mcast_info
291 struct vio_msg_tag tag; member in struct:vio_vcc
/linux-master/drivers/staging/rtl8712/
H A Drtl871x_pwrctrl.c105 static inline void register_task_alive(struct pwrctrl_priv *pwrctrl, uint tag) argument
107 pwrctrl->alives |= tag;
110 static inline void unregister_task_alive(struct pwrctrl_priv *pwrctrl, uint tag) argument
112 if (pwrctrl->alives & tag)
113 pwrctrl->alives ^= tag;
/linux-master/fs/xfs/libxfs/
H A Dxfs_ag.h160 unsigned int tag);
167 int tag);
269 #define for_each_perag_tag(mp, agno, pag, tag) \
270 for ((agno) = 0, (pag) = xfs_perag_grab_tag((mp), 0, (tag)); \
274 (pag) = xfs_perag_grab_tag((mp), (agno), (tag)))
/linux-master/lib/
H A Dalloc_tag.c62 struct alloc_tag *tag = ct_to_alloc_tag(ct); local
63 struct alloc_tag_counters counter = alloc_tag_read(tag);
141 struct alloc_tag *tag; local
148 tag = ct_to_alloc_tag(ct);
149 counter = alloc_tag_read(tag);
/linux-master/net/ipv4/
H A Dcipso_ipv4.c6 * draft-ietf-cipso-ipsecurity-01.txt with additional tag types as found in
75 /* Restricted bitmap (tag #1) flags */
91 /* Base length of the restrictive category bitmap tag (tag #1). */
94 /* Base length of the enumerated category tag (tag #2). */
97 /* Base length of the ranged categories bitmap tag (tag #5). */
99 /* The maximum number of category ranges permitted in the ranged category tag
100 * (tag #
1227 cipso_v4_parsetag_rbm(const struct cipso_v4_doi *doi_def, const unsigned char *tag, struct netlbl_lsm_secattr *secattr) argument
1319 cipso_v4_parsetag_enum(const struct cipso_v4_doi *doi_def, const unsigned char *tag, struct netlbl_lsm_secattr *secattr) argument
1409 cipso_v4_parsetag_rng(const struct cipso_v4_doi *doi_def, const unsigned char *tag, struct netlbl_lsm_secattr *secattr) argument
1478 cipso_v4_parsetag_loc(const struct cipso_v4_doi *doi_def, const unsigned char *tag, struct netlbl_lsm_secattr *secattr) argument
1549 unsigned char *tag; local
[all...]
/linux-master/drivers/scsi/mvsas/
H A Dmv_sas.c12 static int mvs_find_tag(struct mvs_info *mvi, struct sas_task *task, u32 *tag) argument
17 *tag = slot->slot_tag;
23 static void mvs_tag_clear(struct mvs_info *mvi, u32 tag) argument
26 clear_bit(tag, bitmap);
29 static void mvs_tag_free(struct mvs_info *mvi, u32 tag) argument
31 if (tag >= MVS_RSVD_SLOTS)
34 mvs_tag_clear(mvi, tag);
37 static void mvs_tag_set(struct mvs_info *mvi, unsigned int tag) argument
40 set_bit(tag, bitmap);
45 unsigned int index, tag; local
310 u32 req_len, resp_len, tag = tei->tag; local
409 mvs_get_ncq_tag(struct sas_task *task, u32 *tag) argument
437 u32 tag = tei->tag, hdr_tag; local
570 u32 resp_len, req_len, i, tag = tei->tag; local
696 u32 tag = 0xdeadbeef, n_elem = 0; local
1306 u32 tag; local
1342 u32 tag; local
[all...]
/linux-master/drivers/block/
H A Dublk_drv.c78 u16 tag; member in struct:ublk_uring_cmd_pdu
196 int tag);
366 struct ublksrv_io_desc *iod = ublk_get_iod(ubq, req->tag);
367 struct ublk_io *io = &ubq->ios[req->tag];
633 int tag)
636 &(ubq->io_cmd_buf[tag * sizeof(struct ublksrv_io_desc)]);
916 struct ublksrv_io_desc *iod = ublk_get_iod(ubq, req->tag);
917 struct ublk_io *io = &ubq->ios[req->tag];
971 struct ublk_io *io = &ubq->ios[req->tag];
1081 int tag local
632 ublk_get_iod(struct ublk_queue *ubq, int tag) argument
1338 u32 qid = ub_cmd->q_id, tag = ub_cmd->tag; local
1615 ublk_handle_need_get_data(struct ublk_device *ub, int q_id, int tag) argument
1645 ublk_prep_cancel(struct io_uring_cmd *cmd, unsigned int issue_flags, struct ublk_queue *ubq, unsigned int tag) argument
1668 unsigned tag = ub_cmd->tag; local
1785 __ublk_check_and_get_req(struct ublk_device *ub, struct ublk_queue *ubq, int tag, size_t offset) argument
1881 u16 tag, q_id; local
[all...]
/linux-master/arch/x86/math-emu/
H A Dreg_ld_str.c41 u_char tag; local
45 tag = FPU_normalize_nuo(r);
50 return tag;
97 int exp, tag, negative; local
116 tag = TAG_Special;
123 tag = TAG_Special; /* The calling function must look for NaNs */
131 tag = TAG_Zero;
147 tag = TAG_Valid;
152 return tag;
159 int exp, tag, negativ local
970 FPU_round_to_int(FPU_REG *r, u_char tag) argument
1030 u_char tag; local
[all...]
H A Dfpu_aux.c106 u_char tag; local
117 tag = FPU_gettagi(i);
119 FPU_settag0(tag);
/linux-master/arch/sparc/vdso/
H A Dvdso2c.h57 typeof(dyn[i].d_tag) tag = GET_BE(&dyn[i].d_tag);
60 if ((tag == DT_RELSZ || tag == DT_RELASZ) && (val != 0))
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dnv30.c54 if (!nvkm_mm_head(&fb->tags.mm, 0, 1, tags, tags, 1, &tile->tag)) {
57 tile->zcomp |= ((tile->tag->offset ) >> 6);
58 tile->zcomp |= ((tile->tag->offset + tags - 1) >> 6) << 12;
/linux-master/drivers/scsi/aic94xx/
H A Daic94xx_tmf.c44 __be16 tag; member in struct:tasklet_completion_status
52 .tag = 0, \
222 scb->clear_nexus.ssp_task.tag = tascb->tag;
286 ascb->tag = *(__be16 *)(edb->vaddr+4);
293 ascb->tag = fh->tag;
317 tcs->tag = ascb->tag;
445 scb->abort_task.ssp_task.tag
[all...]
/linux-master/fs/xfs/
H A Dxfs_message.h39 #define xfs_alert_tag(mp, tag, fmt, ...) \
42 _xfs_alert_tag(mp, tag, fmt, ##__VA_ARGS__); \
46 void _xfs_alert_tag(const struct xfs_mount *mp, uint32_t tag,
/linux-master/include/soc/bcm2835/
H A Draspberrypi-firmware.h21 * struct rpi_firmware_property_tag_header - Firmware property tag header
22 * @tag: One of enum_mbox_property_tag.
31 u32 tag; member in struct:rpi_firmware_property_tag_header
178 u32 tag, void *data, size_t len);
189 static inline int rpi_firmware_property(struct rpi_firmware *fw, u32 tag, argument
/linux-master/arch/arm/mach-footbridge/
H A Dcommon.c128 static int __init parse_tag_memclk(const struct tag *tag) argument
130 mem_fclk_21285 = tag->u.memclk.fmemclk;
/linux-master/tools/testing/selftests/bpf/
H A Dget_cgroup_id_user.c24 #define CHECK(condition, tag, format...) ({ \
27 printf("%s:FAIL:%s ", __func__, tag); \
30 printf("%s:PASS:%s\n", __func__, tag); \
/linux-master/drivers/crypto/hisilicon/sec2/
H A Dsec_crypto.h78 u64 tag; member in struct:bd_status
138 __le16 tag; member in struct:sec_sqe_type2
339 __le64 tag; member in struct:sec_sqe3
/linux-master/sound/pci/hda/
H A Dhda_sysfs.c604 const char *tag; member in struct:hda_patch_item
611 .tag = "[codec]",
615 .tag = "[model]",
619 .tag = "[verb]",
624 .tag = "[pincfg]",
629 .tag = "[hint]",
634 .tag = "[vendor_id]",
638 .tag = "[subsystem_id]",
642 .tag = "[revision_id]",
646 .tag
[all...]
/linux-master/scripts/kconfig/lxdialog/
H A Dutil.c28 dlg.tag.atr = A_BOLD;
64 DLG_COLOR(tag, COLOR_YELLOW, COLOR_WHITE, true);
99 DLG_COLOR(tag, COLOR_RED, COLOR_BLACK, false);
118 DLG_COLOR(tag, COLOR_BLUE, COLOR_WHITE, true);
174 init_one_color(&dlg.tag);
597 void item_set_tag(char tag) argument
599 item_cur->node.tag = tag;
626 return item_cur->node.tag;
670 int item_is_tag(char tag) argument
[all...]

Completed in 273 milliseconds

1234567891011>>