Searched refs:num_active_ios (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/ |
H A D | bnx2fc_tgt.c | 173 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()
|
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() 498 atomic_inc(&tgt->num_active_ios); in bnx2fc_cmd_alloc() 541 atomic_dec(&io_req->tgt->num_active_ios); in bnx2fc_cmd_release()
|
H A D | bnx2fc.h | 371 atomic_t num_active_ios; member
|
/kernel/linux/linux-6.6/drivers/scsi/bnx2fc/ |
H A D | bnx2fc_tgt.c | 173 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()
|
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 | 368 atomic_t num_active_ios; member
|
/kernel/linux/linux-5.10/drivers/scsi/qedf/ |
H A D | qedf_io.c | 324 if ((atomic_read(&fcport->num_active_ios) >= in qedf_alloc_cmd() 327 "Returning NULL, num_active_ios=%d.\n", in qedf_alloc_cmd() 328 atomic_read(&fcport->num_active_ios)); in qedf_alloc_cmd() 367 atomic_inc(&fcport->num_active_ios); in qedf_alloc_cmd() 457 atomic_dec(&fcport->num_active_ios); in qedf_release_cmd() 459 if (atomic_read(&fcport->num_active_ios) < 0) { in qedf_release_cmd() 1653 atomic_read(&fcport->num_active_ios), fcport, in qedf_flush_active_ios() 1821 flush_cnt, atomic_read(&fcport->num_active_ios)); in qedf_flush_active_ios() 1825 while (atomic_read(&fcport->num_active_ios)) { in qedf_flush_active_ios() 1829 atomic_read(&fcport->num_active_ios), in qedf_flush_active_ios() [all...] |
H A D | qedf.h | 216 atomic_t num_active_ios; member
|
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()
|
/kernel/linux/linux-6.6/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() 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() [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 | 221 atomic_t num_active_ios; member
|
Completed in 29 milliseconds