Searched refs:tx_next_skb (Results 1 – 2 of 2) sorted by relevance
1286 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()
284 struct sk_buff *tx_next_skb; /* Next transmit buffer */ member