Symbol: _tag
drivers/net/ethernet/atheros/atl1c/atl1c.h
49
#define AT_VLAN_TO_TAG(_vlan, _tag) \
drivers/net/ethernet/atheros/atl1c/atl1c.h
50
_tag = ((((_vlan) >> 8) & 0xFF) |\
drivers/net/ethernet/atheros/atl1c/atl1c.h
53
#define AT_TAG_TO_VLAN(_tag, _vlan) \
drivers/net/ethernet/atheros/atl1c/atl1c.h
54
_vlan = ((((_tag) >> 8) & 0xFF) |\
drivers/net/ethernet/atheros/atl1c/atl1c.h
55
(((_tag) & 0xFF) << 8))
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_ste.h
54
u8 *_tag = tag; \
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_ste.h
55
DR_STE_SET_TAG(lookup_type, _tag, mpls0_label, _mask, \
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_ste.h
57
DR_STE_SET_TAG(lookup_type, _tag, mpls0_s_bos, _mask, \
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_ste.h
59
DR_STE_SET_TAG(lookup_type, _tag, mpls0_exp, _mask, \
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_ste.h
61
DR_STE_SET_TAG(lookup_type, _tag, mpls0_ttl, _mask, \
drivers/net/ethernet/qualcomm/emac/emac.h
282
#define EMAC_VLAN_TO_TAG(_vlan, _tag) \
drivers/net/ethernet/qualcomm/emac/emac.h
283
(_tag = ((((_vlan) >> 8) & 0xFF) | (((_vlan) & 0xFF) << 8)))
drivers/net/ethernet/qualcomm/emac/emac.h
285
#define EMAC_TAG_TO_VLAN(_tag, _vlan) \
drivers/net/ethernet/qualcomm/emac/emac.h
286
(_vlan = ((((_tag) >> 8) & 0xFF) | (((_tag) & 0xFF) << 8)))
drivers/scsi/bfa/bfa_fcpim.c
21
#define BFA_ITNIM_FROM_TAG(_fcpim, _tag) \
drivers/scsi/bfa/bfa_fcpim.c
22
(((_fcpim)->itnim_arr + ((_tag) & ((_fcpim)->num_itnims - 1))))
drivers/scsi/bfa/bfa_fcpim.h
42
#define BFA_IOTAG_FROM_TAG(_fcp, _tag) \
drivers/scsi/bfa/bfa_fcpim.h
43
(&(_fcp)->iotag_arr[(_tag & BFA_IOIM_IOTAG_MASK)])
drivers/scsi/bfa/bfa_fcpim.h
44
#define BFA_ITN_FROM_TAG(_fcp, _tag) \
drivers/scsi/bfa/bfa_fcpim.h
45
((_fcp)->itn_arr + ((_tag) & ((_fcp)->num_itns - 1)))
drivers/scsi/bfa/bfa_fcpim.h
46
#define BFA_SNSINFO_FROM_TAG(_fcp, _tag) \
drivers/scsi/bfa/bfa_fcpim.h
47
bfa_mem_get_dmabuf_kva(_fcp, (_tag & BFA_IOIM_IOTAG_MASK), \
drivers/scsi/bfa/bfa_ioc.h
137
#define bfa_mem_get_dmabuf_kva(_mod, _tag, _rqsz) \
drivers/scsi/bfa/bfa_ioc.h
138
(((u8 *)(_mod)->dma_seg[BFI_MEM_SEG_FROM_TAG(_tag, _rqsz)].kva_curp) +\
drivers/scsi/bfa/bfa_ioc.h
139
BFI_MEM_SEG_REQ_OFFSET(_tag, _rqsz) * (_rqsz))
drivers/scsi/bfa/bfa_ioc.h
142
#define bfa_mem_get_dmabuf_pa(_mod, _tag, _rqsz) \
drivers/scsi/bfa/bfa_ioc.h
143
((_mod)->dma_seg[BFI_MEM_SEG_FROM_TAG(_tag, _rqsz)].dma_curp + \
drivers/scsi/bfa/bfa_ioc.h
144
BFI_MEM_SEG_REQ_OFFSET(_tag, _rqsz) * (_rqsz))
drivers/scsi/bfa/bfa_svc.h
246
#define BFA_RPORT_FROM_TAG(__bfa, _tag) \
drivers/scsi/bfa/bfa_svc.h
248
((_tag) & (BFA_RPORT_MOD(__bfa)->num_rports - 1)))
drivers/scsi/bfa/bfi.h
31
#define BFI_MEM_SEG_FROM_TAG(_tag, _rqsz) ((_tag) / BFI_MEM_NREQS_SEG(_rqsz))
drivers/scsi/bfa/bfi.h
34
#define BFI_MEM_SEG_REQ_OFFSET(_tag, _sz) \
drivers/scsi/bfa/bfi.h
35
((_tag) - (BFI_MEM_SEG_FROM_TAG(_tag, _sz) * BFI_MEM_NREQS_SEG(_sz)))
drivers/scsi/hptiop.c
230
static void hptiop_request_callback_mvfrey(struct hptiop_hba *hba, u32 _tag)
drivers/scsi/hptiop.c
232
u32 req_type = _tag & 0xf;
drivers/scsi/hptiop.c
242
req = hba->reqs[(_tag >> 4) & 0xff].req_virt;
drivers/scsi/hptiop.c
243
if (likely(_tag & IOPMU_QUEUE_REQUEST_RESULT_BIT))
drivers/scsi/hptiop.c
245
hptiop_finish_scsi_req(hba, (_tag >> 4) & 0xff, req);
drivers/scsi/hptiop.c
255
u32 _tag, status, cptr, cur_rptr;
drivers/scsi/hptiop.c
283
_tag = hba->u.mvfrey.outlist[cur_rptr].val;
drivers/scsi/hptiop.c
284
BUG_ON(!(_tag & IOPMU_QUEUE_MASK_HOST_BITS));
drivers/scsi/hptiop.c
285
hptiop_request_callback_mvfrey(hba, _tag);
drivers/scsi/hptiop.c
776
static void hptiop_host_request_callback_itl(struct hptiop_hba *hba, u32 _tag)
drivers/scsi/hptiop.c
782
tag = _tag & ~IOPMU_QUEUE_REQUEST_RESULT_BIT;
drivers/scsi/hptiop.c
784
if (likely(_tag & IOPMU_QUEUE_REQUEST_RESULT_BIT))
drivers/scsi/hptiop.c
787
tag = _tag;
drivers/scsi/snic/snic_trc.h
66
#define SNIC_TRC(_hno, _tag, d1, d2, d3, d4, d5) \
drivers/scsi/snic/snic_trc.h
71
(u32)(_tag), \
drivers/scsi/snic/snic_trc.h
80
#define SNIC_TRC(_hno, _tag, d1, d2, d3, d4, d5) \
drivers/scsi/snic/snic_trc.h
86
(u32)(_tag), \
fs/ntfs3/ntfs.h
1041
#define IsReparseTagMicrosoft(_tag) (((_tag)&IO_REPARSE_TAG_MICROSOFT))
fs/ntfs3/ntfs.h
1044
#define IsReparseTagNameSurrogate(_tag) (((_tag)&IO_REPARSE_TAG_NAME_SURROGATE))
fs/ntfs3/ntfs.h
1055
#define IsReparseTagValid(_tag) \
fs/ntfs3/ntfs.h
1056
(!((_tag) & ~IO_REPARSE_TAG_VALID_VALUES) && \
fs/ntfs3/ntfs.h
1057
((_tag) > IO_REPARSE_TAG_RESERVED_RANGE))
fs/xfs/xfs_error.c
101
#define XFS_ERRTAG(_tag, _name, _default) \
fs/xfs/xfs_error.c
19
#define XFS_ERRTAG(_tag, _name, _default) \
fs/xfs/xfs_error.c
20
[XFS_ERRTAG_##_tag] = (_default),
fs/xfs/xfs_error.c
25
#define XFS_ERRTAG(_tag, _name, _default) \
fs/xfs/xfs_error.c
26
[XFS_ERRTAG_##_tag] = __stringify(_name),
fs/xfs/xfs_error.c
91
#define XFS_ERRTAG(_tag, _name, _default) \
fs/xfs/xfs_error.c
95
.tag = XFS_ERRTAG_##_tag, \
include/linux/alloc_tag.h
249
#define alloc_hooks_tag(_tag, _do_alloc) \
include/linux/alloc_tag.h
254
_old = alloc_tag_save(_tag); \
include/linux/alloc_tag.h
256
alloc_tag_restore(_tag, _old); \
include/linux/sched.h
2349
#define alloc_tag_save(_tag) NULL
include/linux/sched.h
2350
#define alloc_tag_restore(_tag, _old) do {} while (0)
lib/asn1_encoder.c
162
data[0] = _tag(UNIV, PRIM, OID);
lib/asn1_encoder.c
342
*(data++) = _tag(UNIV, PRIM, OTS);
lib/asn1_encoder.c
399
*(data++) = _tag(UNIV, CONS, SEQ);
lib/asn1_encoder.c
438
*(data++) = _tag(UNIV, PRIM, BOOL);
lib/asn1_encoder.c
46
data[0] = _tag(UNIV, PRIM, INT);