Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dlibiscsi.c2823 int scsi_cmds, total_cmds = requested_cmds_max; in iscsi_host_get_max_scsi_cmds() local
2826 if (!total_cmds) in iscsi_host_get_max_scsi_cmds()
2827 total_cmds = ISCSI_DEF_XMIT_CMDS_MAX; in iscsi_host_get_max_scsi_cmds()
2833 if (total_cmds < ISCSI_TOTAL_CMDS_MIN) { in iscsi_host_get_max_scsi_cmds()
2835 total_cmds, ISCSI_TOTAL_CMDS_MIN); in iscsi_host_get_max_scsi_cmds()
2839 if (total_cmds > ISCSI_TOTAL_CMDS_MAX) { in iscsi_host_get_max_scsi_cmds()
2843 total_cmds = ISCSI_TOTAL_CMDS_MAX; in iscsi_host_get_max_scsi_cmds()
2846 if (!is_power_of_2(total_cmds)) { in iscsi_host_get_max_scsi_cmds()
2847 total_cmds = rounddown_pow_of_two(total_cmds); in iscsi_host_get_max_scsi_cmds()
2848 if (total_cmds < ISCSI_TOTAL_CMDS_MIN) { in iscsi_host_get_max_scsi_cmds()
[all …]
/linux/include/target/
H A Dtarget_core_base.h675 u64 total_cmds; member
815 u64 total_cmds; member
/linux/drivers/target/
H A Dtarget_core_device.c58 this_cpu_inc(deve->stats->total_cmds); in transport_lookup_cmd_lun()
129 this_cpu_inc(se_cmd->se_dev->stats->total_cmds); in transport_lookup_cmd_lun()
H A Dtarget_core_stat.c307 lu_show_per_cpu_stat(lu_num_cmds, total_cmds, 0);
1021 auth_show_per_cpu_stat(auth_num_cmds, total_cmds, 0);
/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_83xx_hw.c830 max_loops = cmd->total_cmds * QLC_83XX_MBX_CMD_LOOP; in qlcnic_83xx_poll_for_mbx_completion()
4021 cmd->total_cmds = mbx->num_cmds; in qlcnic_83xx_enqueue_mbx_cmd()
4022 *timeout = cmd->total_cmds * QLC_83XX_MBX_TIMEOUT; in qlcnic_83xx_enqueue_mbx_cmd()
H A Dqlcnic.h1527 u32 total_cmds; member