Searched refs:_sp (Results 1 – 2 of 2) sorted by relevance
4378 #define QLA_SRB_NVME_LS(_sp) ((_sp)->type == SRB_NVME_LS) argument4379 #define QLA_SRB_NVME_CMD(_sp) ((_sp)->type == SRB_NVME_CMD) argument4380 #define QLA_NVME_IOS(_sp) (QLA_SRB_NVME_CMD(_sp) || QLA_SRB_NVME_LS(_sp)) argument4381 #define QLA_LS_ABTS_WAIT_ENABLED(_sp) \ argument4382 (QLA_SRB_NVME_LS(_sp) && QLA_ABTS_FW_ENABLED(_sp->fcport->vha->hw))4383 #define QLA_CMD_ABTS_WAIT_ENABLED(_sp) \ argument4384 (QLA_SRB_NVME_CMD(_sp) && QLA_ABTS_FW_ENABLED(_sp->fcport->vha->hw))4385 #define QLA_ABTS_WAIT_ENABLED(_sp) \ argument4386 (QLA_NVME_IOS(_sp) && QLA_ABTS_FW_ENABLED(_sp->fcport->vha->hw))
2057 #define START_SP_W_RETRIES(_sp, _rval, _chip_gen, _login_gen) \ argument2065 _rval = qla2x00_start_sp(_sp); \