Searched refs:_sp (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/scsi/qla2xxx/ |
| H A D | qla_def.h | 4400 #define QLA_SRB_NVME_LS(_sp) ((_sp)->type == SRB_NVME_LS) argument 4401 #define QLA_SRB_NVME_CMD(_sp) ((_sp)->type == SRB_NVME_CMD) argument 4402 #define QLA_NVME_IOS(_sp) (QLA_SRB_NVME_CMD(_sp) || QLA_SRB_NVME_LS(_sp)) argument 4403 #define QLA_LS_ABTS_WAIT_ENABLED(_sp) \ argument 4404 (QLA_SRB_NVME_LS(_sp) && QLA_ABTS_FW_ENABLED(_sp->fcport->vha->hw)) 4405 #define QLA_CMD_ABTS_WAIT_ENABLED(_sp) \ argument 4406 (QLA_SRB_NVME_CMD(_sp) && QLA_ABTS_FW_ENABLED(_sp->fcport->vha->hw)) 4407 #define QLA_ABTS_WAIT_ENABLED(_sp) \ argument 4408 (QLA_NVME_IOS(_sp) && QLA_ABTS_FW_ENABLED(_sp->fcport->vha->hw))
|
| H A D | qla_init.c | 2048 #define START_SP_W_RETRIES(_sp, _rval, _chip_gen, _login_gen) \ argument 2056 _rval = qla2x00_start_sp(_sp); \
|
| /linux/arch/x86/boot/ |
| H A D | boot.h | 223 u16 _sp, _hsp; member
|
| /linux/arch/x86/kvm/mmu/ |
| H A D | mmu.c | 2012 #define for_each_valid_sp(_kvm, _sp, _list) \ argument 2013 hlist_for_each_entry(_sp, _list, hash_link) \ 2014 if (is_obsolete_sp((_kvm), (_sp))) { \ 2017 #define for_each_gfn_valid_sp_with_gptes(_kvm, _sp, _gfn) \ argument 2018 for_each_valid_sp(_kvm, _sp, kvm_get_mmu_page_hash(_kvm, _gfn)) \ 2019 if ((_sp)->gfn != (_gfn) || !sp_has_gptes(_sp)) {} else
|