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()
1899 tx->frame_tail = tx->frame_first; in lan743x_tx_frame_start()1901 tx_descriptor = &tx->ring_cpu_ptr[tx->frame_tail]; in lan743x_tx_frame_start()1902 buffer_info = &tx->buffer_info[tx->frame_tail]; in lan743x_tx_frame_start()1951 tx_descriptor = &tx->ring_cpu_ptr[tx->frame_tail]; in lan743x_tx_frame_add_lso()1955 tx->frame_tail = lan743x_tx_next_index(tx, tx->frame_tail); in lan743x_tx_frame_add_lso()1956 tx_descriptor = &tx->ring_cpu_ptr[tx->frame_tail]; in lan743x_tx_frame_add_lso()1957 buffer_info = &tx->buffer_info[tx->frame_tail]; in lan743x_tx_frame_add_lso()1995 tx_descriptor = &tx->ring_cpu_ptr[tx->frame_tail]; in lan743x_tx_frame_add_fragment()1999 tx->frame_tail = lan743x_tx_next_index(tx, tx->frame_tail); in lan743x_tx_frame_add_fragment()2000 tx_descriptor = &tx->ring_cpu_ptr[tx->frame_tail]; in lan743x_tx_frame_add_fragment()[all …]
948 u32 frame_tail; member