Searched refs:num_active_ios (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/scsi/bnx2fc/ |
H A D | bnx2fc_tgt.c | 171 tgt->num_active_ios.counter); in bnx2fc_flush_active_ios() 265 while ((tgt->num_active_ios.counter != 0) && (i++ < BNX2FC_WAIT_CNT)) in bnx2fc_flush_active_ios() 267 if (tgt->num_active_ios.counter != 0) in bnx2fc_flush_active_ios() 270 tgt->rdata->ids.port_id, tgt->num_active_ios.counter); in bnx2fc_flush_active_ios() 296 tgt->num_active_ios.counter); in bnx2fc_upload_session() 387 atomic_set(&tgt->num_active_ios, 0); in bnx2fc_init_tgt()
|
H A D | bnx2fc_io.c | 426 (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()
|
H A D | bnx2fc.h | 363 atomic_t num_active_ios; member
|
/linux/drivers/scsi/qedf/ |
H A D | qedf_io.c | 319 if ((atomic_read(&fcport->num_active_ios) >= in qedf_alloc_cmd() 322 "Returning NULL, num_active_ios=%d.\n", 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() 1637 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() [all...] |
H A D | qedf_debugfs.c | 363 seq_printf(s, "%016llx/%016llx/%06x: state=%s, free_sqes=%d, num_active_ios=%d\n", in qedf_driver_stats_show() 368 atomic_read(&fcport->num_active_ios)); in qedf_driver_stats_show()
|
H A D | qedf.h | 222 atomic_t num_active_ios; member
|