Lines Matching refs:net_device
609 void TLan_PhyPrint( struct net_device *dev )
655 void TLan_PhyDetect( struct net_device *dev )
699 void TLan_PhyPowerDown( struct net_device *dev )
721 void TLan_PhyPowerUp( struct net_device *dev )
739 void TLan_PhyReset( struct net_device *dev )
764 void TLan_PhyStartLink( struct net_device *dev )
848 void TLan_PhyFinishAutoNeg( struct net_device *dev )
932 void TLan_PhyMonitor( struct net_device *dev )
1002 int TLan_MiiReadReg( struct net_device *dev, u16 phy, u16 reg, u16 *val )
1162 void TLan_MiiWriteReg( struct net_device *dev, u16 phy, u16 reg, u16 val )
1344 struct net_device *nextDevice;
1662 typedef u32 (TLanIntVectorFunc)( struct net_device *, u16 );
1665 static struct net_device *TLan_Eisa_Devices;
1767 static int TLan_Init( struct net_device * );
1768 static int TLan_Open( struct net_device *dev );
1769 static int TLan_StartTx( struct sk_buff *, struct net_device *);
1771 static int TLan_Close( struct net_device *);
1772 static struct net_device_stats *TLan_GetStats( struct net_device *);
1773 static void TLan_SetMulticastList( struct net_device *);
1774 static int TLan_ioctl( struct net_device *dev, struct ifreq *rq, int cmd);
1776 static void TLan_tx_timeout( struct net_device *dev);
1779 static u32 TLan_HandleInvalid( struct net_device *, u16 );
1780 static u32 TLan_HandleTxEOF( struct net_device *, u16 );
1781 static u32 TLan_HandleStatOverflow( struct net_device *, u16 );
1782 static u32 TLan_HandleRxEOF( struct net_device *, u16 );
1783 static u32 TLan_HandleDummy( struct net_device *, u16 );
1784 static u32 TLan_HandleTxEOC( struct net_device *, u16 );
1785 static u32 TLan_HandleStatusCheck( struct net_device *, u16 );
1786 static u32 TLan_HandleRxEOC( struct net_device *, u16 );
1790 static void TLan_ResetLists( struct net_device * );
1791 static void TLan_FreeLists( struct net_device * );
1794 static void TLan_ReadAndClearStats( struct net_device *, int );
1795 static void TLan_ResetAdapter( struct net_device * );
1796 static void TLan_FinishReset( struct net_device * );
1797 static void TLan_SetMac( struct net_device *, int areg, char *mac );
1799 static void TLan_PhyPrint( struct net_device * );
1800 static void TLan_PhyDetect( struct net_device * );
1801 static void TLan_PhyPowerDown( struct net_device * );
1802 static void TLan_PhyPowerUp( struct net_device * );
1803 static void TLan_PhyReset( struct net_device * );
1804 static void TLan_PhyStartLink( struct net_device * );
1805 static void TLan_PhyFinishAutoNeg( struct net_device * );
1807 static void TLan_PhyMonitor( struct net_device * );
1811 static int TLan_PhyNop( struct net_device * );
1812 static int TLan_PhyInternalCheck( struct net_device * );
1813 static int TLan_PhyInternalService( struct net_device * );
1814 static int TLan_PhyDp83840aCheck( struct net_device * );
1817 static int TLan_MiiReadReg( struct net_device *, u16, u16, u16 * );
1820 static void TLan_MiiWriteReg( struct net_device *, u16, u16, u16 );
1825 static int TLan_EeReadByte( struct net_device *, u8, u8 * );
1839 TLan_SetTimer( struct net_device *dev, u32 ticks, u32 type )
1890 struct net_device *dev = pci_get_drvdata( pdev );
1981 struct net_device *dev;
2104 struct net_device *dev;
2248 static int TLan_Init( struct net_device *dev )
2333 static int TLan_Open( struct net_device *dev )
2377 static int TLan_ioctl(struct net_device *dev, struct ifreq *rq, int cmd)
2419 static void TLan_tx_timeout(struct net_device *dev)
2456 static int TLan_StartTx( struct sk_buff *skb, struct net_device *dev )
2554 struct net_device *dev;
2596 static int TLan_Close(struct net_device *dev)
2633 static struct net_device_stats *TLan_GetStats( struct net_device *dev )
2678 static void TLan_SetMulticastList( struct net_device *dev )
2749 u32 TLan_HandleInvalid( struct net_device *dev, u16 host_int )
2778 u32 TLan_HandleTxEOF( struct net_device *dev, u16 host_int )
2856 u32 TLan_HandleStatOverflow( struct net_device *dev, u16 host_int )
2889 u32 TLan_HandleRxEOF( struct net_device *dev, u16 host_int )
3018 u32 TLan_HandleDummy( struct net_device *dev, u16 host_int )
3045 u32 TLan_HandleTxEOC( struct net_device *dev, u16 host_int )
3088 u32 TLan_HandleStatusCheck( struct net_device *dev, u16 host_int )
3161 u32 TLan_HandleRxEOC( struct net_device *dev, u16 host_int )
3219 struct net_device *dev = (struct net_device *) data;
3294 void TLan_ResetLists( struct net_device *dev )
3350 void TLan_FreeLists( struct net_device *dev )
3458 void TLan_ReadAndClearStats( struct net_device *dev, int record )
3531 TLan_ResetAdapter( struct net_device *dev )
3612 TLan_FinishReset( struct net_device *dev )
3730 void TLan_SetMac( struct net_device *dev, int areg, char *mac )