Searched defs:net_local (Results 1 – 5 of 5) sorted by relevance
/drivers/net/ethernet/cirrus/ |
D | cs89x0.c | 137 struct net_local { struct 138 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 …]
|
D | mac89x0.c | 104 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 */
|
/drivers/net/plip/ |
D | plip.c | 205 struct net_local { struct 206 struct net_device *dev; 230 ((struct net_local *)netdev_priv(dev))->pardev->port; in enable_parport_interrupts() argument
|
/drivers/net/ethernet/realtek/ |
D | atp.c | 169 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 …]
|
/drivers/net/ethernet/xilinx/ |
D | xilinx_emaclite.c | 119 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
|