Lines Matching refs:host_int
1115 u16 host_int; in tlan_handle_interrupt() local
1120 host_int = inw(dev->base_addr + TLAN_HOST_INT); in tlan_handle_interrupt()
1121 type = (host_int & TLAN_HI_IT_MASK) >> 2; in tlan_handle_interrupt()
1126 outw(host_int, dev->base_addr + TLAN_HOST_INT); in tlan_handle_interrupt()
1127 ack = tlan_int_vector[type](dev, host_int); in tlan_handle_interrupt()
1329 static u32 tlan_handle_tx_eof(struct net_device *dev, u16 host_int) in tlan_handle_tx_eof() argument
1426 static u32 tlan_handle_stat_overflow(struct net_device *dev, u16 host_int) in tlan_handle_stat_overflow() argument
1462 static u32 tlan_handle_rx_eof(struct net_device *dev, u16 host_int) in tlan_handle_rx_eof() argument
1578 static u32 tlan_handle_dummy(struct net_device *dev, u16 host_int) in tlan_handle_dummy() argument
1608 static u32 tlan_handle_tx_eoc(struct net_device *dev, u16 host_int) in tlan_handle_tx_eoc() argument
1615 host_int = 0; in tlan_handle_tx_eoc()
1660 static u32 tlan_handle_status_check(struct net_device *dev, u16 host_int) in tlan_handle_status_check() argument
1671 if (host_int & TLAN_HI_IV_MASK) { in tlan_handle_status_check()
1739 static u32 tlan_handle_rx_eoc(struct net_device *dev, u16 host_int) in tlan_handle_rx_eoc() argument