Searched refs:rx_tail (Results 1 – 1 of 1) sorted by relevance
/arch/sparc/kernel/ |
D | ldc.c | 132 unsigned long rx_tail; member 548 &lp->rx_tail, in ldc_abort() 804 &lp->rx_tail, 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() 1482 return __set_rx_head(lp, lp->rx_tail); in ldc_rx_reset() 1494 lp->rx_head, lp->rx_tail, lp->rx_num_entries, in __ldc_print() 1541 &lp->rx_tail, in read_raw() 1550 if (lp->rx_head == lp->rx_tail) in read_raw() [all …]
|