Searched defs:tx (Results 1 - 15 of 15) sorted by relevance

/net/mac80211/
H A Dagg-rx.c62 u16 initiator, u16 reason, bool tx)
90 if (initiator == WLAN_BACK_RECIPIENT && tx)
100 u16 initiator, u16 reason, bool tx)
103 ___ieee80211_stop_rx_ba_session(sta, tid, initiator, reason, tx);
61 ___ieee80211_stop_rx_ba_session(struct sta_info *sta, u16 tid, u16 initiator, u16 reason, bool tx) argument
99 __ieee80211_stop_rx_ba_session(struct sta_info *sta, u16 tid, u16 initiator, u16 reason, bool tx) argument
H A Ddebugfs_sta.c193 bool start, tx; local
205 if (strncmp(buf, "tx ", 3) == 0) {
207 tx = true;
210 tx = false;
217 if (!tx)
232 if (tx) {
321 p += scnprintf(p, sizeof(buf)+buf-p, "MCS tx params: %x\n",
H A Dkey.h76 /* protects tx context */
80 struct tkip_ctx tx; member in struct:ieee80211_key::__anon74::__anon75
H A Dmesh_ps.c524 * @tx: frame was transmitted by the local STA
530 bool tx, bool acked)
535 if (tx) {
529 ieee80211_mpsp_trigger_process(u8 *qc, struct sta_info *sta, bool tx, bool acked) argument
H A Dwep.c321 static int wep_encrypt_skb(struct ieee80211_tx_data *tx, struct sk_buff *skb) argument
327 if (ieee80211_wep_encrypt(tx->local, skb, tx->key->conf.key,
328 tx->key->conf.keylen,
329 tx->key->conf.keyidx))
333 if (!ieee80211_wep_add_iv(tx->local, skb,
334 tx->key->conf.keylen,
335 tx->key->conf.keyidx))
343 ieee80211_crypto_wep_encrypt(struct ieee80211_tx_data *tx) argument
347 ieee80211_tx_set_protected(tx);
[all...]
H A Dwpa.c28 ieee80211_tx_h_michael_mic_add(struct ieee80211_tx_data *tx) argument
34 struct sk_buff *skb = tx->skb;
39 if (!tx->key || tx->key->conf.cipher != WLAN_CIPHER_SUITE_TKIP ||
57 tx->local->ops->set_frag_threshold) &&
58 !(tx->key->conf.flags & IEEE80211_KEY_FLAG_GENERATE_MMIC)) {
71 key = &tx->key->conf.key[NL80211_TKIP_DATA_OFFSET_TX_MIC_KEY];
179 static int tkip_encrypt_skb(struct ieee80211_tx_data *tx, struct sk_buff *skb) argument
182 struct ieee80211_key *key = tx->key;
219 key->u.tkip.tx
238 ieee80211_crypto_tkip_encrypt(struct ieee80211_tx_data *tx) argument
400 ccmp_encrypt_skb(struct ieee80211_tx_data *tx, struct sk_buff *skb) argument
470 ieee80211_crypto_ccmp_encrypt(struct ieee80211_tx_data *tx) argument
589 ieee80211_crypto_aes_cmac_encrypt(struct ieee80211_tx_data *tx) argument
684 ieee80211_crypto_hw_encrypt(struct ieee80211_tx_data *tx) argument
[all...]
H A Ddriver-ops.h29 local->ops->tx(&local->hw, control, skb);
799 u32 tx, u32 rx)
805 trace_drv_set_ringparam(local, tx, rx);
807 ret = local->ops->set_ringparam(&local->hw, tx, rx);
814 u32 *tx, u32 *tx_max, u32 *rx, u32 *rx_max)
818 trace_drv_get_ringparam(local, tx, tx_max, rx, rx_max);
820 local->ops->get_ringparam(&local->hw, tx, tx_max, rx, rx_max);
798 drv_set_ringparam(struct ieee80211_local *local, u32 tx, u32 rx) argument
813 drv_get_ringparam(struct ieee80211_local *local, u32 *tx, u32 *tx_max, u32 *rx, u32 *rx_max) argument
H A Dcfg.c306 iv32 = key->u.tkip.tx.iv32;
307 iv16 = key->u.tkip.tx.iv16;
2013 * Setting tx queue params disables u-apsd because it's only
2950 static int ieee80211_set_ringparam(struct wiphy *wiphy, u32 tx, u32 rx) argument
2954 return drv_set_ringparam(local, tx, rx);
2958 u32 *tx, u32 *tx_max, u32 *rx, u32 *rx_max)
2962 drv_get_ringparam(local, tx, tx_max, rx, rx_max);
2957 ieee80211_get_ringparam(struct wiphy *wiphy, u32 *tx, u32 *tx_max, u32 *rx, u32 *rx_max) argument
H A Dtx.c39 static __le16 ieee80211_duration(struct ieee80211_tx_data *tx, argument
45 struct ieee80211_local *local = tx->local;
51 if (tx->rate.flags & IEEE80211_TX_RC_MCS)
55 if (WARN_ON_ONCE(tx->rate.idx < 0))
59 txrate = &sband->bitrates[tx->rate.idx];
125 if (tx->sdata->vif.bss_conf.basic_rates & BIT(i))
131 if (tx->sdata->flags & IEEE80211_SDATA_OPERATING_GMODE)
165 tx->sdata->vif.bss_conf.use_short_preamble);
174 tx->sdata->vif.bss_conf.use_short_preamble);
180 /* tx handler
182 ieee80211_tx_h_dynamic_ps(struct ieee80211_tx_data *tx) argument
254 ieee80211_tx_h_check_assoc(struct ieee80211_tx_data *tx) argument
369 ieee80211_tx_h_multicast_ps_buf(struct ieee80211_tx_data *tx) argument
446 ieee80211_tx_h_unicast_ps_buf(struct ieee80211_tx_data *tx) argument
510 ieee80211_tx_h_ps_buf(struct ieee80211_tx_data *tx) argument
522 ieee80211_tx_h_check_control_port_protocol(struct ieee80211_tx_data *tx) argument
534 ieee80211_tx_h_select_key(struct ieee80211_tx_data *tx) argument
615 ieee80211_tx_h_rate_ctrl(struct ieee80211_tx_data *tx) argument
738 ieee80211_tx_h_sequence(struct ieee80211_tx_data *tx) argument
799 ieee80211_fragment(struct ieee80211_tx_data *tx, struct sk_buff *skb, int hdrlen, int frag_threshold) argument
859 ieee80211_tx_h_fragment(struct ieee80211_tx_data *tx) argument
934 ieee80211_tx_h_stats(struct ieee80211_tx_data *tx) argument
954 ieee80211_tx_h_encrypt(struct ieee80211_tx_data *tx) argument
977 ieee80211_tx_h_calculate_duration(struct ieee80211_tx_data *tx) argument
1004 ieee80211_tx_prep_agg(struct ieee80211_tx_data *tx, struct sk_buff *skb, struct ieee80211_tx_info *info, struct tid_ampdu_tx *tid_tx, int tid) argument
1074 ieee80211_tx_prepare(struct ieee80211_sub_if_data *sdata, struct ieee80211_tx_data *tx, struct sk_buff *skb) argument
1294 invoke_tx_handlers(struct ieee80211_tx_data *tx) argument
1354 struct ieee80211_tx_data tx; local
2648 struct ieee80211_tx_data tx; local
[all...]
H A Dutil.c98 void ieee80211_tx_set_protected(struct ieee80211_tx_data *tx) argument
103 skb_queue_walk(&tx->skbs, skb) {
1562 /* reconfigure tx conf */
H A Dmlme.c44 "Maximum nullfunc tx tries before disconnecting (reason 4).");
786 *pos++ = 0; /* min tx power */
787 *pos++ = chan->max_power; /* max tx power */
1562 /* Flush to get the tx status of nullfunc frame */
1838 u16 stype, u16 reason, bool tx,
1847 if (WARN_ON_ONCE(tx && !frame_buf))
1873 if (tx)
1877 if (tx || frame_buf)
1879 reason, tx, frame_buf);
1882 if (tx)
1837 ieee80211_set_disassoc(struct ieee80211_sub_if_data *sdata, u16 stype, u16 reason, bool tx, u8 *frame_buf) argument
3366 ieee80211_sta_connection_lost(struct ieee80211_sub_if_data *sdata, u8 *bssid, u8 reason, bool tx) argument
4445 bool tx = !req->local_state_change; local
[all...]
/net/rxrpc/
H A Dar-ack.c590 u32 hard, tx; local
632 tx = atomic_read(&call->sequence);
665 _debug("Tx=%d H=%u S=%d", tx, call->acks_hard, call->state);
668 if (hard - 1 > tx) {
671 hard - 1, tx);
677 hard > tx)
685 if (hard - 1 + ack.nAcks > tx) {
688 hard - 1, ack.nAcks, tx);
/net/dccp/
H A Dfeat.c1448 } tx, rx; local
1474 if (ccid_get_builtin_ccids(&tx.val, &tx.len) ||
1478 if (!dccp_feat_prefer(sysctl_dccp_tx_ccid, tx.val, tx.len) ||
1482 rc = __feat_register_sp(fn, DCCPF_CCID, true, false, tx.val, tx.len);
1489 kfree(tx.val);
/net/wireless/
H A Drdev-ops.h721 u32 tx, u32 rx)
724 trace_rdev_set_ringparam(&rdev->wiphy, tx, rx);
725 ret = rdev->ops->set_ringparam(&rdev->wiphy, tx, rx);
731 u32 *tx, u32 *tx_max, u32 *rx,
735 rdev->ops->get_ringparam(&rdev->wiphy, tx, tx_max, rx, rx_max);
736 trace_rdev_return_void_tx_rx(&rdev->wiphy, *tx, *tx_max, *rx, *rx_max);
720 rdev_set_ringparam(struct cfg80211_registered_device *rdev, u32 tx, u32 rx) argument
730 rdev_get_ringparam(struct cfg80211_registered_device *rdev, u32 *tx, u32 *tx_max, u32 *rx, u32 *rx_max) argument
/net/core/
H A Ddev.c1776 pr_warn("Number of in use tx queues changed invalidating tc mappings. Priority traffic classification disabled!\n");
1787 pr_warn("Number of in use tx queues changed. Priority %i to tc mapping %i is no longer valid. Setting map to 0\n",
5164 struct netdev_queue *tx; local
5168 tx = kcalloc(count, sizeof(struct netdev_queue), GFP_KERNEL);
5169 if (!tx)
5172 dev->_tx = tx;

Completed in 393 milliseconds