HomeSort by relevance Sort by last modified time
    Searched refs:pxe_netdev (Results 1 - 4 of 4) sorted by null

  /external/syslinux/gpxe/src/arch/i386/interface/pxe/
pxe_undi.c 53 struct net_device *pxe_netdev = NULL; variable in typeref:struct:net_device
61 if ( pxe_netdev )
62 netdev_put ( pxe_netdev );
63 pxe_netdev = NULL;
65 pxe_netdev = netdev_get ( netdev );
76 if ( ( rc = netdev_open ( pxe_netdev ) ) != 0 )
79 netdev_irq ( pxe_netdev, 1 );
88 netdev_irq ( pxe_netdev, 0 );
89 netdev_close ( pxe_netdev );
99 struct ll_protocol *ll_protocol = pxe_netdev->ll_protocol
    [all...]
pxe_preboot.c 167 if ( ( rc = creator->create ( pxe_netdev, info,
pxe_udp.c 261 .netdev = pxe_netdev,
  /external/syslinux/gpxe/src/arch/i386/include/
pxe.h 148 extern struct net_device *pxe_netdev;

Completed in 72 milliseconds