Home
last modified time | relevance | path

Searched refs:rx_slot (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/drivers/net/
Dmacmace.c55 int rx_slot, rx_tail; member
133 mp->rx_slot = 0; in mace_rxdma_reset()
659 psc_write_word(PSC_ENETRD_CMD + mp->rx_slot, 0x1100); in mace_dma_intr()
661 left = psc_read_long(PSC_ENETRD_LEN + mp->rx_slot); in mace_dma_intr()
675 mace_load_rxdma_base(dev, mp->rx_slot); in mace_dma_intr()
676 mp->rx_slot ^= 0x10; in mace_dma_intr()
678 psc_write_word(PSC_ENETRD_CMD + mp->rx_slot, 0x9800); in mace_dma_intr()
/linux-2.4.37.9/drivers/net/ibm_emac/
Dibm_ocp_enet.c396 i = fep->rx_slot; in emac_rx_fill()
451 fep->rx_slot = i; in emac_rx_fill()
463 i = fep->rx_slot; in emac_rx_clean()
465 PKT_DEBUG(("emac_rx_clean() entry, call_rx_fill: %d, rx_slot: %d\n", call_rx_fill, fep->rx_slot)); in emac_rx_clean()
514 } while ((i = (i + 1) % NUM_RX_BUFF) != fep->rx_slot); in emac_rx_clean()
516 PKT_DEBUG(("emac_rx_clean() exit, rx_slot: %d\n", fep->rx_slot)); in emac_rx_clean()
589 fep->rx_slot = 0; in emac_rxde_dev()
809 ep->rx_slot = 0; in emac_init_rings()
811 if (ep->rx_slot != 0) { in emac_init_rings()
Dibm_ocp_enet.h131 int rx_slot; member
Dibm_ocp_debug.c76 fep->rx_slot); in emac_desc_dump()