Home
last modified time | relevance | path

Searched defs:net_local (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/net/ethernet/cirrus/
H A Dcs89x0.c137 struct net_local { struct
138 int chip_type; /* one of: CS8900, CS8920, CS8920M */
142 int adapter_cnf; /* adapter configuration from EEPROM */
143 int isa_config; /* ISA configuration from EEPROM */
144 int irq_map; /* IRQ map from EEPROM */
146 int curr_rx_cfg; /* a copy of PP_RxCFG */
150 spinlock_t lock;
151 void __iomem *virt_addr;/* CS89x0 virtual address. */
153 int use_dma; /* Flag: we're using dma */
154 int dma; /* DMA channel */
[all …]
H A Dmac89x0.c104 struct net_local { struct
105 int msg_enable;
106 int chip_type; /* one of: CS8900, CS8920, CS8920M */
107 char chip_revision; /* revision letter of the chip ('A'...) */
108 int send_cmd; /* the propercommand used to send a packet. */
109 int rx_mode;
110 int curr_rx_cfg;
111 int send_underrun; /* keep track of how many underruns in a row we get */
/openbmc/linux/drivers/net/ethernet/realtek/
H A Datp.c169 struct net_local { struct
170 spinlock_t lock;
171 struct net_device *next_module;
172 struct timer_list timer; /* Media selection timer. */
173 struct net_device *dev; /* Timer dev. */
174 unsigned long last_rx_time; /* Last Rx, in jiffies, to handle Rx hang. */
175 int saved_tx_size;
176 unsigned int tx_unit_busy:1;
177 unsigned char re_tx, /* Number of packet retransmissions. */
178 addr_mode, /* Current Rx filter e.g. promiscuous, etc. */
[all …]
/openbmc/linux/drivers/net/plip/
H A Dplip.c205 struct net_local { struct
206 struct net_device *dev;
230 ((struct net_local *)netdev_priv(dev))->pardev->port; in enable_parport_interrupts() argument
/openbmc/linux/drivers/net/ethernet/xilinx/
H A Dxilinx_emaclite.c119 struct net_local { struct
120 struct net_device *ndev;
122 bool tx_ping_pong;
123 bool rx_ping_pong;
124 u32 next_tx_buf_to_use;
125 u32 next_rx_buf_to_use;
126 void __iomem *base_addr;
150 static void xemaclite_enable_interrupts(struct net_local *drvdata) in xemaclite_enable_interrupts() argument