Lines Matching refs:net_local
37 struct net_local { struct
88 flush_tx_buffers(struct net_local *nl) in flush_tx_buffers()
110 flush_tx_buffers((struct net_local *) dev); in net_close()
122 struct net_local *lp = (struct net_local *) dev; in net_send_packet()
160 struct net_local *lp = card->netif; in hysdn_tx_netack()
186 struct net_local *lp = card->netif; in hysdn_rx_netpkt()
220 struct net_local *lp = card->netif; in hysdn_tx_netget()
251 struct net_local *lp; in hysdn_net_create()
259 dev = alloc_etherdev(sizeof(struct net_local)); in hysdn_net_create()
269 spin_lock_init(&((struct net_local *) dev)->lock); in hysdn_net_create()
304 flush_tx_buffers((struct net_local *) dev); /* empty buffers */ in hysdn_net_release()