Searched refs:netdev_tx (Results 1 - 6 of 6) sorted by relevance

/external/syslinux/gpxe/src/core/
H A Dgdbudp.c102 netdev_tx ( netdev, iob );
203 netdev_tx ( netdev, iob );
/external/syslinux/gpxe/src/net/
H A Dnetdevice.c125 int netdev_tx ( struct net_device *netdev, struct io_buffer *iobuf ) { function
552 return netdev_tx ( netdev, iobuf );
/external/syslinux/gpxe/src/include/gpxe/
H A Dnetdevice.h484 extern int netdev_tx ( struct net_device *netdev, struct io_buffer *iobuf );
/external/syslinux/gpxe/src/arch/i386/interface/pxe/
H A Dpxe_undi.c321 * we return from netdev_tx().
327 if ( ( rc = netdev_tx ( pxe_netdev, iobuf ) ) != 0 ) {
/external/syslinux/gpxe/src/net/80211/
H A Dnet80211.c359 netdev_tx ( netdev, niob );
748 return netdev_tx ( dev->netdev, iob );
2282 netdev_tx ( dev->netdev,
/external/syslinux/gpxe/src/interface/efi/
H A Defi_snp.c608 if ( ( rc = netdev_tx ( snpdev->netdev, iob_disown ( iobuf ) ) ) != 0){

Completed in 210 milliseconds