Searched refs:_sp (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/drivers/scsi/qla2xxx/ |
D | qla_def.h | 4279 #define QLA_SRB_NVME_LS(_sp) ((_sp)->type == SRB_NVME_LS) argument 4280 #define QLA_SRB_NVME_CMD(_sp) ((_sp)->type == SRB_NVME_CMD) argument 4281 #define QLA_NVME_IOS(_sp) (QLA_SRB_NVME_CMD(_sp) || QLA_SRB_NVME_LS(_sp)) argument 4282 #define QLA_LS_ABTS_WAIT_ENABLED(_sp) \ argument 4283 (QLA_SRB_NVME_LS(_sp) && QLA_ABTS_FW_ENABLED(_sp->fcport->vha->hw)) 4284 #define QLA_CMD_ABTS_WAIT_ENABLED(_sp) \ argument 4285 (QLA_SRB_NVME_CMD(_sp) && QLA_ABTS_FW_ENABLED(_sp->fcport->vha->hw)) 4286 #define QLA_ABTS_WAIT_ENABLED(_sp) \ argument 4287 (QLA_NVME_IOS(_sp) && QLA_ABTS_FW_ENABLED(_sp->fcport->vha->hw))
|
/linux-5.19.10/arch/x86/boot/ |
D | boot.h | 225 u16 _sp, _hsp; member
|
/linux-5.19.10/arch/x86/kvm/mmu/ |
D | mmu.c | 1854 #define for_each_valid_sp(_kvm, _sp, _list) \ argument 1855 hlist_for_each_entry(_sp, _list, hash_link) \ 1856 if (is_obsolete_sp((_kvm), (_sp))) { \ 1859 #define for_each_gfn_valid_sp_with_gptes(_kvm, _sp, _gfn) \ argument 1860 for_each_valid_sp(_kvm, _sp, \ 1862 if ((_sp)->gfn != (_gfn) || !sp_has_gptes(_sp)) {} else
|