Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Drw26.c371 ssize_t tot_bytes = 0, result = 0; in ll_direct_IO_26() local
447 tot_bytes += result; in ll_direct_IO_26()
455 if (tot_bytes > 0) { in ll_direct_IO_26()
469 return tot_bytes ? : result; in ll_direct_IO_26()
/linux-4.1.27/drivers/net/ethernet/pasemi/
Dpasemi_mac.c747 int count, buf_index, tot_bytes, packets; in pasemi_mac_clean_rx() local
754 tot_bytes = 0; in pasemi_mac_clean_rx()
814 tot_bytes += len; in pasemi_mac_clean_rx()
852 mac->netdev->stats.rx_bytes += tot_bytes; in pasemi_mac_clean_rx()
/linux-4.1.27/drivers/scsi/qla2xxx/
Dqla_iocb.c863 uint32_t tot_bytes; /* IN */ member
884 if (sgx->num_bytes == sgx->tot_bytes) in qla24xx_get_one_block_sg()
944 sgx.tot_bytes = scsi_bufflen(cmd); in qla24xx_walk_and_build_sglist_no_difb()
952 sgx.tot_bytes = tc->bufflen; in qla24xx_walk_and_build_sglist_no_difb()
1671 sgx.tot_bytes = scsi_bufflen(cmd); in qla24xx_dif_start_scsi()