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
547 &lp->rx_head, in ldc_abort()
803 &lp->rx_head, in ldc_rx()
808 orig_state, lp->chan_state, lp->rx_head, lp->rx_tail); in ldc_rx()
849 if (lp->rx_head != lp->rx_tail) in ldc_rx()
858 while (lp->rx_head != lp->rx_tail) { in ldc_rx()
863 p = lp->rx_base + (lp->rx_head / LDC_PACKET_SIZE); in ldc_rx()
889 new = lp->rx_head; in ldc_rx()
893 lp->rx_head = new; in ldc_rx()
1494 lp->rx_head, lp->rx_tail, lp->rx_num_entries, in __ldc_print()
[all …]