Searched refs:rxcnt (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/spi/
H A Dspi-mpc512x-psc.c170 fifosz -= in_be32(&fifo->rxcnt) + 1;
210 fifosz = in_be32(&fifo->rxcnt);
263 rxcount = in_be32(&fifo->rxcnt);
275 while (in_be32(&fifo->rxcnt))
/linux-master/samples/bpf/
H A Dxdp_tx_iptunnel_kern.c27 } rxcnt SEC(".maps");
40 rxcnt_count = bpf_map_lookup_elem(&rxcnt, &protocol);
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_xdp.c29 } rxcnt SEC(".maps");
42 rxcnt_count = bpf_map_lookup_elem(&rxcnt, &protocol);
H A Dtest_xdp_loop.c25 } rxcnt SEC(".maps");
38 rxcnt_count = bpf_map_lookup_elem(&rxcnt, &protocol);
H A Dtest_xdp_dynptr.c32 } rxcnt SEC(".maps");
45 rxcnt_count = bpf_map_lookup_elem(&rxcnt, &protocol);
/linux-master/drivers/net/caif/
H A Dcaif_virtio.c253 int rxcnt = 0; local
307 ++rxcnt;
308 } while (rxcnt < quota);
345 if (rxcnt && vringh_need_notify_kern(cfv->vr_rx) > 0)
347 return rxcnt;
/linux-master/arch/powerpc/include/asm/
H A Dmpc52xx_psc.h289 u32 rxcnt; /* PSC + 0xd4 */ member in struct:mpc512x_psc_fifo
/linux-master/drivers/i2c/busses/
H A Di2c-qcom-geni.c277 u32 rxcnt = rx_st & RX_FIFO_WC_MSK; local
279 for (j = 0; j < rxcnt; j++) {
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dmsgbuf.c1000 brcmf_msgbuf_update_rxbufpost_count(struct brcmf_msgbuf *msgbuf, u16 rxcnt) argument
1002 msgbuf->rxbufpost -= rxcnt;
/linux-master/drivers/tty/
H A Dmoxa.c445 int rxcnt[MAX_PORTS]; member in struct:mon_str
2246 moxaLog.rxcnt[tty->index] += total;

Completed in 162 milliseconds