Searched defs:_tag (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | asn1_ber_bytecode.h | 84 #define _tag(CLASS, CP, TAG) ((ASN1_##CLASS << 6) | (ASN1_##CP << 5) | ASN1_##TAG) macro
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | asn1_ber_bytecode.h | 84 #define _tag(CLASS, CP, TAG) ((ASN1_##CLASS << 6) | (ASN1_##CP << 5) | ASN1_##TAG) macro
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | hptiop.c | 230 static void hptiop_request_callback_mvfrey(struct hptiop_hba *hba, u32 _tag) in hptiop_request_callback_mvfrey() argument 255 u32 _tag, status, cptr, cur_rptr; in iop_intr_mvfrey() local 777 static void hptiop_host_request_callback_itl(struct hptiop_hba *hba, u32 _tag) in hptiop_host_request_callback_itl() argument [all...] |
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | hptiop.c | 230 static void hptiop_request_callback_mvfrey(struct hptiop_hba *hba, u32 _tag) in hptiop_request_callback_mvfrey() argument 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() argument [all...] |
Completed in 4 milliseconds