Searched defs:net_local (Results  1 – 8 of 8) sorted by relevance
| /linux-4.1.27/drivers/net/wan/ | 
| D | sbni.c | 72 struct net_local {  struct73 	struct timer_list	watchdog;
 75 	spinlock_t	lock;
 76 	struct sk_buff  *rx_buf_p;		/* receive buffer ptr */
 77 	struct sk_buff  *tx_buf_p;		/* transmit buffer ptr */
 79 	unsigned int	framelen;		/* current frame length */
 80 	unsigned int	maxframe;		/* maximum valid frame length */
 81 	unsigned int	state;
 82 	unsigned int	inppos, outpos;		/* positions in rx/tx buffers */
 85 	unsigned int	tx_frameno;
 [all …]
 
 | 
| /linux-4.1.27/drivers/isdn/hysdn/ | 
| D | hysdn_net.c | 37 struct net_local {  struct48 };				/* net_local */  argument
 
 | 
| /linux-4.1.27/drivers/net/ethernet/cirrus/ | 
| D | cs89x0.c | 134 struct net_local {  struct135 	int chip_type;		/* one of: CS8900, CS8920, CS8920M */
 136 	char chip_revision;	/* revision letter of the chip ('A'...) */
 137 	int send_cmd;		/* the proper send command: TX_NOW, TX_AFTER_381, or TX_AFTER_ALL */
 138 	int auto_neg_cnf;	/* auto-negotiation word from EEPROM */
 139 	int adapter_cnf;	/* adapter configuration from EEPROM */
 140 	int isa_config;		/* ISA configuration from EEPROM */
 141 	int irq_map;		/* IRQ map from EEPROM */
 142 	int rx_mode;		/* what mode are we in? 0, RX_MULTCAST_ACCEPT, or RX_ALL_ACCEPT */
 143 	int curr_rx_cfg;	/* a copy of PP_RxCFG */
 [all …]
 
 | 
| D | mac89x0.c | 111 struct net_local {  struct112 	int chip_type;		/* one of: CS8900, CS8920, CS8920M */
 113 	char chip_revision;	/* revision letter of the chip ('A'...) */
 114 	int send_cmd;		/* the propercommand used to send a packet. */
 115 	int rx_mode;
 116 	int curr_rx_cfg;
 117         int send_underrun;      /* keep track of how many underruns in a row we get */
 118 	struct sk_buff *skb;
 
 | 
| /linux-4.1.27/drivers/net/ethernet/xilinx/ | 
| D | xilinx_emaclite.c | 121 struct net_local {  struct123 	struct net_device *ndev;
 125 	bool tx_ping_pong;
 126 	bool rx_ping_pong;
 127 	u32 next_tx_buf_to_use;
 128 	u32 next_rx_buf_to_use;
 129 	void __iomem *base_addr;
 131 	spinlock_t reset_lock;
 132 	struct sk_buff *deferred_skb;
 156 static void xemaclite_enable_interrupts(struct net_local *drvdata)  in xemaclite_enable_interrupts()  argument
 
 | 
| /linux-4.1.27/drivers/net/ethernet/realtek/ | 
| D | atp.c | 169 struct net_local {  struct170     spinlock_t lock;
 171     struct net_device *next_module;
 172     struct timer_list timer;	/* Media selection timer. */
 173     long last_rx_time;		/* Last Rx, in jiffies, to handle Rx hang. */
 174     int saved_tx_size;
 175     unsigned int tx_unit_busy:1;
 176     unsigned char re_tx,	/* Number of packet retransmissions. */
 177 		addr_mode,		/* Current Rx filter e.g. promiscuous, etc. */
 178 		pac_cnt_in_tx_buf;
 
 | 
| /linux-4.1.27/drivers/net/plip/ | 
| D | plip.c | 207 struct net_local {  struct208 	struct net_device *dev;
 232 		   ((struct net_local *)netdev_priv(dev))->pardev->port;  in enable_parport_interrupts()  argument
 
 | 
| /linux-4.1.27/drivers/net/cris/ | 
| D | eth_v10.c | 60 struct net_local {  struct61 	struct mii_if_info mii_if;
 68 	spinlock_t lock;
 70 	spinlock_t led_lock; /* Protect LED state */
 71 	spinlock_t transceiver_lock; /* Protect transceiver state. */
 
 |