Home
last modified time | relevance | path

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

/net/ethtool/
A Drings.c105 ringparam->tx_pending))) || in rings_fill_reply()
234 ethnl_update_u32(&ringparam.tx_pending, tb[ETHTOOL_A_RINGS_TX], &mod); in ethnl_set_rings()
280 else if (ringparam.tx_pending > ringparam.tx_max_pending) in ethnl_set_rings()
A Dioctl.c2172 ringparam.tx_pending > max.tx_max_pending) in ethtool_set_ringparam()
/net/mac80211/
A Dethtool.c28 return drv_set_ringparam(local, rp->tx_pending, rp->rx_pending); in ieee80211_set_ringparam()
42 drv_get_ringparam(local, &rp->tx_pending, &rp->tx_max_pending, in ieee80211_get_ringparam()
A Dsta_info.c2435 int tx_pending; in ieee80211_sta_update_pending_airtime() local
2451 tx_pending = atomic_sub_return(tx_airtime, in ieee80211_sta_update_pending_airtime()
2453 if (tx_pending < 0) in ieee80211_sta_update_pending_airtime()
2455 tx_pending, 0); in ieee80211_sta_update_pending_airtime()
2459 tx_pending = atomic_sub_return(tx_airtime, in ieee80211_sta_update_pending_airtime()
2461 if (WARN_ONCE(tx_pending < 0, in ieee80211_sta_update_pending_airtime()
2463 wiphy_name(local->hw.wiphy), ac, tx_pending, in ieee80211_sta_update_pending_airtime()
2466 tx_pending, 0); in ieee80211_sta_update_pending_airtime()
2467 atomic_sub(tx_pending, &local->aql_total_pending_airtime); in ieee80211_sta_update_pending_airtime()
/net/rxrpc/
A Dsendmsg.c356 txb = call->tx_pending; in rxrpc_send_data()
357 call->tx_pending = NULL; in rxrpc_send_data()
459 call->tx_pending = txb; in rxrpc_send_data()
730 call->tx_pending || in rxrpc_do_sendmsg()
A Dcall_object.c691 rxrpc_put_txbuf(call->tx_pending, rxrpc_txbuf_put_cleaned); in rxrpc_destroy_call()
A Dar-internal.h726 struct rxrpc_txbuf *tx_pending; /* Tx buffer being filled */ member

Completed in 30 milliseconds