Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/qla2xxx/
Dqla_edif.h140 #define EDIF_NEGOTIATION_PENDING(_fcport) \ argument
141 (DBELL_ACTIVE(_fcport->vha) && \
142 (_fcport->disc_state == DSC_LOGIN_AUTH_PEND))
Dqla_def.h5560 #define IS_SESSION_DELETED(_fcport) (_fcport->disc_state == DSC_DELETE_PEND || \ argument
5561 _fcport->disc_state == DSC_DELETED)
5569 #define TMF_NOT_READY(_fcport) \ argument
5570 (!_fcport || IS_SESSION_DELETED(_fcport) || atomic_read(&_fcport->state) != FCS_ONLINE || \
5571 !_fcport->vha->hw->flags.fw_started)