Home
last modified time | relevance | path

Searched refs:bytes_tx (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/spi/
H A Dspi.h79 u64_stats_t bytes_tx; member
/openbmc/linux/drivers/spi/
H A Dspi.c192 SPI_STATISTICS_SHOW(bytes_tx);
333 u64_stats_add(&stats->bytes_tx, xfer->len); in spi_statistics_add_transfer_stats()