Home
last modified time | relevance | path

Searched refs:num_active_ios (Results 1 – 6 of 6) sorted by relevance

/drivers/scsi/bnx2fc/
Dbnx2fc_tgt.c173 tgt->num_active_ios.counter); in bnx2fc_flush_active_ios()
267 while ((tgt->num_active_ios.counter != 0) && (i++ < BNX2FC_WAIT_CNT)) in bnx2fc_flush_active_ios()
269 if (tgt->num_active_ios.counter != 0) in bnx2fc_flush_active_ios()
272 tgt->rdata->ids.port_id, tgt->num_active_ios.counter); in bnx2fc_flush_active_ios()
298 tgt->num_active_ios.counter); in bnx2fc_upload_session()
389 atomic_set(&tgt->num_active_ios, 0); in bnx2fc_init_tgt()
Dbnx2fc_io.c426 (tgt->num_active_ios.counter >= max_sqes) || in bnx2fc_elstm_alloc()
430 tgt->num_active_ios.counter, tgt->max_sqes); in bnx2fc_elstm_alloc()
443 atomic_inc(&tgt->num_active_ios); in bnx2fc_elstm_alloc()
485 (tgt->num_active_ios.counter >= max_sqes) || in bnx2fc_cmd_alloc()
497 atomic_inc(&tgt->num_active_ios); in bnx2fc_cmd_alloc()
539 atomic_dec(&io_req->tgt->num_active_ios); in bnx2fc_cmd_release()
Dbnx2fc.h368 atomic_t num_active_ios; member
/drivers/scsi/qedf/
Dqedf_io.c319 if ((atomic_read(&fcport->num_active_ios) >= in qedf_alloc_cmd()
323 atomic_read(&fcport->num_active_ios)); in qedf_alloc_cmd()
362 atomic_inc(&fcport->num_active_ios); in qedf_alloc_cmd()
452 atomic_dec(&fcport->num_active_ios); in qedf_release_cmd()
454 if (atomic_read(&fcport->num_active_ios) < 0) { in qedf_release_cmd()
1633 atomic_read(&fcport->num_active_ios), fcport, in qedf_flush_active_ios()
1801 flush_cnt, atomic_read(&fcport->num_active_ios)); in qedf_flush_active_ios()
1805 while (atomic_read(&fcport->num_active_ios)) { in qedf_flush_active_ios()
1809 atomic_read(&fcport->num_active_ios), in qedf_flush_active_ios()
1815 atomic_read(&fcport->num_active_ios)); in qedf_flush_active_ios()
Dqedf_debugfs.c368 atomic_read(&fcport->num_active_ios)); in qedf_driver_stats_show()
Dqedf.h221 atomic_t num_active_ios; member