Home
last modified time | relevance | path

Searched refs:BNX2FC_FLAG_SESSION_READY (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/scsi/bnx2fc/
Dbnx2fc_io.c734 if (!(test_bit(BNX2FC_FLAG_SESSION_READY, &tgt->flags))) { in bnx2fc_initiate_tmf()
874 if (!test_bit(BNX2FC_FLAG_SESSION_READY, &tgt->flags)) { in bnx2fc_initiate_abts()
1138 clear_bit(BNX2FC_FLAG_SESSION_READY, &tgt->flags); in bnx2fc_expl_logo()
1148 } while (!test_bit(BNX2FC_FLAG_SESSION_READY, &tgt->flags)); in bnx2fc_expl_logo()
1864 if (!test_bit(BNX2FC_FLAG_SESSION_READY, &tgt->flags)) { in bnx2fc_queuecommand()
2060 if (!test_bit(BNX2FC_FLAG_SESSION_READY, &tgt->flags)) { in bnx2fc_post_io_req()
Dbnx2fc_tgt.c513 set_bit(BNX2FC_FLAG_SESSION_READY, &tgt->flags); in bnx2fc_rport_event_handler()
549 clear_bit(BNX2FC_FLAG_SESSION_READY, &tgt->flags); in bnx2fc_rport_event_handler()
Dbnx2fc_els.c692 if (!(test_bit(BNX2FC_FLAG_SESSION_READY, &tgt->flags)) || in bnx2fc_initiate_els()
773 if (!test_bit(BNX2FC_FLAG_SESSION_READY, &tgt->flags)) { in bnx2fc_initiate_els()
Dbnx2fc.h299 #define BNX2FC_FLAG_SESSION_READY 0x1 macro
Dbnx2fc_fcoe.c300 if (tgt && (test_bit(BNX2FC_FLAG_SESSION_READY, &tgt->flags))) { in bnx2fc_xmit()