Searched refs:total_cmds (Results 1 – 6 of 6) sorted by relevance
2823 int scsi_cmds, total_cmds = requested_cmds_max; in iscsi_host_get_max_scsi_cmds() local2826 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 …]
675 u64 total_cmds; member815 u64 total_cmds; member
58 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()
307 lu_show_per_cpu_stat(lu_num_cmds, total_cmds, 0);1021 auth_show_per_cpu_stat(auth_num_cmds, total_cmds, 0);
830 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()
1527 u32 total_cmds; member