Home
last modified time | relevance | path

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

/drivers/net/wan/
Dz85230.c1286 c->tx_next_skb = NULL; in z8530_channel_load()
1320 c->tx_skb = c->tx_next_skb; in z8530_tx_begin()
1321 c->tx_next_skb = NULL; in z8530_tx_begin()
1587 if (c->tx_next_skb) in z8530_queue_xmit()
1611 c->tx_next_skb = skb; in z8530_queue_xmit()
Dz85230.h284 struct sk_buff *tx_next_skb; /* Next transmit buffer */ member