Lines Matching defs:host_int
1133 u16 host_int;
1138 host_int = inw(dev->base_addr + TLAN_HOST_INT);
1139 type = (host_int & TLAN_HI_IT_MASK) >> 2;
1144 outw(host_int, dev->base_addr + TLAN_HOST_INT);
1145 ack = tlan_int_vector[type](dev, host_int);
1330 * host_int The contents of the HOST_INT
1344 static u32 tlan_handle_tx_eof(struct net_device *dev, u16 host_int)
1431 * host_int The contents of the HOST_INT
1440 static u32 tlan_handle_stat_overflow(struct net_device *dev, u16 host_int)
1459 * host_int The contents of the HOST_INT
1476 static u32 tlan_handle_rx_eof(struct net_device *dev, u16 host_int)
1582 * host_int The contents of the HOST_INT
1591 static u32 tlan_handle_dummy(struct net_device *dev, u16 host_int)
1609 * host_int The contents of the HOST_INT
1621 static u32 tlan_handle_tx_eoc(struct net_device *dev, u16 host_int)
1660 * host_int The contents of the HOST_INT
1672 static u32 tlan_handle_status_check(struct net_device *dev, u16 host_int)
1683 if (host_int & TLAN_HI_IV_MASK) {
1739 * host_int The contents of the HOST_INT
1751 static u32 tlan_handle_rx_eoc(struct net_device *dev, u16 host_int)