Home
last modified time | relevance | path

Searched refs:recv (Results 1 – 25 of 118) sorted by relevance

12345

/u-boot/drivers/tpm/
A Dtpm2_tis_sandbox.c225 recv += sizeof(tag); in sandbox_tpm2_fill_buf()
229 recv += sizeof(u32); in sandbox_tpm2_fill_buf()
233 recv += sizeof(rc); in sandbox_tpm2_fill_buf()
236 *recv = '\0'; in sandbox_tpm2_fill_buf()
266 u8 *recv = recvbuf; in sandbox_tpm2_xfer() local
408 recv += sizeof(rc); in sandbox_tpm2_xfer()
411 *recv = TPMI_YES; in sandbox_tpm2_xfer()
425 i, recv); in sandbox_tpm2_xfer()
428 recv); in sandbox_tpm2_xfer()
433 *recv = '\0'; in sandbox_tpm2_xfer()
[all …]
A Dtpm-uclass.c82 if (!ops->send || !ops->recv) in tpm_xfer()
106 ret = ops->recv(dev, priv->buf, sizeof(priv->buf)); in tpm_xfer()
/u-boot/include/
A Dmailbox-uclass.h79 int (*recv)(struct mbox_chan *chan, void *data); member
A Dtpm-common.h141 int (*recv)(struct udevice *dev, u8 *recvbuf, size_t max_size); member
A Dnet.h165 int (*recv)(struct udevice *dev, int flags, uchar **packetp); member
199 int (*recv)(struct eth_device *); member
/u-boot/arch/arm/mach-bcm283x/
A Dmbox.c17 int bcm2835_mbox_call_raw(u32 chan, u32 send, u32 *recv) in bcm2835_mbox_call_raw() argument
86 *recv = BCM2835_MBOX_UNPACK_DATA(val); in bcm2835_mbox_call_raw()
/u-boot/doc/driver-model/
A Dethernet.rst80 int (*recv)(struct udevice *dev, int flags, uchar **packetp);
91 Only start, stop, send and recv are required, the rest are optional and are
94 The **start** function initialises the hardware and gets it ready for send/recv
115 The **recv** function polls for availability of a new packet. If none is
127 be called after recv(), for the same packet, so you don't necessarily need
129 being the last packet that recv() handled.
152 ops->recv()
208 - The ``recv()`` function must loop until all packets have been received, for
213 For porting an old driver to the new driver model, split the existing recv()
214 function into the actual new recv() function, just fetching **one** packet,
[all …]
/u-boot/common/
A Dkgdb.c292 unsigned char ch, recv; in putpacket() local
309 recv = getDebugChar(); in putpacket()
310 } while ((recv & 0x7f) != '+'); in putpacket()
/u-boot/drivers/mailbox/
A Dsandbox-mbox.c94 .recv = sandbox_mbox_recv,
A Dmailbox-uclass.c143 ret = ops->recv(chan, data); in mbox_recv()
A Dzynqmp-ipi.c132 .recv = zynqmp_ipi_recv,
A Dstm32-ipcc.c160 .recv = stm32_ipcc_recv,
A Dtegra-hsp.c183 .recv = tegra_hsp_recv,
/u-boot/drivers/net/octeontx2/
A Drvu_pf.c47 .recv = nix_lf_recv,
/u-boot/net/
A Deth-uclass.c390 ret = eth_get_ops(current)->recv(current, flags, &packet); in eth_rx()
525 if (ops->recv) in eth_post_probe()
526 ops->recv += gd->reloc_off; in eth_post_probe()
A Ddsa-uclass.c154 length = eth_get_ops(master)->recv(master, flags, packetp); in dsa_port_recv()
238 .recv = dsa_port_recv,
/u-boot/drivers/net/
A Daltera_tse.c494 return priv->ops->recv(dev, flags, packetp); in altera_tse_recv()
565 .recv = altera_tse_recv_sgdma,
572 .recv = altera_tse_recv_msgdma,
697 .recv = altera_tse_recv,
A Daltera_tse.h209 int (*recv)(struct udevice *dev, int flags, uchar **packetp); member
A Dftmac100.c305 dev->recv = ftmac100_recv; in ftmac100_initialize()
426 .recv = ftmac100_recv,
A Dsandbox-raw.c148 .recv = sb_eth_raw_recv,
A Dbcm-sf2-eth.c231 dev->recv = bcm_sf2_eth_receive; in bcm_sf2_eth_register()
/u-boot/drivers/virtio/
A Dvirtio_net.c222 .recv = virtio_net_recv,
/u-boot/arch/arm/dts/
A Drk3308-roc-cc.dts166 ir_recv_pin: ir-recv-pin {
/u-boot/drivers/usb/eth/
A Dlan75xx.c294 .recv = lan7x_eth_recv,
/u-boot/drivers/net/pfe_eth/
A Dpfe_eth.c280 .recv = pfe_eth_recv,

Completed in 453 milliseconds

12345