Searched defs:net_local (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/drivers/net/wan/ |
D | sbni.c | 72 struct net_local { struct 73 struct timer_list watchdog; 74 struct net_device *watchdog_dev; 76 spinlock_t lock; 77 struct sk_buff *rx_buf_p; /* receive buffer ptr */ 78 struct sk_buff *tx_buf_p; /* transmit buffer ptr */ 80 unsigned int framelen; /* current frame length */ 81 unsigned int maxframe; /* maximum valid frame length */ 82 unsigned int state; 83 unsigned int inppos, outpos; /* positions in rx/tx buffers */ [all …]
|
/Linux-v5.10/drivers/net/ethernet/cirrus/ |
D | cs89x0.c | 136 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 …]
|
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 */
|
/Linux-v5.10/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 …]
|
/Linux-v5.10/drivers/net/plip/ |
D | plip.c | 203 struct net_local { struct 204 struct net_device *dev; 228 ((struct net_local *)netdev_priv(dev))->pardev->port; in enable_parport_interrupts() argument
|
/Linux-v5.10/drivers/net/ethernet/xilinx/ |
D | xilinx_emaclite.c | 126 struct net_local { struct 128 struct net_device *ndev; 130 bool tx_ping_pong; 131 bool rx_ping_pong; 132 u32 next_tx_buf_to_use; 133 u32 next_rx_buf_to_use; 134 void __iomem *base_addr; 159 static void xemaclite_enable_interrupts(struct net_local *drvdata) in xemaclite_enable_interrupts() argument
|