Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Deepro100.c477 int tx_cur; in eepro100_init() local
518 tx_cur = tx_next; in eepro100_init()
548 le16_to_cpu (tx_ring[tx_cur].status)); in eepro100_init()
554 tx_cur = tx_next; in eepro100_init()
585 le16_to_cpu (tx_ring[tx_cur].status)); in eepro100_init()
598 int tx_cur; in eepro100_send() local
605 tx_cur = tx_next; in eepro100_send()
612 tx_ring[tx_cur].status = 0; in eepro100_send()
614 tx_ring[tx_cur].link = in eepro100_send()
616 tx_ring[tx_cur].tx_desc_addr = in eepro100_send()
[all …]
/openbmc/linux/drivers/tty/serial/
H A 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()
H A Dcpm_uart.h61 cbd_t __iomem *tx_cur; member
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()
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()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7921/
H A 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()
/openbmc/u-boot/cmd/aspeed/nettest/
H A Dmac.c765 int32_t rx_cur, tx_cur; in mac_set_scan_boundary() local
772 mac_get_delay(p_eng, &rx_cur, &tx_cur); in mac_set_scan_boundary()
804 p_eng->io.tx_delay_scan.begin = tx_cur - p_eng->run.delay_margin; in mac_set_scan_boundary()
805 p_eng->io.tx_delay_scan.end = tx_cur + p_eng->run.delay_margin; in mac_set_scan_boundary()
817 p_eng->io.tx_delay_scan.orig = tx_cur; in mac_set_scan_boundary()
/openbmc/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()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A 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()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A 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()