Searched refs:arp2int (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic94xx/
H A Daic94xx_hwi.c856 u32 arp2int = asd_read_reg_dword(asd_ha, CARP2INT); local
858 if (arp2int & (ARP2WAITTO|ARP2ILLOPC|ARP2PERR|ARP2CIOPERR)) {
859 asd_printk("%s: CSEQ arp2int:0x%x\n",
861 arp2int);
862 } else if (arp2int & ARP2HALTC)
865 halt_code[(arp2int>>16)&0xFF]);
869 arp2int);
876 u32 arp2int = asd_read_reg_dword(asd_ha, local
878 if (arp2int & (ARP2WAITTO | ARP2ILLOPC | ARP2PERR
880 asd_printk("%s: LSEQ%d arp2int
[all...]

Completed in 47 milliseconds