Searched refs:skb_info (Results 1 – 13 of 13) sorted by relevance
95 static int _mark_skb_retry (struct SKB_info_st *skb_info, struct sk_buff *skb);312 struct SKB_info_st *skb_info; in _aggr_retry_mpdu() local315 skb_info = (struct SKB_info_st *) (retry_mpdu->head); in _aggr_retry_mpdu()316 skb_info->ampdu_tx_status = AMPDU_ST_DROPPED; in _aggr_retry_mpdu()589 struct SKB_info_st *skb_info = (struct SKB_info_st *)(skb->head); in ampdu_tx_tid_window_read() local597 ( (skb_info->ampdu_tx_status <= AMPDU_ST_DONE) in ampdu_tx_tid_window_read()598 ? status_symbol[skb_info->ampdu_tx_status] in ampdu_tx_tid_window_read()1444 struct SKB_info_st *skb_info; in _release_frames() local1486 skb_info = (struct SKB_info_st *) ((*skb)->head); in _release_frames()1487 if ((skb_info->ampdu_tx_status == AMPDU_ST_DONE) in _release_frames()[all …]
2254 struct SKB_info_st *skb_info = (struct SKB_info_st *)skb->head; in ssv6xxx_update_txinfo() local2255 sta = skb_info->sta; in ssv6xxx_update_txinfo()2483 struct SKB_info_st *skb_info = (struct SKB_info_st *)skb->head; in _ssv6xxx_tx() local2484 struct ieee80211_sta *sta = skb_info->sta; in _ssv6xxx_tx()2522 (skb_info->crypt_st == PKT_CRYPT_ST_NOT_SUPPORT) && in _ssv6xxx_tx()2638 struct SKB_info_st *skb_info = (struct SKB_info_st *)skb->head; in _is_encrypt_needed() local2639 struct ieee80211_sta *sta = skb_info->sta; in _is_encrypt_needed()2679 struct SKB_info_st *skb_info = (struct SKB_info_st *)skb->head; in ssv6200_tx() local2687 skb_info->sta = info->control.sta; in ssv6200_tx()2689 skb_info->sta = control ? control->sta : NULL; in ssv6200_tx()[all …]
349 struct SKB_info_st *skb_info = (struct SKB_info_st *)skb->head; in ssv62xx_ht_rate_update() local350 struct ieee80211_sta *sta = skb_info->sta; in ssv62xx_ht_rate_update()
755 SKB_info *skb_info = (SKB_info *)skb->head; in ssv6xxx_deinit_softc() local756 if(skb_info->crypt_st == PKT_CRYPT_ST_ENC_PRE) in ssv6xxx_deinit_softc()763 SKB_info *skb_info = (SKB_info *)skb->head; in ssv6xxx_deinit_softc() local764 if(skb_info->crypt_st == PKT_CRYPT_ST_ENC_DONE) in ssv6xxx_deinit_softc()
1544 struct SKB_info_st *skb_info = (struct SKB_info_st *)skb->head; in ssv6xxx_rc_hw_rate_update_check() local1545 struct ieee80211_sta *sta = skb_info->sta; in ssv6xxx_rc_hw_rate_update_check()
860 struct dp83640_skb_info *skb_info; in decode_rxts() local862 skb_info = (struct dp83640_skb_info *)skb->cb; in decode_rxts()863 if (match(skb, skb_info->ptp_type, rxts)) { in decode_rxts()887 struct dp83640_skb_info *skb_info; in decode_txts() local909 skb_info = (struct dp83640_skb_info *)skb->cb; in decode_txts()910 if (time_after(jiffies, skb_info->tmo)) { in decode_txts()1295 struct dp83640_skb_info *skb_info; in rx_timestamp_work() local1297 skb_info = (struct dp83640_skb_info *)skb->cb; in rx_timestamp_work()1298 if (!time_after(jiffies, skb_info->tmo)) { in rx_timestamp_work()1315 struct dp83640_skb_info *skb_info = (struct dp83640_skb_info *)skb->cb; in dp83640_rxtstamp() local[all …]
106 struct skb_info *tx_params = NULL; in rsi_coex_send_pkt()123 (struct skb_info *)&IEEE80211_SKB_CB(skb)->driver_data; in rsi_coex_send_pkt()
66 struct skb_info *tx_params; in rsi_prepare_mgmt_desc()77 tx_params = (struct skb_info *)info->driver_data; in rsi_prepare_mgmt_desc()158 struct skb_info *tx_params; in rsi_prepare_data_desc()169 tx_params = (struct skb_info *)info->driver_data; in rsi_prepare_data_desc()342 struct skb_info *tx_params; in rsi_send_mgmt_pkt()349 tx_params = (struct skb_info *)info->driver_data; in rsi_send_mgmt_pkt()
379 struct skb_info *tx_params; in rsi_core_xmit()402 tx_params = (struct skb_info *)info->driver_data; in rsi_core_xmit()
134 struct skb_info { struct
342 struct skb_info *tx_params; in rsi_indicate_tx_status()352 tx_params = (struct skb_info *)info->driver_data; in rsi_indicate_tx_status()1295 struct skb_info *rx_params = (struct skb_info *)info->driver_data; in rsi_fill_rx_status()
346 struct skb_info *tx_params; in rsi_send_internal_mgmt_frame()356 tx_params = (struct skb_info *)&IEEE80211_SKB_CB(skb)->driver_data; in rsi_send_internal_mgmt_frame()489 struct skb_info *rx_params; in rsi_mgmt_pkt_to_core()513 rx_params = (struct skb_info *)info->driver_data; in rsi_mgmt_pkt_to_core()
597 struct ieee80211_tx_info *skb_info = IEEE80211_SKB_CB(skb); in iwl_mvm_skb_prepare_status() local599 memset(&skb_info->status, 0, sizeof(skb_info->status)); in iwl_mvm_skb_prepare_status()600 memset(skb_info->driver_data, 0, sizeof(skb_info->driver_data)); in iwl_mvm_skb_prepare_status()602 skb_info->driver_data[1] = cmd; in iwl_mvm_skb_prepare_status()