Home
last modified time | relevance | path

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

/linux/include/target/
H A Dtarget_core_base.h679 u64 total_cmds;
819 u64 total_cmds;
675 u64 total_cmds; global() member
815 u64 total_cmds; global() 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