| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | eepro100.c | 201 static int rx_next; /* RX descriptor ring pointer */ variable 517 OUTL (dev, phys_to_bus ((u32) & rx_ring[rx_next]), SCBPointer); in eepro100_init() 665 status = le16_to_cpu (rx_ring[rx_next].status); in eepro100_recv() 676 length = le32_to_cpu (rx_ring[rx_next].count) & 0x3fff; in eepro100_recv() 681 net_process_received_packet((u8 *)rx_ring[rx_next].data, in eepro100_recv() 689 rx_ring[rx_next].control = cpu_to_le16 (RFD_CONTROL_S); in eepro100_recv() 690 rx_ring[rx_next].status = 0; in eepro100_recv() 691 rx_ring[rx_next].count = cpu_to_le32 (PKTSIZE_ALIGN << 16); in eepro100_recv() 693 rx_prev = (rx_next + NUM_RX_DESC - 1) % NUM_RX_DESC; in eepro100_recv() 698 rx_next = (rx_next + 1) % NUM_RX_DESC; in eepro100_recv() [all …]
|
| H A D | ne2000_base.c | 188 dp->rx_next = dp->rx_buf_start - 1; in dp83902a_start() 402 if (dp->rx_next == pkt) { in dp83902a_RxEvent() 409 dp->rx_next = pkt; in dp83902a_RxEvent() 459 printf("Rx packet %d length %d\n", dp->rx_next, len); in dp83902a_recv() 467 DP_OUT(base, DP_RSAH, dp->rx_next); in dp83902a_recv()
|
| H A D | ne2000_base.h | 130 int rx_next; /* First free Rx page */ member
|
| /OK3568_Linux_fs/kernel/drivers/net/can/ |
| H A D | at91_can.c | 134 unsigned int rx_next; member 349 priv->rx_next = get_mb_rx_first(priv); in at91_setup_mailboxes() 685 if (priv->rx_next > get_mb_rx_low_last(priv) && in at91_poll_rx() 691 for (mb = find_next_bit(addr, get_mb_tx_first(priv), priv->rx_next); in at91_poll_rx() 694 mb = find_next_bit(addr, get_mb_tx_first(priv), ++priv->rx_next)) { in at91_poll_rx() 710 if (priv->rx_next > get_mb_rx_low_last(priv) && in at91_poll_rx() 712 priv->rx_next = get_mb_rx_first(priv); in at91_poll_rx() 810 reg_ier |= get_irq_mb_rx(priv) & ~AT91_MB_MASK(priv->rx_next); in at91_poll()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/ |
| H A D | htc_drv_txrx.c | 988 goto rx_next; in ath9k_rx_prepare() 999 goto rx_next; in ath9k_rx_prepare() 1011 goto rx_next; in ath9k_rx_prepare() 1019 goto rx_next; in ath9k_rx_prepare() 1049 goto rx_next; in ath9k_rx_prepare() 1054 goto rx_next; in ath9k_rx_prepare() 1060 goto rx_next; in ath9k_rx_prepare() 1071 rx_next: in ath9k_rx_prepare()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/moxa/ |
| H A D | moxart_ether.c | 236 goto rx_next; in moxart_rx_poll() 253 goto rx_next; in moxart_rx_poll() 267 rx_next: in moxart_rx_poll()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/cavium/octeon/ |
| H A D | octeon_mgmt.c | 136 unsigned int rx_next; member 378 re.d64 = p->rx_ring[p->rx_next]; in octeon_mgmt_dequeue_rx_buffer() 379 p->rx_next = (p->rx_next + 1) % OCTEON_MGMT_RX_RING_SIZE; in octeon_mgmt_dequeue_rx_buffer() 1005 p->rx_next = 0; in octeon_mgmt_open()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/ |
| H A D | 8139cp.c | 499 goto rx_next; in cp_rx_poll() 504 goto rx_next; in cp_rx_poll() 513 goto rx_next; in cp_rx_poll() 521 goto rx_next; in cp_rx_poll() 541 rx_next: in cp_rx_poll()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/dec/tulip/ |
| H A D | de2104x.c | 422 goto rx_next; in de_rx() 427 goto rx_next; in de_rx() 442 goto rx_next; in de_rx() 476 rx_next: in de_rx()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/ |
| H A D | sky2.c | 1524 sky2->rx_put = sky2->rx_next = 0; in sky2_rx_start() 2559 struct rx_ring_info *re = sky2->rx_ring + sky2->rx_next; in sky2_receive() 2565 sky2->rx_next, status, length); in sky2_receive() 2567 sky2->rx_next = (sky2->rx_next + 1) % sky2->rx_pending; in sky2_receive() 2568 prefetch(sky2->rx_ring + sky2->rx_next); in sky2_receive() 2667 struct sk_buff *skb = sky2->rx_ring[sky2->rx_next].skb; in sky2_rx_checksum() 2689 skb = sky2->rx_ring[sky2->rx_next].skb; in sky2_rx_tag() 2697 skb = sky2->rx_ring[sky2->rx_next].skb; in sky2_rx_hash()
|
| H A D | sky2.h | 2239 u16 rx_next; /* next re to check */ member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/ |
| H A D | rtw_recv.c | 5466 goto rx_next; in rtw_core_rx_process() 5470 goto rx_next; in rtw_core_rx_process() 5475 goto rx_next; in rtw_core_rx_process() 5487 goto rx_next; in rtw_core_rx_process() 5493 goto rx_next; in rtw_core_rx_process() 5500 rx_next: in rtw_core_rx_process()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/ |
| H A D | rtw_recv.c | 5459 goto rx_next; in rtw_core_rx_process() 5463 goto rx_next; in rtw_core_rx_process() 5468 goto rx_next; in rtw_core_rx_process() 5480 goto rx_next; in rtw_core_rx_process() 5486 goto rx_next; in rtw_core_rx_process() 5491 rx_next: in rtw_core_rx_process()
|