Searched refs:host_int (Results 1 - 7 of 7) sorted by relevance
/drivers/scsi/qla4xxx/ |
H A D | ql4_isr.c | 744 writel(0, &ha->qla4_8xxx_reg->host_int); 745 readl(&ha->qla4_8xxx_reg->host_int); 788 writel(0, &ha->qla4_8xxx_reg->host_int); 929 if (!(readl(&ha->qla4_8xxx_reg->host_int) & 995 if (!(readl(&ha->qla4_8xxx_reg->host_int) & 1027 writel(0, &ha->qla4_8xxx_reg->host_int);
|
H A D | ql4_fw.h | 64 __le32 host_int; /* Offset 0x0504 (R/W): Interrupt status. */ member in struct:device_reg_82xx
|
H A D | ql4_nx.c | 1861 writel(0, &ha->qla4_8xxx_reg->host_int); 1862 readl(&ha->qla4_8xxx_reg->host_int);
|
H A D | ql4_mbx.c | 172 readl(&ha->qla4_8xxx_reg->host_int);
|
/drivers/net/ethernet/ti/ |
H A D | tlan.c | 1117 u16 host_int; local 1122 host_int = inw(dev->base_addr + TLAN_HOST_INT); 1123 type = (host_int & TLAN_HI_IT_MASK) >> 2; 1128 outw(host_int, dev->base_addr + TLAN_HOST_INT); 1129 ack = tlan_int_vector[type](dev, host_int); 1317 * host_int The contents of the HOST_INT 1331 static u32 tlan_handle_tx_eof(struct net_device *dev, u16 host_int) argument 1419 * host_int The contents of the HOST_INT 1428 static u32 tlan_handle_stat_overflow(struct net_device *dev, u16 host_int) argument 1447 * host_int Th 1464 tlan_handle_rx_eof(struct net_device *dev, u16 host_int) argument 1580 tlan_handle_dummy(struct net_device *dev, u16 host_int) argument 1610 tlan_handle_tx_eoc(struct net_device *dev, u16 host_int) argument 1662 tlan_handle_status_check(struct net_device *dev, u16 host_int) argument 1741 tlan_handle_rx_eoc(struct net_device *dev, u16 host_int) argument [all...] |
/drivers/scsi/qla2xxx/ |
H A D | qla_nx.c | 2072 if (RD_REG_DWORD(®->host_int)) { 2100 WRT_REG_DWORD(®->host_int, 0); 2146 if (RD_REG_DWORD(®->host_int)) { 2174 WRT_REG_DWORD(®->host_int, 0); 2215 WRT_REG_DWORD(®->host_int, 0); 2244 if (RD_REG_DWORD(®->host_int)) { 2271 WRT_REG_DWORD(®->host_int, 0);
|
H A D | qla_nx.h | 861 uint32_t host_int; /* Interrupt status. */ member in struct:device_reg_82xx
|
Completed in 334 milliseconds