Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/scsi/qla2xxx/
Dqla_def.h5550 #define IS_SESSION_DELETED(_fcport) (_fcport->disc_state == DSC_DELETE_PEND || \ macro
5560 (!_fcport || IS_SESSION_DELETED(_fcport) || atomic_read(&_fcport->state) != FCS_ONLINE || \
Dqla_init.c607 if (IS_SESSION_DELETED(fcport)) { in qla2x00_async_adisc()
1379 if (IS_SESSION_DELETED(fcport)) { in qla24xx_async_gpdb()