Home
last modified time | relevance | path

Searched refs:_tag (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/scsi/snic/
H A Dsnic_trc.h66 #define SNIC_TRC(_hno, _tag, d1, d2, d3, d4, d5) \ argument
71 (u32)(_tag), \
80 #define SNIC_TRC(_hno, _tag, d1, d2, d3, d4, d5) \ argument
86 (u32)(_tag), \
/linux/lib/
H A Dasn1_encoder.c46 data[0] = _tag(UNIV, PRIM, INT); in asn1_encode_integer()
162 data[0] = _tag(UNIV, PRIM, OID); in asn1_encode_oid()
342 *(data++) = _tag(UNIV, PRIM, OTS); in asn1_encode_octet_string()
399 *(data++) = _tag(UNIV, CONS, SEQ); in asn1_encode_sequence()
438 *(data++) = _tag(UNIV, PRIM, BOOL); in asn1_encode_boolean()
/linux/drivers/net/ethernet/qualcomm/emac/
H A Demac.h282 #define EMAC_VLAN_TO_TAG(_vlan, _tag) \ argument
283 (_tag = ((((_vlan) >> 8) & 0xFF) | (((_vlan) & 0xFF) << 8)))
285 #define EMAC_TAG_TO_VLAN(_tag, _vlan) \ argument
286 (_vlan = ((((_tag) >> 8) & 0xFF) | (((_tag) & 0xFF) << 8)))
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/
H A Ddr_ste.h54 u8 *_tag = tag; \
55 DR_STE_SET_TAG(lookup_type, _tag, mpls0_label, _mask, \
57 DR_STE_SET_TAG(lookup_type, _tag, mpls0_s_bos, _mask, \
59 DR_STE_SET_TAG(lookup_type, _tag, mpls0_exp, _mask, \
61 DR_STE_SET_TAG(lookup_type, _tag, mpls0_ttl, _mask, \
/linux/drivers/net/ethernet/atheros/atl1c/
H A Datl1c.h49 #define AT_VLAN_TO_TAG(_vlan, _tag) \ argument
50 _tag = ((((_vlan) >> 8) & 0xFF) |\
53 #define AT_TAG_TO_VLAN(_tag, _vlan) \ argument
54 _vlan = ((((_tag) >> 8) & 0xFF) |\
55 (((_tag) & 0xFF) << 8))
/linux/include/linux/
H A Dalloc_tag.h249 #define alloc_hooks_tag(_tag, _do_alloc) \ argument
254 _old = alloc_tag_save(_tag); \
256 alloc_tag_restore(_tag, _old); \
H A Dasn1_ber_bytecode.h84 #define _tag(CLASS, CP, TAG) ((ASN1_##CLASS << 6) | (ASN1_##CP << 5) | ASN1_##TAG) macro
H A Dsched.h2348 #define alloc_tag_save(_tag) NULL argument
2349 #define alloc_tag_restore(_tag, _old) do {} while (0) argument