Searched refs:tx_completed (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-6.6/drivers/spi/ |
H A D | spi-rzv2m-csi.c | 427 bool tx_completed = !csi->txbuf; in rzv2m_csi_pio_transfer() local 442 while (!tx_completed || !rx_completed) { in rzv2m_csi_pio_transfer() 474 tx_completed = true; in rzv2m_csi_pio_transfer()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/8390/ |
H A D | lib8390.c | 827 unsigned char tx_completed = ei_inb_p(e8390_base+EN0_ISR) & (ENISR_TX+ENISR_TX_ERR); in ei_rx_overrun() local 828 if (!tx_completed) in ei_rx_overrun()
|
H A D | axnet_cs.c | 1491 unsigned char tx_completed = inb_p(e8390_base+EN0_ISR) & (ENISR_TX+ENISR_TX_ERR); in ei_rx_overrun() local 1492 if (!tx_completed) in ei_rx_overrun()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/8390/ |
H A D | lib8390.c | 826 unsigned char tx_completed = ei_inb_p(e8390_base+EN0_ISR) & (ENISR_TX+ENISR_TX_ERR); in ei_rx_overrun() local 827 if (!tx_completed) in ei_rx_overrun()
|
H A D | axnet_cs.c | 1491 unsigned char tx_completed = inb_p(e8390_base+EN0_ISR) & (ENISR_TX+ENISR_TX_ERR); in ei_rx_overrun() local 1492 if (!tx_completed) in ei_rx_overrun()
|
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | sta_info.h | 147 u16 tx_airtime, bool tx_completed);
|
H A D | sta_info.c | 1921 u16 tx_airtime, bool tx_completed) in ieee80211_sta_update_pending_airtime() 1928 if (!tx_completed) { in ieee80211_sta_update_pending_airtime() 1919 ieee80211_sta_update_pending_airtime(struct ieee80211_local *local, struct sta_info *sta, u8 ac, u16 tx_airtime, bool tx_completed) ieee80211_sta_update_pending_airtime() argument
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | sta_info.h | 150 u16 tx_airtime, bool tx_completed);
|
H A D | sta_info.c | 2342 u16 tx_airtime, bool tx_completed) in ieee80211_sta_update_pending_airtime() 2349 if (!tx_completed) { in ieee80211_sta_update_pending_airtime() 2340 ieee80211_sta_update_pending_airtime(struct ieee80211_local *local, struct sta_info *sta, u8 ac, u16 tx_airtime, bool tx_completed) ieee80211_sta_update_pending_airtime() argument
|
Completed in 18 milliseconds