Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/core/
Dgdbudp.c102 netdev_tx ( netdev, iob ); in gdbudp_recv()
203 netdev_tx ( netdev, iob ); in gdbudp_send()
/external/syslinux/gpxe/src/net/
Dnetdevice.c125 int netdev_tx ( struct net_device *netdev, struct io_buffer *iobuf ) { in netdev_tx() function
552 return netdev_tx ( netdev, iobuf ); in net_tx()
/external/syslinux/gpxe/src/include/gpxe/
Dnetdevice.h484 extern int netdev_tx ( struct net_device *netdev, struct io_buffer *iobuf );
/external/syslinux/gpxe/src/arch/i386/interface/pxe/
Dpxe_undi.c327 if ( ( rc = netdev_tx ( pxe_netdev, iobuf ) ) != 0 ) { in pxenv_undi_transmit()
/external/syslinux/gpxe/src/net/80211/
Dnet80211.c359 netdev_tx ( netdev, niob ); in net80211_netdev_transmit()
748 return netdev_tx ( dev->netdev, iob ); in net80211_tx_mgmt()
2282 netdev_tx ( dev->netdev, in net80211_handle_auth()
/external/syslinux/gpxe/src/interface/efi/
Defi_snp.c608 if ( ( rc = netdev_tx ( snpdev->netdev, iob_disown ( iobuf ) ) ) != 0){ in efi_snp_transmit()