Searched refs:BNX2FC_FLAG_SESSION_READY (Results 1 – 5 of 5) sorted by relevance
/drivers/scsi/bnx2fc/ |
D | bnx2fc_io.c | 731 if (!(test_bit(BNX2FC_FLAG_SESSION_READY, &tgt->flags))) { in bnx2fc_initiate_tmf() 871 if (!test_bit(BNX2FC_FLAG_SESSION_READY, &tgt->flags)) { in bnx2fc_initiate_abts() 1135 clear_bit(BNX2FC_FLAG_SESSION_READY, &tgt->flags); in bnx2fc_expl_logo() 1145 } while (!test_bit(BNX2FC_FLAG_SESSION_READY, &tgt->flags)); in bnx2fc_expl_logo() 1860 if (!test_bit(BNX2FC_FLAG_SESSION_READY, &tgt->flags)) { in bnx2fc_queuecommand() 2036 if (!test_bit(BNX2FC_FLAG_SESSION_READY, &tgt->flags)) { in bnx2fc_post_io_req()
|
D | bnx2fc_tgt.c | 511 set_bit(BNX2FC_FLAG_SESSION_READY, &tgt->flags); in bnx2fc_rport_event_handler() 547 clear_bit(BNX2FC_FLAG_SESSION_READY, &tgt->flags); in bnx2fc_rport_event_handler()
|
D | bnx2fc_els.c | 693 if (!(test_bit(BNX2FC_FLAG_SESSION_READY, &tgt->flags)) || in bnx2fc_initiate_els() 774 if (!test_bit(BNX2FC_FLAG_SESSION_READY, &tgt->flags)) { in bnx2fc_initiate_els()
|
D | bnx2fc.h | 298 #define BNX2FC_FLAG_SESSION_READY 0x1 macro
|
D | bnx2fc_fcoe.c | 299 if (tgt && (test_bit(BNX2FC_FLAG_SESSION_READY, &tgt->flags))) { in bnx2fc_xmit()
|