Searched refs:FCS_ONLINE (Results 1 - 5 of 5) sorted by relevance

/drivers/scsi/qla2xxx/
H A Dqla_os.c680 if (atomic_read(&fcport->state) != FCS_ONLINE) {
2861 if (atomic_read(&fcport->state) == FCS_ONLINE &&
2920 if (atomic_read(&fcport->state) == FCS_ONLINE) {
3548 if (atomic_read(&fcport->state) != FCS_ONLINE &&
H A Dqla_init.c2685 if (atomic_read(&fcport->state) == FCS_ONLINE &&
2813 if (atomic_read(&fcport->state) != FCS_ONLINE)
2906 qla2x00_set_fcport_state(fcport, FCS_ONLINE);
3017 atomic_read(&fcport->state) == FCS_ONLINE) {
3300 * If address the same and state FCS_ONLINE, nothing
3304 atomic_read(&fcport->state) == FCS_ONLINE) {
H A Dqla_bsg.c1244 if (atomic_read(&fcport->state) != FCS_ONLINE) {
H A Dqla_def.h1733 #define FCS_ONLINE 4 macro
H A Dqla_isr.c1792 if (atomic_read(&fcport->state) == FCS_ONLINE)

Completed in 210 milliseconds