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

1234567891011>>

/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/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);
367 struct ublksrv_io_desc *iod = ublk_get_iod(ubq, req->tag);
368 struct ublk_io *io = &ubq->ios[req->tag];
634 int tag)
637 &(ubq->io_cmd_buf[tag * sizeof(struct ublksrv_io_desc)]);
917 struct ublksrv_io_desc *iod = ublk_get_iod(ubq, req->tag);
918 struct ublk_io *io = &ubq->ios[req->tag];
972 struct ublk_io *io = &ubq->ios[req->tag];
1082 int tag local
633 ublk_get_iod(struct ublk_queue *ubq, int tag) argument
1339 u32 qid = ub_cmd->q_id, tag = ub_cmd->tag; local
1616 ublk_handle_need_get_data(struct ublk_device *ub, int q_id, int tag) argument
1646 ublk_prep_cancel(struct io_uring_cmd *cmd, unsigned int issue_flags, struct ublk_queue *ubq, unsigned int tag) argument
1669 unsigned tag = ub_cmd->tag; local
1786 __ublk_check_and_get_req(struct ublk_device *ub, struct ublk_queue *ubq, int tag, size_t offset) argument
1882 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/sound/pci/hda/
H A Dhda_sysfs.c606 const char *tag; member in struct:hda_patch_item
613 .tag = "[codec]",
617 .tag = "[model]",
621 .tag = "[verb]",
626 .tag = "[pincfg]",
631 .tag = "[hint]",
636 .tag = "[vendor_id]",
640 .tag = "[subsystem_id]",
644 .tag = "[revision_id]",
648 .tag
[all...]
/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/scripts/kconfig/lxdialog/
H A Dutil.c37 dlg.tag.atr = A_BOLD;
73 DLG_COLOR(tag, COLOR_YELLOW, COLOR_WHITE, true);
108 DLG_COLOR(tag, COLOR_RED, COLOR_BLACK, false);
127 DLG_COLOR(tag, COLOR_BLUE, COLOR_WHITE, true);
183 init_one_color(&dlg.tag);
606 void item_set_tag(char tag) argument
608 item_cur->node.tag = tag;
635 return item_cur->node.tag;
679 int item_is_tag(char tag) argument
[all...]
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-wqe.h67 /* Set to 1 if the DSA/VLAN tag is stacked */
272 /* Set to 1 if the DSA/VLAN tag is stacked */
464 * the type of the tag (ORDERED, ATOMIC, NULL)
467 uint64_t tag:32; member in struct:cvmx_wqe_word1::__anon53
469 uint64_t tag:32;
492 uint64_t tag:32; member in struct:cvmx_wqe_word1::__anon54
494 uint64_t tag:32;
526 * the type of the tag (ORDERED, ATOMIC, NULL)
530 * the synchronization/ordering tag
532 uint64_t tag member in struct:cvmx_wqe_word1::__anon55
[all...]
/linux-master/scripts/genksyms/
H A Dparse.y52 (*ident)->tag = type;
56 r = copy_node(i); r->tag = type;
223 { remove_node($1); (*$2)->tag = SYM_STRUCT; $$ = $2; }
225 { remove_node($1); (*$2)->tag = SYM_UNION; $$ = $2; }
227 { remove_node($1); (*$2)->tag = SYM_ENUM; $$ = $2; }
259 | TYPE { (*$1)->tag = SYM_TYPEDEF; $$ = $1; }
/linux-master/drivers/gpu/drm/i915/gvt/
H A Dtrace.h172 TP_PROTO(int id, const char *tag, void *spt, int type, u64 v,
175 TP_ARGS(id, tag, spt, type, v, index),
184 id, tag, spt, type, v, index);
191 TP_PROTO(int id, const char *tag, int page_id, void *gpt, int type),
193 TP_ARGS(id, tag, page_id, gpt, type),
202 id, tag, page_id, gpt, type);
/linux-master/drivers/scsi/fnic/
H A Dfnic_res.h84 desc->hdr.tag.u.req_id = req_id; /* id for this request */
123 desc->hdr.tag.u.req_id = req_id; /* id for this request */
127 desc->u.itmf.t_tag = tm_id; /* tag of fcpio to be aborted */
147 desc->hdr.tag.u.req_id = req_id; /* id for this request */
167 desc->hdr.tag.u.req_id = req_id; /* id for this request */
189 desc->hdr.tag.u.req_id = req_id; /* id for this request */
203 desc->hdr.tag.u.req_id = req_id; /* id for this request */

Completed in 246 milliseconds

1234567891011>>