Searched refs:rxcnt (Results 1 – 15 of 15) sorted by relevance
32 struct bpf_map_def SEC("maps") rxcnt = {75 value = bpf_map_lookup_elem(&rxcnt, &key); in xdp_redirect_prog()
32 struct bpf_map_def SEC("maps") rxcnt = {75 value = bpf_map_lookup_elem(&rxcnt, &key); in xdp_redirect_map_prog()
17 struct bpf_map_def SEC("maps") rxcnt = {86 value = bpf_map_lookup_elem(&rxcnt, &ipproto); in xdp_prog1()
17 struct bpf_map_def SEC("maps") rxcnt = {102 value = bpf_map_lookup_elem(&rxcnt, &ipproto); in xdp_prog1()
54 struct bpf_map_def SEC("maps") rxcnt = {178 value = bpf_map_lookup_elem(&rxcnt, &ipproto); in xdp_router_ipv4_prog()
22 struct bpf_map_def SEC("maps") rxcnt = {40 rxcnt_count = bpf_map_lookup_elem(&rxcnt, &protocol); in count_tx()
180 fifosz -= in_be32(&fifo->rxcnt) + 1; in mpc512x_psc_spi_transfer_rxtx()220 fifosz = in_be32(&fifo->rxcnt); in mpc512x_psc_spi_transfer_rxtx()273 rxcount = in_be32(&fifo->rxcnt); in mpc512x_psc_spi_transfer_rxtx()285 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()
25 struct bpf_map_def SEC("maps") rxcnt = {43 rxcnt_count = bpf_map_lookup_elem(&rxcnt, &protocol); in count_tx()
289 u32 rxcnt; /* PSC + 0xd4 */ member
254 u32 rxcnt = rx_st & RX_FIFO_WC_MSK; in geni_i2c_irq() local256 for (j = 0; j < rxcnt; j++) { in geni_i2c_irq()
189 unsigned long rxcnt[MXSER_PORTS]; member194 unsigned long rxcnt; member1582 me->rx_cnt[p] = ip->mon_data.rxcnt; in mxser_ioctl_special()1744 info->mon_data.rxcnt = 0; in mxser_ioctl()2142 mxvar_log.rxcnt[tty->index] += cnt; in mxser_receive_chars()2143 port->mon_data.rxcnt += cnt; in mxser_receive_chars()
145 int rxcnt[MAX_PORTS]; member1954 moxaLog.rxcnt[tty->index] += total; in MoxaPortReadData()
184 | **# bpftool prog load xdp1_kern.o /sys/fs/bpf/xdp1 type xdp map name rxcnt id 7**
982 brcmf_msgbuf_update_rxbufpost_count(struct brcmf_msgbuf *msgbuf, u16 rxcnt) in brcmf_msgbuf_update_rxbufpost_count() argument984 msgbuf->rxbufpost -= rxcnt; in brcmf_msgbuf_update_rxbufpost_count()