Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/cirrus/
Dcs89x0.c136 struct net_local { struct
137 int chip_type; /* one of: CS8900, CS8920, CS8920M */
138 char chip_revision; /* revision letter of the chip ('A'...) */
139 int send_cmd; /* the proper send command: TX_NOW, TX_AFTER_381, or TX_AFTER_ALL */
140 int auto_neg_cnf; /* auto-negotiation word from EEPROM */
141 int adapter_cnf; /* adapter configuration from EEPROM */
142 int isa_config; /* ISA configuration from EEPROM */
143 int irq_map; /* IRQ map from EEPROM */
144 int rx_mode; /* what mode are we in? 0, RX_MULTCAST_ACCEPT, or RX_ALL_ACCEPT */
145 int curr_rx_cfg; /* a copy of PP_RxCFG */
[all …]
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 */
/linux-5.19.10/drivers/net/ethernet/realtek/
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 …]
/linux-5.19.10/drivers/net/plip/
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
/linux-5.19.10/drivers/net/ethernet/xilinx/
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