Home
last modified time | relevance | path

Searched refs:alloc_etherdev (Results 1 – 21 of 21) sorted by relevance

/external/syslinux/gpxe/src/include/gpxe/
Dethernet.h19 extern struct net_device * alloc_etherdev ( size_t priv_size );
/external/syslinux/gpxe/src/net/
Dethernet.c183 struct net_device * alloc_etherdev ( size_t priv_size ) { in alloc_etherdev() function
/external/syslinux/gpxe/src/drivers/net/
Dlegacy.c93 netdev = alloc_etherdev ( 0 ); in legacy_probe()
Dpnic.c227 netdev = alloc_etherdev ( sizeof ( *pnic ) ); in pnic_probe()
Drtl8139.c512 netdev = alloc_etherdev ( sizeof ( *rtl ) ); in rtl_probe()
Dnatsemi.c183 netdev = alloc_etherdev (sizeof (*np)); in natsemi_probe()
Dmyri10ge.c518 netdev = alloc_etherdev ( sizeof ( *priv ) ); in myri10ge_pci_probe()
D3c90x.c887 netdev = alloc_etherdev(sizeof(*inf_3c90x)); in a3c90x_probe()
Deepro100.c182 netdev = alloc_etherdev ( sizeof(*priv) ); in ifec_pci_probe()
Db44.c658 netdev = alloc_etherdev(sizeof(*bp)); in b44_probe()
Dsis190.c880 dev = alloc_etherdev(sizeof(*tp)); in sis190_init_board()
Datl1e.c1139 netdev = alloc_etherdev(sizeof(struct atl1e_adapter)); in atl1e_probe()
Dmtnic.c1784 mtnic->netdev[port_index] = alloc_etherdev( sizeof ( struct mtnic_port ) ); in mtnic_probe()
Dr8169.c2126 netdev = alloc_etherdev ( sizeof ( *tp ) ); in rtl8169_probe()
Dskge.c2300 struct net_device *dev = alloc_etherdev(sizeof(*skge)); in skge_devinit()
Dsky2.c2187 struct net_device *dev = alloc_etherdev(sizeof(*sky2)); in sky2_init_netdev()
Detherfabric.c4146 netdev = alloc_etherdev ( sizeof ( struct efab_nic ) ); in efab_probe()
/external/syslinux/gpxe/src/arch/i386/drivers/net/
Dundinet.c478 netdev = alloc_etherdev ( sizeof ( *undinic ) ); in undinet_probe()
/external/syslinux/doc/
DSubmittingPatches.txt499 dev = alloc_etherdev (sizeof(struct funky_private));
514 dev = alloc_etherdev (sizeof(struct funky_private));
/external/syslinux/gpxe/src/drivers/net/e1000/
De1000.c837 netdev = alloc_etherdev ( sizeof ( struct e1000_adapter ) ); in e1000_probe()
/external/syslinux/gpxe/src/drivers/net/phantom/
Dphantom.c2000 netdev = alloc_etherdev ( sizeof ( *phantom ) ); in phantom_probe()