Home
last modified time | relevance | path

Searched refs:LowLevelInput (Results 1 – 5 of 5) sorted by relevance

/device/soc/st/stm32f407zg/uniproton/board/lwip/
Dethernetif.c67 static struct pbuf *LowLevelInput(struct netif *netif) in LowLevelInput() function
99 pbuffer = LowLevelInput(netif); in EthernetifInput()
/device/qemu/arm_mps2_an386/liteos_m/board/driver/net/
Dlan9118_eth_drv.h492 struct pbuf* LowLevelInput(void);
Dlan9118_eth_drv.c1054 struct pbuf* LowLevelInput(void) in LowLevelInput() function
1107 buf = LowLevelInput(); in Lan9118PacketRx()
/device/qemu/riscv32_virt/liteos_m/board/driver/
Dvirtnet.c393 static struct pbuf *LowLevelInput(const struct netif *netif, const struct VirtqUsedElem *e) in LowLevelInput() function
440 buf = LowLevelInput(netif, e); in VirtnetRxHandle()
/device/qemu/drivers/virtio/
Dvirtnet.c262 static NetBuf *LowLevelInput(const NetDevice *netDev, const struct VirtqUsedElem *e) in LowLevelInput() function
304 nb = LowLevelInput(netDev, e); in VirtnetRxHandle()