Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/mt7621-mmc/
Ddbg.c128 cmd->tot_bytes, (cmd->tot_bytes / 10) * 13 / (cmd->tot_tc / 10)); in msdc_sdio_profile()
136 cmd->tot_bytes, (cmd->tot_bytes / 10) * 13 / (cmd->tot_tc / 10)); in msdc_sdio_profile()
146 cmd->tot_bytes, (cmd->tot_bytes / 10) * 13 / (cmd->tot_tc / 10)); in msdc_sdio_profile()
154 cmd->tot_bytes, (cmd->tot_bytes / 10) * 13 / (cmd->tot_tc / 10)); in msdc_sdio_profile()
195 cmd->tot_bytes += sizes; in msdc_performance()
Ddbg.h45 u32 tot_bytes; member
/Linux-v4.19/drivers/net/ethernet/pasemi/
Dpasemi_mac.c711 int count, buf_index, tot_bytes, packets; in pasemi_mac_clean_rx() local
718 tot_bytes = 0; in pasemi_mac_clean_rx()
778 tot_bytes += len; in pasemi_mac_clean_rx()
814 mac->netdev->stats.rx_bytes += tot_bytes; in pasemi_mac_clean_rx()
/Linux-v4.19/drivers/scsi/qla2xxx/
Dqla_iocb.c863 if (sgx->num_bytes == sgx->tot_bytes) in qla24xx_get_one_block_sg()
920 sgx.tot_bytes = scsi_bufflen(cmd); in qla24xx_walk_and_build_sglist_no_difb()
927 sgx.tot_bytes = tc->bufflen; in qla24xx_walk_and_build_sglist_no_difb()
1630 sgx.tot_bytes = scsi_bufflen(cmd); in qla24xx_dif_start_scsi()
1997 sgx.tot_bytes = scsi_bufflen(cmd); in qla2xxx_dif_start_scsi_mq()
Dqla_def.h4408 uint32_t tot_bytes; /* IN */ member