Home
last modified time | relevance | path

Searched refs:tx_pending (Results 1 – 4 of 4) sorted by relevance

/net/wireless/
Dethtool.c51 rdev_get_ringparam(rdev, &rp->tx_pending, &rp->tx_max_pending, in cfg80211_get_ringparam()
65 return rdev_set_ringparam(rdev, rp->tx_pending, rp->rx_pending); in cfg80211_set_ringparam()
/net/rxrpc/
Dar-output.c554 skb = call->tx_pending; in rxrpc_send_data()
555 call->tx_pending = NULL; in rxrpc_send_data()
718 call->tx_pending = skb; in rxrpc_send_data()
Dar-internal.h313 struct sk_buff *tx_pending; /* Tx socket buffer being filled */ member
Dar-call.c689 rxrpc_free_skb(call->tx_pending); in rxrpc_cleanup_call()