Searched refs:frame_tail (Results 1 – 4 of 4) sorted by relevance
23 struct frame_tail { struct24 struct frame_tail __user *fp; argument33 static struct frame_tail __user * argument34 user_backtrace(struct frame_tail __user *tail, in user_backtrace()37 struct frame_tail buftail; in user_backtrace()65 struct frame_tail __user *tail; in perf_callchain_user()72 tail = (struct frame_tail __user *)regs->ARM_fp - 1; in perf_callchain_user()
13 struct frame_tail { struct14 struct frame_tail __user *fp; argument22 static struct frame_tail __user * argument23 user_backtrace(struct frame_tail __user *tail, in user_backtrace()26 struct frame_tail buftail; in user_backtrace()114 struct frame_tail __user *tail; in perf_callchain_user()116 tail = (struct frame_tail __user *)regs->regs[29]; in perf_callchain_user()
1880 tx->frame_tail = tx->frame_first; in lan743x_tx_frame_start()1882 tx_descriptor = &tx->ring_cpu_ptr[tx->frame_tail]; in lan743x_tx_frame_start()1883 buffer_info = &tx->buffer_info[tx->frame_tail]; in lan743x_tx_frame_start()1932 tx_descriptor = &tx->ring_cpu_ptr[tx->frame_tail]; in lan743x_tx_frame_add_lso()1936 tx->frame_tail = lan743x_tx_next_index(tx, tx->frame_tail); in lan743x_tx_frame_add_lso()1937 tx_descriptor = &tx->ring_cpu_ptr[tx->frame_tail]; in lan743x_tx_frame_add_lso()1938 buffer_info = &tx->buffer_info[tx->frame_tail]; in lan743x_tx_frame_add_lso()1976 tx_descriptor = &tx->ring_cpu_ptr[tx->frame_tail]; in lan743x_tx_frame_add_fragment()1980 tx->frame_tail = lan743x_tx_next_index(tx, tx->frame_tail); in lan743x_tx_frame_add_fragment()1981 tx_descriptor = &tx->ring_cpu_ptr[tx->frame_tail]; in lan743x_tx_frame_add_fragment()[all …]
948 u32 frame_tail; member