Searched defs:_tag (Results 1 – 12 of 12) sorted by relevance
/linux/drivers/scsi/snic/ |
A D | snic_trc.h | 80 #define SNIC_TRC(_hno, _tag, d1, d2, d3, d4, d5) \ argument 94 #define SNIC_TRC(_hno, _tag, d1, d2, d3, d4, d5) \ argument
|
/linux/include/linux/ |
A D | asn1_ber_bytecode.h | 84 #define _tag(CLASS, CP, TAG) ((ASN1_##CLASS << 6) | (ASN1_##CP << 5) | ASN1_##TAG) macro
|
/linux/drivers/scsi/ |
A D | hptiop.c | 230 static void hptiop_request_callback_mvfrey(struct hptiop_hba *hba, u32 _tag) in hptiop_request_callback_mvfrey() 255 u32 _tag, status, cptr, cur_rptr; in iop_intr_mvfrey() local 776 static void hptiop_host_request_callback_itl(struct hptiop_hba *hba, u32 _tag) in hptiop_host_request_callback_itl()
|
/linux/drivers/scsi/bfa/ |
A D | bfa_fcpim.h | 42 #define BFA_IOTAG_FROM_TAG(_fcp, _tag) \ argument 44 #define BFA_ITN_FROM_TAG(_fcp, _tag) \ argument 46 #define BFA_SNSINFO_FROM_TAG(_fcp, _tag) \ argument
|
A D | bfa_ioc.h | 137 #define bfa_mem_get_dmabuf_kva(_mod, _tag, _rqsz) \ argument 142 #define bfa_mem_get_dmabuf_pa(_mod, _tag, _rqsz) \ argument
|
A D | bfi.h | 31 #define BFI_MEM_SEG_FROM_TAG(_tag, _rqsz) ((_tag) / BFI_MEM_NREQS_SEG(_rqsz)) argument 34 #define BFI_MEM_SEG_REQ_OFFSET(_tag, _sz) \ argument
|
A D | bfa_fcpim.c | 21 #define BFA_ITNIM_FROM_TAG(_fcpim, _tag) \ argument
|
A D | bfa_svc.h | 262 #define BFA_RPORT_FROM_TAG(__bfa, _tag) \ argument
|
/linux/fs/xfs/ |
A D | xfs_error.c | 125 #define XFS_ERRORTAG_ATTR_RW(_name, _tag) \ argument
|
/linux/drivers/net/ethernet/qualcomm/emac/ |
A D | emac.h | 282 #define EMAC_VLAN_TO_TAG(_vlan, _tag) \ argument 285 #define EMAC_TAG_TO_VLAN(_tag, _vlan) \ argument
|
/linux/fs/ntfs3/ |
A D | ntfs.h | 1031 #define IsReparseTagMicrosoft(_tag) (((_tag)&IO_REPARSE_TAG_MICROSOFT)) argument 1034 #define IsReparseTagNameSurrogate(_tag) (((_tag)&IO_REPARSE_TAG_NAME_SURROGATE)) argument 1045 #define IsReparseTagValid(_tag) \ argument
|
/linux/drivers/net/ethernet/atheros/atl1c/ |
A D | atl1c.h | 49 #define AT_VLAN_TO_TAG(_vlan, _tag) \ argument 53 #define AT_TAG_TO_VLAN(_tag, _vlan) \ argument
|
Completed in 44 milliseconds