Home
last modified time | relevance | path

Searched refs:tx_cur (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/tty/serial/
H A Ducc_uart.c195 struct qe_bd __iomem *tx_cur; member
342 bdp = qe_port->tx_cur; in qe_uart_tx_pump()
354 qe_port->tx_cur = bdp; in qe_uart_tx_pump()
367 bdp = qe_port->tx_cur; in qe_uart_tx_pump()
383 qe_port->tx_cur = bdp; in qe_uart_tx_pump()
614 qe_port->tx_cur = qe_port->tx_bd_base; in qe_uart_initbd()
626 qe_setbits_be16(&qe_port->tx_cur->status, BD_SC_P); in qe_uart_initbd()
H A Dcpm_uart.c656 bdp = pinfo->tx_cur; in cpm_uart_tx_pump()
669 pinfo->tx_cur = bdp; in cpm_uart_tx_pump()
682 bdp = pinfo->tx_cur; in cpm_uart_tx_pump()
696 pinfo->tx_cur = bdp; in cpm_uart_tx_pump()
740 bdp = pinfo->tx_cur = pinfo->tx_bd_base; in cpm_uart_initbd()
1010 bdp = pinfo->tx_cur; in cpm_uart_early_write()
1069 pinfo->tx_cur = bdp; in cpm_uart_early_write()
H A Dcpm_uart.h61 cbd_t __iomem *tx_cur; member
/linux/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dmac.c103 u32 tx_cur = tx_time[q]; in mt7921_mac_sta_poll() local
107 if (!tx_cur && !rx_cur) in mt7921_mac_sta_poll()
110 ieee80211_sta_register_airtime(sta, tid, tx_cur, in mt7921_mac_sta_poll()
/linux/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dmac.c89 u32 tx_cur = tx_time[q]; in mt7925_mac_sta_poll() local
93 if (!tx_cur && !rx_cur) in mt7925_mac_sta_poll()
96 ieee80211_sta_register_airtime(sta, tid, tx_cur, in mt7925_mac_sta_poll()
/linux/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dmac.c950 u32 tx_cur = tx_time[i]; in mt7615_mac_sta_poll() local
954 if (!tx_cur && !rx_cur) in mt7615_mac_sta_poll()
957 ieee80211_sta_register_airtime(sta, tid, tx_cur, in mt7615_mac_sta_poll()
/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmac.c172 u32 tx_cur = tx_time[queue]; in mt7915_mac_sta_poll() local
176 if (!tx_cur && !rx_cur) in mt7915_mac_sta_poll()
179 ieee80211_sta_register_airtime(sta, tid, tx_cur, in mt7915_mac_sta_poll()
/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmac.c165 u32 tx_cur = tx_time[q]; in mt7996_mac_sta_poll() local
169 if (!tx_cur && !rx_cur) in mt7996_mac_sta_poll()
172 ieee80211_sta_register_airtime(sta, tid, tx_cur, rx_cur); in mt7996_mac_sta_poll()