Home
last modified time | relevance | path

Searched refs:QEDF_RPORT_UPLOADING_CONNECTION (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/scsi/qedf/
H A Dqedf_io.c892 test_bit(QEDF_RPORT_UPLOADING_CONNECTION, &fcport->flags)) { in qedf_post_io_req()
1004 test_bit(QEDF_RPORT_UPLOADING_CONNECTION, &fcport->flags)) { in qedf_queuecommand()
1617 if (test_bit(QEDF_RPORT_UPLOADING_CONNECTION, &fcport->flags) && in qedf_flush_active_ios()
1803 if (test_bit(QEDF_RPORT_UPLOADING_CONNECTION, &fcport->flags) && in qedf_flush_active_ios()
1901 if (test_bit(QEDF_RPORT_UPLOADING_CONNECTION, &fcport->flags)) { in qedf_initiate_abts()
2382 if (test_bit(QEDF_RPORT_UPLOADING_CONNECTION, &fcport->flags)) { in qedf_execute_tmf()
2439 if (test_bit(QEDF_RPORT_UPLOADING_CONNECTION, &fcport->flags)) { in qedf_initiate_tmf()
2457 if (test_bit(QEDF_RPORT_UPLOADING_CONNECTION, &fcport->flags)) { in qedf_initiate_tmf()
H A Dqedf.h206 #define QEDF_RPORT_UPLOADING_CONNECTION 2 macro
H A Dqedf_main.c788 if (test_bit(QEDF_RPORT_UPLOADING_CONNECTION, &fcport->flags)) { in qedf_eh_abort()
1609 !test_bit(QEDF_RPORT_UPLOADING_CONNECTION, in qedf_rport_event_handler()
1611 set_bit(QEDF_RPORT_UPLOADING_CONNECTION, in qedf_rport_event_handler()
1623 clear_bit(QEDF_RPORT_UPLOADING_CONNECTION, in qedf_rport_event_handler()
2602 if (fcport && test_bit(QEDF_RPORT_UPLOADING_CONNECTION, in qedf_recv_frame()
H A Dqedf_els.c383 test_bit(QEDF_RPORT_UPLOADING_CONNECTION, &fcport->flags)) { in qedf_restart_rport()