Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/tty/serial/
Ducc_uart.c195 struct qe_bd *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()
389 qe_port->tx_cur = bdp; in qe_uart_tx_pump()
620 qe_port->tx_cur = qe_port->tx_bd_base; in qe_uart_initbd()
632 qe_setbits_be16(&qe_port->tx_cur->status, BD_SC_P); in qe_uart_initbd()
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()
702 pinfo->tx_cur = bdp; in cpm_uart_tx_pump()
746 bdp = pinfo->tx_cur = pinfo->tx_bd_base; in cpm_uart_initbd()
1016 bdp = pinfo->tx_cur; in cpm_uart_early_write()
1075 pinfo->tx_cur = bdp; in cpm_uart_early_write()
Dcpm_uart.h61 cbd_t __iomem *tx_cur; member
/linux-6.6.21/drivers/net/wireless/mediatek/mt76/mt7921/
Dmac.c100 u32 tx_cur = tx_time[q]; in mt7921_mac_sta_poll() local
104 if (!tx_cur && !rx_cur) in mt7921_mac_sta_poll()
107 ieee80211_sta_register_airtime(sta, tid, tx_cur, in mt7921_mac_sta_poll()
/linux-6.6.21/drivers/net/wireless/mediatek/mt76/mt7615/
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-6.6.21/drivers/net/wireless/mediatek/mt76/mt7915/
Dmac.c165 u32 tx_cur = tx_time[queue]; in mt7915_mac_sta_poll() local
169 if (!tx_cur && !rx_cur) in mt7915_mac_sta_poll()
172 ieee80211_sta_register_airtime(sta, tid, tx_cur, in mt7915_mac_sta_poll()
/linux-6.6.21/drivers/net/wireless/mediatek/mt76/mt7996/
Dmac.c167 u32 tx_cur = tx_time[q]; in mt7996_mac_sta_poll() local
171 if (!tx_cur && !rx_cur) in mt7996_mac_sta_poll()
174 ieee80211_sta_register_airtime(sta, tid, tx_cur, rx_cur); in mt7996_mac_sta_poll()