Home
last modified time | relevance | path

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

/arch/sparc/kernel/
Dldc.c132 unsigned long rx_tail; member
554 &lp->rx_tail, in ldc_abort()
810 &lp->rx_tail, in ldc_rx()
814 orig_state, lp->chan_state, lp->rx_head, lp->rx_tail); in ldc_rx()
832 (void) __set_rx_head(lp, 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()
1483 &lp->rx_tail, in read_raw()
1492 if (lp->rx_head == lp->rx_tail) in read_raw()
1595 err = __set_rx_head(lp, lp->rx_tail); in rx_bad_seq()
[all …]