Searched refs:txstat (Results 1 – 6 of 6) sorted by relevance
/linux-3.4.99/drivers/net/ethernet/nxp/ |
D | lpc_eth.c | 897 u32 txcidx, *ptxstat, txstat; in __lpc_handle_xmit() local 905 txstat = *ptxstat; in __lpc_handle_xmit() 914 ndev->stats.collisions += TXSTATUS_COLLISIONS_GET(txstat); in __lpc_handle_xmit() 917 if (txstat & TXSTATUS_ERROR) { in __lpc_handle_xmit() 918 if (txstat & TXSTATUS_UNDERRUN) { in __lpc_handle_xmit() 922 if (txstat & TXSTATUS_LATECOLL) { in __lpc_handle_xmit() 926 if (txstat & TXSTATUS_EXCESSCOLL) { in __lpc_handle_xmit() 930 if (txstat & TXSTATUS_EXCESSDEFER) { in __lpc_handle_xmit()
|
/linux-3.4.99/drivers/isdn/hisax/ |
D | amd7930_fn.c | 349 BYTE txstat, dmr3; in Amd7930_fill_Dfifo() local 372 txstat = 0x10; in Amd7930_fill_Dfifo() 373 while ((txstat & 0x10) && (cs->tx_cnt < len)) { in Amd7930_fill_Dfifo() 377 txstat = rByteAMD(cs, 0x07); in Amd7930_fill_Dfifo()
|
/linux-3.4.99/drivers/net/wireless/b43legacy/ |
D | debugfs.c | 341 B43legacy_DEBUGFS_FOPS(txstat, txstat_read_file, NULL, 0); 438 ADD_FILE(txstat, 0400); in b43legacy_debugfs_add_device()
|
D | dma.c | 464 struct b43legacy_hwtxstatus *txstat; in setup_rx_descbuffer() local 499 txstat = (struct b43legacy_hwtxstatus *)(skb->data); in setup_rx_descbuffer() 500 txstat->cookie = 0; in setup_rx_descbuffer()
|
/linux-3.4.99/drivers/net/wireless/b43/ |
D | debugfs.c | 638 B43_DEBUGFS_FOPS(txstat, txstat_read_file, NULL); 760 ADD_FILE(txstat, 0400); in b43_debugfs_add_device()
|
D | dma.c | 1491 const struct b43_txstatus *txstat; in b43_dma_handle_txstatus() local 1589 txstat = &fake; in b43_dma_handle_txstatus() 1591 txstat = status; in b43_dma_handle_txstatus() 1594 txstat); in b43_dma_handle_txstatus()
|