Searched defs:netbuf (Results 1 - 13 of 13) sorted by relevance

/fuchsia/zircon/system/ulib/ddktl/include/ddktl/protocol/
H A Dethernet.h145 static void CompleteTx(void* cookie, ethmac_netbuf_t* netbuf, zx_status_t status) { argument
165 void CompleteTx(ethmac_netbuf_t* netbuf, zx_status_t status) { argument
206 static zx_status_t QueueTx(void* ctx, uint32_t options, ethmac_netbuf_t* netbuf) { argument
241 zx_status_t QueueTx(uint32_t options, ethmac_netbuf_t* netbuf) { argument
/fuchsia/zircon/system/dev/ethernet/intel-ethernet/
H A Dethernet.c127 static zx_status_t eth_queue_tx(void* ctx, uint32_t options, ethmac_netbuf_t* netbuf) { argument
/fuchsia/zircon/system/dev/ethernet/ethertap/
H A Dethertap.cpp139 zx_status_t TapDevice::EthmacQueueTx(uint32_t options, ethmac_netbuf_t* netbuf) { argument
/fuchsia/zircon/system/ulib/ddktl/test/
H A Dethernet-tests.cpp39 void EthmacCompleteTx(ethmac_netbuf_t* netbuf, zx_status_t status) { argument
105 zx_status_t EthmacQueueTx(uint32_t options, ethmac_netbuf_t* netbuf) { argument
206 ethmac_netbuf_t netbuf = {}; local
234 ethmac_netbuf_t netbuf = {}; local
/fuchsia/zircon/system/dev/bus/virtio/
H A Dethernet.cpp104 zx_status_t virtio_net_queue_tx(void* ctx, uint32_t options, ethmac_netbuf_t* netbuf) { argument
399 zx_status_t EthernetDevice::QueueTx(uint32_t options, ethmac_netbuf_t* netbuf) { argument
/fuchsia/zircon/system/dev/ethernet/dwmac/
H A Ddwmac.cpp586 zx_status_t DWMacDevice::EthmacQueueTx(uint32_t options, ethmac_netbuf_t* netbuf) { argument
/fuchsia/zircon/system/dev/ethernet/realtek-8111/
H A Drtl8111.c246 static zx_status_t rtl8111_queue_tx(void* ctx, uint32_t options, ethmac_netbuf_t* netbuf) { argument
/fuchsia/zircon/system/dev/ethernet/asix-88772b/
H A Dasix-88772b.c196 static zx_status_t ax88772b_send(ax88772b_t* eth, usb_request_t* request, ethmac_netbuf_t* netbuf) { argument
265 ethmac_netbuf_t* netbuf = list_remove_head_type(&eth->pending_netbufs, ethmac_netbuf_t, local
338 static zx_status_t ax88772b_queue_tx(void* ctx, uint32_t options, ethmac_netbuf_t* netbuf) { argument
[all...]
/fuchsia/zircon/system/dev/ethernet/usb-cdc-function/
H A Dcdc-eth-function.c212 static zx_status_t cdc_send_locked(usb_cdc_t* cdc, ethmac_netbuf_t* netbuf) { argument
238 static zx_status_t cdc_ethmac_queue_tx(void* cookie, uint32_t options, ethmac_netbuf_t* netbuf) { argument
378 ethmac_netbuf_t* netbuf; local
509 ethmac_netbuf_t* netbuf; local
[all...]
/fuchsia/zircon/system/dev/ethernet/rndis/
H A Drndishost.c241 static zx_status_t rndishost_queue_tx(void* ctx, uint32_t options, ethmac_netbuf_t* netbuf) { argument
/fuchsia/zircon/system/dev/ethernet/asix-88179/
H A Dasix-88179.c460 static zx_status_t ax88179_queue_tx(void* ctx, uint32_t options, ethmac_netbuf_t* netbuf) { argument
343 ax88179_append_to_tx_req(usb_protocol_t* usb, usb_request_t* req, ethmac_netbuf_t* netbuf) argument
[all...]
/fuchsia/zircon/system/dev/ethernet/ethernet/
H A Dethernet.c63 ethmac_netbuf_t netbuf; member in struct:tx_info
394 static void eth0_complete_tx(void* cookie, ethmac_netbuf_t* netbuf, zx_status_t status) { argument
[all...]
/fuchsia/zircon/system/dev/ethernet/usb-cdc-ecm/
H A Dusb-cdc-ecm.c86 ethmac_netbuf_t* netbuf; local
206 static zx_status_t send_locked(ecm_ctx_t* ctx, ethmac_netbuf_t* netbuf) { argument
255 ethmac_netbuf_t* netbuf; local
329 ethmac_queue_tx(void* cookie, uint32_t options, ethmac_netbuf_t* netbuf) argument
[all...]

Completed in 85 milliseconds