Searched refs:rxcnt (Results 1 – 11 of 11) sorted by relevance
170 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()
253 int rxcnt = 0; in cfv_rx_poll() local307 ++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()
27 } rxcnt SEC(".maps");40 rxcnt_count = bpf_map_lookup_elem(&rxcnt, &protocol); in count_tx()
28 } rxcnt SEC(".maps");41 rxcnt_count = bpf_map_lookup_elem(&rxcnt, &protocol); in count_tx()
24 } rxcnt SEC(".maps");37 rxcnt_count = bpf_map_lookup_elem(&rxcnt, &protocol); in count_tx()
32 } rxcnt SEC(".maps");45 rxcnt_count = bpf_map_lookup_elem(&rxcnt, &protocol); in count_tx()
289 u32 rxcnt; /* PSC + 0xd4 */ member
277 u32 rxcnt = rx_st & RX_FIFO_WC_MSK; in geni_i2c_irq() local279 for (j = 0; j < rxcnt; j++) { in geni_i2c_irq()
1000 brcmf_msgbuf_update_rxbufpost_count(struct brcmf_msgbuf *msgbuf, u16 rxcnt) in brcmf_msgbuf_update_rxbufpost_count() argument1002 msgbuf->rxbufpost -= rxcnt; in brcmf_msgbuf_update_rxbufpost_count()
445 int rxcnt[MAX_PORTS]; member2245 moxaLog.rxcnt[tty->index] += total; in MoxaPortReadData()
343 | **# bpftool prog load xdp1_kern.o /sys/fs/bpf/xdp1 type xdp map name rxcnt id 7**