Lines Matching refs:_sp
4368 #define QLA_SRB_NVME_LS(_sp) ((_sp)->type == SRB_NVME_LS)
4369 #define QLA_SRB_NVME_CMD(_sp) ((_sp)->type == SRB_NVME_CMD)
4370 #define QLA_NVME_IOS(_sp) (QLA_SRB_NVME_CMD(_sp) || QLA_SRB_NVME_LS(_sp))
4371 #define QLA_LS_ABTS_WAIT_ENABLED(_sp) \
4372 (QLA_SRB_NVME_LS(_sp) && QLA_ABTS_FW_ENABLED(_sp->fcport->vha->hw))
4373 #define QLA_CMD_ABTS_WAIT_ENABLED(_sp) \
4374 (QLA_SRB_NVME_CMD(_sp) && QLA_ABTS_FW_ENABLED(_sp->fcport->vha->hw))
4375 #define QLA_ABTS_WAIT_ENABLED(_sp) \
4376 (QLA_NVME_IOS(_sp) && QLA_ABTS_FW_ENABLED(_sp->fcport->vha->hw))