Searched refs:BNX2FC_FLAG_SESSION_READY (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/scsi/bnx2fc/ |
H A D | bnx2fc_els.c | 72 if (!test_bit(BNX2FC_FLAG_SESSION_READY, &tgt->flags)) in bnx2fc_send_rrq() 700 if (!(test_bit(BNX2FC_FLAG_SESSION_READY, &tgt->flags))) { in bnx2fc_initiate_els() 781 if (!test_bit(BNX2FC_FLAG_SESSION_READY, &tgt->flags)) { in bnx2fc_initiate_els()
|
H A 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()
|
H A D | bnx2fc_io.c | 700 if (!(test_bit(BNX2FC_FLAG_SESSION_READY, &tgt->flags))) { in bnx2fc_initiate_tmf() 841 if (!test_bit(BNX2FC_FLAG_SESSION_READY, &tgt->flags)) { in bnx2fc_initiate_abts() 1865 if (!test_bit(BNX2FC_FLAG_SESSION_READY, &tgt->flags)) { in bnx2fc_queuecommand() 2081 if (!test_bit(BNX2FC_FLAG_SESSION_READY, &tgt->flags)) { in bnx2fc_post_io_req()
|
H A D | bnx2fc.h | 300 #define BNX2FC_FLAG_SESSION_READY 0x1 macro
|
H A D | bnx2fc_fcoe.c | 320 if (tgt && (test_bit(BNX2FC_FLAG_SESSION_READY, &tgt->flags))) { in bnx2fc_xmit()
|