Searched defs:net_local (Results 1 – 3 of 3) sorted by relevance
137 struct net_local { struct138 int chip_type; /* one of: CS8900, CS8920, CS8920M */139 char chip_revision; /* revision letter of the chip ('A'...) */140 int send_cmd; /* the proper send command: TX_NOW, TX_AFTER_381, or TX_AFTER_ALL */141 int auto_neg_cnf; /* auto-negotiation word from EEPROM */142 int adapter_cnf; /* adapter configuration from EEPROM */143 int isa_config; /* ISA configuration from EEPROM */144 int irq_map; /* IRQ map from EEPROM */145 int rx_mode; /* what mode are we in? 0, RX_MULTCAST_ACCEPT, or RX_ALL_ACCEPT */146 int curr_rx_cfg; /* a copy of PP_RxCFG */[all …]
205 struct net_local { struct206 struct net_device *dev;230 ((struct net_local *)netdev_priv(dev))->pardev->port; in enable_parport_interrupts() argument
120 struct net_local { struct121 struct net_device *ndev;123 bool tx_ping_pong;124 bool rx_ping_pong;125 u32 next_tx_buf_to_use;126 u32 next_rx_buf_to_use;127 void __iomem *base_addr;151 static void xemaclite_enable_interrupts(struct net_local *drvdata) in xemaclite_enable_interrupts() argument