tx_fifo_stat       81 drivers/net/ethernet/allwinner/sun4i-emac.c 	u16			tx_fifo_stat;
tx_fifo_stat      441 drivers/net/ethernet/allwinner/sun4i-emac.c 	channel = db->tx_fifo_stat & 3;
tx_fifo_stat      455 drivers/net/ethernet/allwinner/sun4i-emac.c 	db->tx_fifo_stat |= 1 << channel;
tx_fifo_stat      477 drivers/net/ethernet/allwinner/sun4i-emac.c 	if ((db->tx_fifo_stat & 3) == 3) {
tx_fifo_stat      497 drivers/net/ethernet/allwinner/sun4i-emac.c 	db->tx_fifo_stat &= ~(tx_status & 3);