Home
last modified time | relevance | path

Searched refs:tx_completed (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/spi/
H A Dspi-rzv2m-csi.c427 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()
/openbmc/linux/drivers/net/ethernet/8390/
H A Dlib8390.c826 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 Daxnet_cs.c1491 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()
/openbmc/linux/net/mac80211/
H A Dsta_info.h150 u16 tx_airtime, bool tx_completed);
H A Dsta_info.c2364 u16 tx_airtime, bool tx_completed) in ieee80211_sta_update_pending_airtime() argument
2371 if (!tx_completed) { in ieee80211_sta_update_pending_airtime()