ethregs           186 arch/mips/include/asm/sgi/hpc3.h 	struct hpc3_ethregs ethregs;
ethregs           143 arch/mips/sgi-ip22/ip28-berr.c 	hpc3.ethrx.addr	 = (unsigned long)&hpc3c0->ethregs.rx_cbptr;
ethregs           144 arch/mips/sgi-ip22/ip28-berr.c 	hpc3.ethrx.ctrl	 = hpc3c0->ethregs.rx_ctrl; /* HPC3_ERXCTRL_ACTIVE ? */
ethregs           145 arch/mips/sgi-ip22/ip28-berr.c 	hpc3.ethrx.cbp	 = hpc3c0->ethregs.rx_cbptr;
ethregs           146 arch/mips/sgi-ip22/ip28-berr.c 	hpc3.ethrx.ndptr = hpc3c0->ethregs.rx_ndptr;
ethregs           148 arch/mips/sgi-ip22/ip28-berr.c 	hpc3.ethtx.addr	 = (unsigned long)&hpc3c0->ethregs.tx_cbptr;
ethregs           149 arch/mips/sgi-ip22/ip28-berr.c 	hpc3.ethtx.ctrl	 = hpc3c0->ethregs.tx_ctrl; /* HPC3_ETXCTRL_ACTIVE ? */
ethregs           150 arch/mips/sgi-ip22/ip28-berr.c 	hpc3.ethtx.cbp	 = hpc3c0->ethregs.tx_cbptr;
ethregs           151 arch/mips/sgi-ip22/ip28-berr.c 	hpc3.ethtx.ndptr = hpc3c0->ethregs.tx_ndptr;
ethregs           766 drivers/net/ethernet/seeq/sgiseeq.c 	sp->hregs = &hpcregs->ethregs;