Searched refs:netdev_init (Results 1 – 21 of 21) sorted by relevance
/external/syslinux/gpxe/src/drivers/net/ |
D | legacy.c | 96 netdev_init ( netdev, &legacy_operations ); in legacy_probe()
|
D | pnic.c | 230 netdev_init ( netdev, &pnic_operations ); in pnic_probe()
|
D | rtl8139.c | 515 netdev_init ( netdev, &rtl_operations ); in rtl_probe()
|
D | natsemi.c | 187 netdev_init (netdev, &natsemi_operations); in natsemi_probe()
|
D | ipoib.c | 742 netdev_init ( netdev, &ipoib_operations ); in ipoib_probe()
|
D | myri10ge.c | 525 netdev_init ( netdev, &myri10ge_operations ); in myri10ge_pci_probe()
|
D | 3c90x.c | 891 netdev_init(netdev, &a3c90x_operations); in a3c90x_probe()
|
D | eepro100.c | 186 netdev_init ( netdev, &ifec_operations ); in ifec_pci_probe()
|
D | b44.c | 662 netdev_init(netdev, &b44_operations); in b44_probe()
|
D | sis190.c | 1145 netdev_init(dev, &sis190_netdev_ops); in sis190_probe()
|
D | atl1e.c | 1111 netdev_init(netdev, &atl1e_netdev_ops); in atl1e_init_netdev()
|
D | mtnic.c | 1801 netdev_init(mtnic->netdev[port_index], &mtnic_operations); in mtnic_probe()
|
D | r8169.c | 2134 netdev_init ( netdev, &rtl8169_operations ); in rtl8169_probe()
|
D | skge.c | 2376 netdev_init ( dev, &skge_operations ); in skge_probe()
|
D | sky2.c | 2316 netdev_init(dev, &sky2_operations); in sky2_probe()
|
D | etherfabric.c | 4153 netdev_init ( netdev, &efab_operations ); in efab_probe()
|
/external/syslinux/gpxe/src/include/gpxe/ |
D | netdevice.h | 354 static inline void netdev_init ( struct net_device *netdev, in netdev_init() function
|
/external/syslinux/gpxe/src/arch/i386/drivers/net/ |
D | undinet.c | 481 netdev_init ( netdev, &undinet_operations ); in undinet_probe()
|
/external/syslinux/gpxe/src/drivers/net/e1000/ |
D | e1000.c | 843 netdev_init ( netdev, &e1000_operations ); in e1000_probe()
|
/external/syslinux/gpxe/src/drivers/net/phantom/ |
D | phantom.c | 2005 netdev_init ( netdev, &phantom_operations ); in phantom_probe()
|
/external/syslinux/gpxe/src/net/80211/ |
D | net80211.c | 778 netdev_init ( netdev, &net80211_netdev_ops ); in net80211_alloc()
|