Lines Matching defs:dev
187 #define NET_LOCAL_LOCK(dev) (((struct net_local *)netdev_priv(dev))->lock) argument
195 sbni_isa_probe( struct net_device *dev ) in sbni_isa_probe()
219 static void __init sbni_devsetup(struct net_device *dev) in sbni_devsetup()
227 struct net_device *dev; in sbni_probe() local
256 static int __init sbni_init(struct net_device *dev) in sbni_init()
297 sbni_pci_probe( struct net_device *dev ) in sbni_pci_probe()
349 sbni_probe1( struct net_device *dev, unsigned long ioaddr, int irq ) in sbni_probe1()
444 sbni_start_xmit( struct sk_buff *skb, struct net_device *dev ) in sbni_start_xmit()
472 sbni_start_xmit( struct sk_buff *skb, struct net_device *dev ) in sbni_start_xmit()
507 struct net_device *dev = dev_id; in sbni_interrupt() local
536 handle_channel( struct net_device *dev ) in handle_channel()
594 recv_frame( struct net_device *dev ) in recv_frame()
629 send_frame( struct net_device *dev ) in send_frame()
686 download_data( struct net_device *dev, u32 *crc_p ) in download_data()
705 upload_data( struct net_device *dev, unsigned framelen, unsigned frameno, in upload_data()
762 send_complete( struct net_device *dev ) in send_complete()
784 interpret_ack( struct net_device *dev, unsigned ack ) in interpret_ack()
819 append_frame_to_pkt( struct net_device *dev, unsigned framelen, u32 crc ) in append_frame_to_pkt()
850 prepare_to_send( struct sk_buff *skb, struct net_device *dev ) in prepare_to_send()
881 drop_xmit_queue( struct net_device *dev ) in drop_xmit_queue()
912 send_frame_header( struct net_device *dev, u32 *crc_p ) in send_frame_header()
1001 get_rx_buf( struct net_device *dev ) in get_rx_buf()
1014 indicate_pkt( struct net_device *dev ) in indicate_pkt()
1047 struct net_device *dev = nl->watchdog_dev; in sbni_watchdog() local
1093 card_start( struct net_device *dev ) in card_start()
1115 change_level( struct net_device *dev ) in change_level()
1139 timeout_change_level( struct net_device *dev ) in timeout_change_level()
1162 sbni_open( struct net_device *dev ) in sbni_open()
1216 sbni_close( struct net_device *dev ) in sbni_close()
1300 sbni_ioctl( struct net_device *dev, struct ifreq *ifr, int cmd ) in sbni_ioctl()
1393 enslave( struct net_device *dev, struct net_device *slave_dev ) in enslave()
1427 emancipate( struct net_device *dev ) in emancipate()
1466 set_multicast_list( struct net_device *dev ) in set_multicast_list()
1485 struct net_device *dev; in init_module() local
1518 struct net_device *dev = sbni_cards[i]; in cleanup_module() local