Home
last modified time | relevance | path

Searched refs:_sp (Results 1 – 2 of 2) sorted by relevance

/drivers/scsi/qla2xxx/
Dqla_def.h4378 #define QLA_SRB_NVME_LS(_sp) ((_sp)->type == SRB_NVME_LS) argument
4379 #define QLA_SRB_NVME_CMD(_sp) ((_sp)->type == SRB_NVME_CMD) argument
4380 #define QLA_NVME_IOS(_sp) (QLA_SRB_NVME_CMD(_sp) || QLA_SRB_NVME_LS(_sp)) argument
4381 #define QLA_LS_ABTS_WAIT_ENABLED(_sp) \ argument
4382 (QLA_SRB_NVME_LS(_sp) && QLA_ABTS_FW_ENABLED(_sp->fcport->vha->hw))
4383 #define QLA_CMD_ABTS_WAIT_ENABLED(_sp) \ argument
4384 (QLA_SRB_NVME_CMD(_sp) && QLA_ABTS_FW_ENABLED(_sp->fcport->vha->hw))
4385 #define QLA_ABTS_WAIT_ENABLED(_sp) \ argument
4386 (QLA_NVME_IOS(_sp) && QLA_ABTS_FW_ENABLED(_sp->fcport->vha->hw))
Dqla_init.c2057 #define START_SP_W_RETRIES(_sp, _rval, _chip_gen, _login_gen) \ argument
2065 _rval = qla2x00_start_sp(_sp); \