Home
last modified time | relevance | path

Searched refs:rxcnt (Results 1 – 13 of 13) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dxdp_redirect_map.c39 } rxcnt SEC(".maps");
53 count = bpf_map_lookup_elem(&rxcnt, &key); in xdp_count()
H A Dtest_xdp.c29 } rxcnt SEC(".maps");
42 rxcnt_count = bpf_map_lookup_elem(&rxcnt, &protocol); in count_tx()
H A Dtest_xdp_loop.c25 } rxcnt SEC(".maps");
38 rxcnt_count = bpf_map_lookup_elem(&rxcnt, &protocol); in count_tx()
H A Dtest_xdp_dynptr.c32 } rxcnt SEC(".maps");
45 rxcnt_count = bpf_map_lookup_elem(&rxcnt, &protocol); in count_tx()
/linux/drivers/spi/
H A Dspi-mpc512x-psc.c170 fifosz -= in_be32(&fifo->rxcnt) + 1; in mpc512x_psc_spi_transfer_rxtx()
210 fifosz = in_be32(&fifo->rxcnt); in mpc512x_psc_spi_transfer_rxtx()
263 rxcount = in_be32(&fifo->rxcnt); in mpc512x_psc_spi_transfer_rxtx()
275 while (in_be32(&fifo->rxcnt)) in mpc512x_psc_spi_transfer_rxtx()
/linux/drivers/net/caif/
H A Dcaif_virtio.c253 int rxcnt = 0; in cfv_rx_poll() local
307 ++rxcnt; in cfv_rx_poll()
308 } while (rxcnt < quota); in cfv_rx_poll()
345 if (rxcnt && vringh_need_notify_kern(cfv->vr_rx) > 0) in cfv_rx_poll()
347 return rxcnt; in cfv_rx_poll()
/linux/samples/bpf/
H A Dxdp_tx_iptunnel_kern.c27 } rxcnt SEC(".maps");
40 rxcnt_count = bpf_map_lookup_elem(&rxcnt, &protocol); in count_tx()
/linux/arch/powerpc/include/asm/
H A Dmpc52xx_psc.h289 u32 rxcnt; /* PSC + 0xd4 */ member
/linux/drivers/i2c/busses/
H A Di2c-imx-lpi2c.c623 u32 rxcnt; in lpi2c_imx_read_chunk_atomic() local
625 rxcnt = (readl(lpi2c_imx->base + LPI2C_MFSR) >> 16) & 0xFF; in lpi2c_imx_read_chunk_atomic()
626 if (!rxcnt) in lpi2c_imx_read_chunk_atomic()
H A Di2c-qcom-geni.c314 u32 rxcnt = rx_st & RX_FIFO_WC_MSK; in geni_i2c_irq() local
316 for (j = 0; j < rxcnt; j++) { in geni_i2c_irq()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtest_xdp_veth.c380 cnt_map = bpf_map__fd(xdp_redirect_map->maps.rxcnt); in xdp_veth_broadcast_redirect()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dmsgbuf.c1000 brcmf_msgbuf_update_rxbufpost_count(struct brcmf_msgbuf *msgbuf, u16 rxcnt) in brcmf_msgbuf_update_rxbufpost_count() argument
1002 msgbuf->rxbufpost -= rxcnt; in brcmf_msgbuf_update_rxbufpost_count()
/linux/tools/bpf/bpftool/Documentation/
H A Dbpftool-prog.rst346 | **# bpftool prog load xdp1_kern.o /sys/fs/bpf/xdp1 type xdp map name rxcnt id 7**