Lines Matching refs:host_int
1135 u16 host_int;
1140 host_int = inw(dev->base_addr + TLAN_HOST_INT);
1141 type = (host_int & TLAN_HI_IT_MASK) >> 2;
1146 outw(host_int, dev->base_addr + TLAN_HOST_INT);
1147 ack = tlan_int_vector[type](dev, host_int);
1332 * host_int The contents of the HOST_INT
1346 static u32 tlan_handle_tx_eof(struct net_device *dev, u16 host_int)
1433 * host_int The contents of the HOST_INT
1442 static u32 tlan_handle_stat_overflow(struct net_device *dev, u16 host_int)
1461 * host_int The contents of the HOST_INT
1478 static u32 tlan_handle_rx_eof(struct net_device *dev, u16 host_int)
1584 * host_int The contents of the HOST_INT
1593 static u32 tlan_handle_dummy(struct net_device *dev, u16 host_int)
1611 * host_int The contents of the HOST_INT
1623 static u32 tlan_handle_tx_eoc(struct net_device *dev, u16 host_int)
1662 * host_int The contents of the HOST_INT
1674 static u32 tlan_handle_status_check(struct net_device *dev, u16 host_int)
1685 if (host_int & TLAN_HI_IV_MASK) {
1741 * host_int The contents of the HOST_INT
1753 static u32 tlan_handle_rx_eoc(struct net_device *dev, u16 host_int)