Home
last modified time | relevance | path

Searched refs:tx_byte (Results 1 – 6 of 6) sorted by relevance

/drivers/w1/masters/
A Dw1-uart.c39 u8 tx_byte; member
144 w1cfg->tx_byte = 0xff << bits_low; in w1_uart_set_config()
268 ret = serdev_device_write_buf(serdev, &w1cfg->tx_byte, 1); in w1_uart_serdev_tx_rx()
334 return val != w1cfg->tx_byte ? 0 : 1; in w1_uart_reset_bus()
355 return val == w1cfg->tx_byte ? 1 : 0; in w1_uart_touch_bit()
/drivers/net/ethernet/
A Ddnet.h201 u32 tx_byte; member
A Ddnet.c353 end = &bp->hw_stats.tx_byte + 1; in dnet_update_stats()
685 pr_debug("TX_BYTE_CNT %-8x\n", hwstat->tx_byte); in dnet_print_pretty_hwstats()
716 nstat->tx_bytes = hwstat->tx_byte; in dnet_get_stats()
/drivers/net/wireless/ath/ath6kl/
A Dcore.h448 u64 tx_byte; member
A Dmain.c719 stats->tx_byte += le32_to_cpu(tgt_stats->stats.tx.byte); in ath6kl_update_target_stats()
A Dcfg80211.c1823 if (vif->target_stats.tx_byte) { in ath6kl_get_station()
1824 sinfo->tx_bytes = vif->target_stats.tx_byte; in ath6kl_get_station()

Completed in 20 milliseconds