Lines Matching defs:sh_eth_cpu_data
459 struct sh_eth_cpu_data { struct
461 int (*soft_reset)(struct net_device *ndev);
464 void (*chip_reset)(struct net_device *ndev);
465 void (*set_duplex)(struct net_device *ndev);
466 void (*set_rate)(struct net_device *ndev);
469 int register_type;
470 u32 edtrr_trns;
471 u32 eesipr_value;
474 u32 ecsr_value;
475 u32 ecsipr_value;
476 u32 fdr_value;
477 u32 fcftr_value;
480 u32 tx_check;
481 u32 eesr_err_check;
484 u32 trscer_err_mask;
487 unsigned long irq_flags; /* IRQ configuration flags */
488 unsigned no_psr:1; /* EtherC DOES NOT have PSR */
489 unsigned apr:1; /* EtherC has APR */
490 unsigned mpr:1; /* EtherC has MPR */
491 unsigned tpauser:1; /* EtherC has TPAUSER */
515 struct sh_eth_cpu_data *cd; argument