Home
last modified time | relevance | path

Searched defs:_tag (Results 1 – 12 of 12) sorted by relevance

/linux-5.19.10/drivers/scsi/snic/
Dsnic_trc.h80 #define SNIC_TRC(_hno, _tag, d1, d2, d3, d4, d5) \ argument
94 #define SNIC_TRC(_hno, _tag, d1, d2, d3, d4, d5) \ argument
/linux-5.19.10/drivers/scsi/bfa/
Dbfa_fcpim.h42 #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
Dbfa_ioc.h137 #define bfa_mem_get_dmabuf_kva(_mod, _tag, _rqsz) \ argument
142 #define bfa_mem_get_dmabuf_pa(_mod, _tag, _rqsz) \ argument
Dbfi.h31 #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
Dbfa_fcpim.c21 #define BFA_ITNIM_FROM_TAG(_fcpim, _tag) \ argument
Dbfa_svc.h262 #define BFA_RPORT_FROM_TAG(__bfa, _tag) \ argument
/linux-5.19.10/drivers/scsi/
Dhptiop.c230 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-5.19.10/include/linux/
Dasn1_ber_bytecode.h84 #define _tag(CLASS, CP, TAG) ((ASN1_##CLASS << 6) | (ASN1_##CP << 5) | ASN1_##TAG) macro
/linux-5.19.10/fs/xfs/
Dxfs_error.c128 #define XFS_ERRORTAG_ATTR_RW(_name, _tag) \ argument
/linux-5.19.10/drivers/net/ethernet/qualcomm/emac/
Demac.h282 #define EMAC_VLAN_TO_TAG(_vlan, _tag) \ argument
285 #define EMAC_TAG_TO_VLAN(_tag, _vlan) \ argument
/linux-5.19.10/fs/ntfs3/
Dntfs.h1031 #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-5.19.10/drivers/net/ethernet/atheros/atl1c/
Datl1c.h49 #define AT_VLAN_TO_TAG(_vlan, _tag) \ argument
53 #define AT_TAG_TO_VLAN(_tag, _vlan) \ argument