Searched refs:tx_cur (Results 1 – 8 of 8) sorted by relevance
| /linux/tools/testing/selftests/drivers/net/ |
| H A D | ring_reconfig.py | 334 tx_cur = rings['tx'] 335 if tx_cur <= MIN_TX_RING: 337 defer(cfg.eth.rings_set, ehdr | {'tx': tx_cur}) 384 cfg.eth.rings_set(ehdr | {'tx': tx_cur})
|
| /linux/drivers/tty/serial/ |
| H A D | ucc_uart.c | 195 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 D | cpm_uart.h | 61 cbd_t __iomem *tx_cur; member
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7921/ |
| H A D | mac.c | 104 u32 tx_cur = tx_time[q]; in mt7921_mac_sta_poll() local 108 if (!tx_cur && !rx_cur) in mt7921_mac_sta_poll() 111 ieee80211_sta_register_airtime(sta, tid, tx_cur, in mt7921_mac_sta_poll()
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7925/ |
| H A D | mac.c | 97 u32 tx_cur = tx_time[q]; in mt7925_mac_sta_poll() local 101 if (!tx_cur && !rx_cur) in mt7925_mac_sta_poll() 104 ieee80211_sta_register_airtime(sta, tid, tx_cur, in mt7925_mac_sta_poll()
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7615/ |
| H A D | mac.c | 943 u32 tx_cur = tx_time[i]; in mt7615_mac_sta_poll() local 947 if (!tx_cur && !rx_cur) in mt7615_mac_sta_poll() 950 ieee80211_sta_register_airtime(sta, tid, tx_cur, in mt7615_mac_sta_poll()
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7915/ |
| H A D | mac.c | 169 u32 tx_cur = tx_time[queue]; in mt7915_mac_sta_poll() local 173 if (!tx_cur && !rx_cur) in mt7915_mac_sta_poll() 176 ieee80211_sta_register_airtime(sta, tid, tx_cur, in mt7915_mac_sta_poll()
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7996/ |
| H A D | mac.c | 152 u32 tx_cur = tx_time[q]; in mt7996_mac_sta_poll() local 156 if (!tx_cur && !rx_cur) in mt7996_mac_sta_poll() 159 ieee80211_sta_register_airtime(sta, tid, tx_cur, rx_cur); in mt7996_mac_sta_poll()
|