Home
last modified time | relevance | path

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

/arch/sparc/kernel/
Dldc.c131 unsigned long rx_head; member
553 &lp->rx_head, in ldc_abort()
809 &lp->rx_head, in ldc_rx()
814 orig_state, lp->chan_state, lp->rx_head, lp->rx_tail); in ldc_rx()
850 if (lp->rx_head != lp->rx_tail) in ldc_rx()
859 while (lp->rx_head != lp->rx_tail) { in ldc_rx()
864 p = lp->rx_base + (lp->rx_head / LDC_PACKET_SIZE); in ldc_rx()
890 new = lp->rx_head; in ldc_rx()
894 lp->rx_head = new; in ldc_rx()
1482 &lp->rx_head, in read_raw()
[all …]