Searched refs:_sp (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/scsi/qla2xxx/ |
D | qla_def.h | 4377 #define QLA_SRB_NVME_LS(_sp) ((_sp)->type == SRB_NVME_LS) argument 4378 #define QLA_SRB_NVME_CMD(_sp) ((_sp)->type == SRB_NVME_CMD) argument 4379 #define QLA_NVME_IOS(_sp) (QLA_SRB_NVME_CMD(_sp) || QLA_SRB_NVME_LS(_sp)) argument 4380 #define QLA_LS_ABTS_WAIT_ENABLED(_sp) \ argument 4381 (QLA_SRB_NVME_LS(_sp) && QLA_ABTS_FW_ENABLED(_sp->fcport->vha->hw)) 4382 #define QLA_CMD_ABTS_WAIT_ENABLED(_sp) \ argument 4383 (QLA_SRB_NVME_CMD(_sp) && QLA_ABTS_FW_ENABLED(_sp->fcport->vha->hw)) 4384 #define QLA_ABTS_WAIT_ENABLED(_sp) \ argument 4385 (QLA_NVME_IOS(_sp) && QLA_ABTS_FW_ENABLED(_sp->fcport->vha->hw))
|
D | qla_init.c | 2057 #define START_SP_W_RETRIES(_sp, _rval, _chip_gen, _login_gen) \ argument 2065 _rval = qla2x00_start_sp(_sp); \
|
/linux-6.12.1/arch/x86/boot/ |
D | boot.h | 225 u16 _sp, _hsp; member
|
/linux-6.12.1/arch/x86/kvm/mmu/ |
D | mmu.c | 1893 #define for_each_valid_sp(_kvm, _sp, _list) \ argument 1894 hlist_for_each_entry(_sp, _list, hash_link) \ 1895 if (is_obsolete_sp((_kvm), (_sp))) { \ 1898 #define for_each_gfn_valid_sp_with_gptes(_kvm, _sp, _gfn) \ argument 1899 for_each_valid_sp(_kvm, _sp, \ 1901 if ((_sp)->gfn != (_gfn) || !sp_has_gptes(_sp)) {} else
|