Searched refs:tx_pending (Results 1 – 7 of 7) sorted by relevance
/net/ethtool/ |
D | rings.c | 81 ringparam->tx_pending)))) in rings_fill_reply() 144 ethnl_update_u32(&ringparam.tx_pending, tb[ETHTOOL_A_RINGS_TX], &mod); in ethnl_set_rings() 156 else if (ringparam.tx_pending > ringparam.tx_max_pending) in ethnl_set_rings()
|
D | ioctl.c | 1742 ringparam.tx_pending > max.tx_max_pending) in ethtool_set_ringparam()
|
/net/mac80211/ |
D | ethtool.c | 24 return drv_set_ringparam(local, rp->tx_pending, rp->rx_pending); in ieee80211_set_ringparam() 34 drv_get_ringparam(local, &rp->tx_pending, &rp->tx_max_pending, in ieee80211_get_ringparam()
|
D | sta_info.c | 1923 int tx_pending; in ieee80211_sta_update_pending_airtime() local 1938 tx_pending = atomic_sub_return(tx_airtime, in ieee80211_sta_update_pending_airtime() 1940 if (tx_pending < 0) in ieee80211_sta_update_pending_airtime() 1942 tx_pending, 0); in ieee80211_sta_update_pending_airtime() 1945 tx_pending = atomic_sub_return(tx_airtime, in ieee80211_sta_update_pending_airtime() 1947 if (WARN_ONCE(tx_pending < 0, in ieee80211_sta_update_pending_airtime() 1949 wiphy_name(local->hw.wiphy), ac, tx_pending, in ieee80211_sta_update_pending_airtime() 1952 tx_pending, 0); in ieee80211_sta_update_pending_airtime()
|
/net/rxrpc/ |
D | sendmsg.c | 328 skb = call->tx_pending; in rxrpc_send_data() 329 call->tx_pending = NULL; in rxrpc_send_data() 471 call->tx_pending = skb; in rxrpc_send_data() 734 call->tx_pending || in rxrpc_do_sendmsg()
|
D | call_object.c | 695 rxrpc_free_skb(call->tx_pending, rxrpc_skb_cleaned); in rxrpc_cleanup_call()
|
D | ar-internal.h | 574 struct sk_buff *tx_pending; /* Tx socket buffer being filled */ member
|