Searched refs:_sp (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/scsi/qla2xxx/ |
D | qla_def.h | 4290 #define QLA_SRB_NVME_LS(_sp) ((_sp)->type == SRB_NVME_LS) argument 4291 #define QLA_SRB_NVME_CMD(_sp) ((_sp)->type == SRB_NVME_CMD) argument 4292 #define QLA_NVME_IOS(_sp) (QLA_SRB_NVME_CMD(_sp) || QLA_SRB_NVME_LS(_sp)) argument 4293 #define QLA_LS_ABTS_WAIT_ENABLED(_sp) \ argument 4294 (QLA_SRB_NVME_LS(_sp) && QLA_ABTS_FW_ENABLED(_sp->fcport->vha->hw)) 4295 #define QLA_CMD_ABTS_WAIT_ENABLED(_sp) \ argument 4296 (QLA_SRB_NVME_CMD(_sp) && QLA_ABTS_FW_ENABLED(_sp->fcport->vha->hw)) 4297 #define QLA_ABTS_WAIT_ENABLED(_sp) \ argument 4298 (QLA_NVME_IOS(_sp) && QLA_ABTS_FW_ENABLED(_sp->fcport->vha->hw))
|
/linux-6.1.9/arch/x86/boot/ |
D | boot.h | 225 u16 _sp, _hsp; member
|
/linux-6.1.9/arch/x86/kvm/mmu/ |
D | mmu.c | 1858 #define for_each_valid_sp(_kvm, _sp, _list) \ argument 1859 hlist_for_each_entry(_sp, _list, hash_link) \ 1860 if (is_obsolete_sp((_kvm), (_sp))) { \ 1863 #define for_each_gfn_valid_sp_with_gptes(_kvm, _sp, _gfn) \ argument 1864 for_each_valid_sp(_kvm, _sp, \ 1866 if ((_sp)->gfn != (_gfn) || !sp_has_gptes(_sp)) {} else
|