Home
last modified time | relevance | path

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

/linux/drivers/w1/masters/
H A Dw1-uart.c50 * @rx_mutex: mutex to protect rx_err and rx_byte
52 * @rx_byte: result byte from serdev-receive
64 * protect rx_err and rx_byte from concurrent access in
69 u8 rx_byte; member
255 * Send one byte (tx_byte) and read one byte (rx_byte) via serdev.
258 const struct w1_uart_config *w1cfg, u8 *rx_byte) in w1_uart_serdev_tx_rx() argument
282 *rx_byte = w1dev->rx_byte; in w1_uart_serdev_tx_rx()
301 w1dev->rx_byte = buf[0]; in w1_uart_serdev_receive_buf()
/linux/drivers/net/ethernet/
H A Ddnet.h193 u32 rx_byte; member
H A Ddnet.c343 u32 *end = &bp->hw_stats.rx_byte + 1; in dnet_update_stats()
675 pr_debug("RX_BYTE_CNT %-8x\n", hwstat->rx_byte); in dnet_print_pretty_hwstats()
715 nstat->rx_bytes = hwstat->rx_byte; in dnet_get_stats()
/linux/drivers/gpu/drm/msm/dsi/
H A Ddsi_host.c1438 u8 *buf, int rx_byte, int pkt_size) in dsi_cmd_dma_rx() argument
1448 cnt = (rx_byte + 3) >> 2; in dsi_cmd_dma_rx()
1452 if (rx_byte == 4) in dsi_cmd_dma_rx()
2166 int data_byte, rx_byte, dlen, end; in msm_dsi_host_cmd_rx() local
2175 rx_byte = 4; in msm_dsi_host_cmd_rx()
2183 rx_byte = data_byte + 6; /* 4 header + 2 crc */ in msm_dsi_host_cmd_rx()
2197 DBG("rlen=%d pkt_size=%d rx_byte=%d", in msm_dsi_host_cmd_rx()
2198 rlen, pkt_size, rx_byte); in msm_dsi_host_cmd_rx()
2233 dlen = dsi_cmd_dma_rx(msm_host, buf, rx_byte, pkt_size); in msm_dsi_host_cmd_rx()
/linux/drivers/net/wireless/ath/ath6kl/
H A Dcore.h465 u64 rx_byte; member
H A Dcfg80211.c1816 if (vif->target_stats.rx_byte) { in ath6kl_get_station()
1817 sinfo->rx_bytes = vif->target_stats.rx_byte; in ath6kl_get_station()