Searched refs:_sp (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/drivers/scsi/qla2xxx/ |
D | qla_def.h | 4368 #define QLA_SRB_NVME_LS(_sp) ((_sp)->type == SRB_NVME_LS) argument 4369 #define QLA_SRB_NVME_CMD(_sp) ((_sp)->type == SRB_NVME_CMD) argument 4370 #define QLA_NVME_IOS(_sp) (QLA_SRB_NVME_CMD(_sp) || QLA_SRB_NVME_LS(_sp)) argument 4371 #define QLA_LS_ABTS_WAIT_ENABLED(_sp) \ argument 4372 (QLA_SRB_NVME_LS(_sp) && QLA_ABTS_FW_ENABLED(_sp->fcport->vha->hw)) 4373 #define QLA_CMD_ABTS_WAIT_ENABLED(_sp) \ argument 4374 (QLA_SRB_NVME_CMD(_sp) && QLA_ABTS_FW_ENABLED(_sp->fcport->vha->hw)) 4375 #define QLA_ABTS_WAIT_ENABLED(_sp) \ argument 4376 (QLA_NVME_IOS(_sp) && QLA_ABTS_FW_ENABLED(_sp->fcport->vha->hw))
|
D | qla_init.c | 2041 #define START_SP_W_RETRIES(_sp, _rval, _chip_gen, _login_gen) \ argument 2049 _rval = qla2x00_start_sp(_sp); \
|
/Linux-v6.6/arch/x86/boot/ |
D | boot.h | 225 u16 _sp, _hsp; member
|
/Linux-v6.6/arch/x86/kvm/mmu/ |
D | mmu.c | 1902 #define for_each_valid_sp(_kvm, _sp, _list) \ argument 1903 hlist_for_each_entry(_sp, _list, hash_link) \ 1904 if (is_obsolete_sp((_kvm), (_sp))) { \ 1907 #define for_each_gfn_valid_sp_with_gptes(_kvm, _sp, _gfn) \ argument 1908 for_each_valid_sp(_kvm, _sp, \ 1910 if ((_sp)->gfn != (_gfn) || !sp_has_gptes(_sp)) {} else
|