Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A Dsch_netem.c79 struct sk_buff *t_tail; member
382 rtnl_kfree_skbs(q->t_head, q->t_tail); in tfifo_reset()
384 q->t_tail = NULL; in tfifo_reset()
392 if (!q->t_tail || tnext >= netem_skb_cb(q->t_tail)->time_to_send) { in tfifo_enqueue()
393 if (q->t_tail) in tfifo_enqueue()
394 q->t_tail->next = nskb; in tfifo_enqueue()
397 q->t_tail = nskb; in tfifo_enqueue()
565 if (q->t_tail) { in netem_enqueue()
567 netem_skb_cb(q->t_tail); in netem_enqueue()
679 q->t_tail = NULL; in netem_erase_head()
/openbmc/linux/drivers/net/hamradio/
H A Dscc.c191 static void t_tail(struct timer_list *t);
1083 scc_start_tx_timer(scc, t_tail, scc->kiss.tailtime); in scc_tx_done()
1191 static void t_tail(struct timer_list *t) in t_tail() function
1261 scc_start_tx_timer(scc, t_tail, scc->kiss.tailtime); in t_maxkeyup()
1356 scc_start_tx_timer(scc, t_tail, scc->kiss.tailtime); in scc_set_param()