Home
last modified time | relevance | path

Searched refs:find_netdev_by_location (Results 1 – 4 of 4) sorted by relevance

/external/syslinux/gpxe/src/arch/i386/interface/pxe/
Dpxe_preboot.c292 netdev = find_netdev_by_location ( bus_type, location ); in pxenv_start_undi()
/external/syslinux/gpxe/src/include/gpxe/
Dnetdevice.h500 extern struct net_device * find_netdev_by_location ( unsigned int bus_type,
/external/syslinux/gpxe/src/net/
Dnetdevice.c490 struct net_device * find_netdev_by_location ( unsigned int bus_type, in find_netdev_by_location() function
/external/syslinux/gpxe/src/interface/efi/
Defi_snp.c795 if ( ( netdev = find_netdev_by_location ( BUS_TYPE_PCI, in efi_snp_netdev()