Lines Matching defs:sh_eth_cpu_data
475 struct sh_eth_cpu_data { struct
477 int (*soft_reset)(struct net_device *ndev);
480 void (*chip_reset)(struct net_device *ndev);
481 void (*set_duplex)(struct net_device *ndev);
482 void (*set_rate)(struct net_device *ndev);
485 int register_type;
486 u32 edtrr_trns;
487 u32 eesipr_value;
490 u32 ecsr_value;
491 u32 ecsipr_value;
492 u32 fdr_value;
493 u32 fcftr_value;
496 u32 tx_check;
497 u32 eesr_err_check;
500 u32 trscer_err_mask;
503 unsigned long irq_flags; /* IRQ configuration flags */
504 unsigned no_psr:1; /* EtherC DOES NOT have PSR */
505 unsigned apr:1; /* EtherC has APR */
506 unsigned mpr:1; /* EtherC has MPR */
507 unsigned tpauser:1; /* EtherC has TPAUSER */
531 struct sh_eth_cpu_data *cd; argument