Home
last modified time | relevance | path

Searched refs:skb_info (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/drivers/net/wireless/rsi/
Drsi_91x_coex.c106 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()
Drsi_91x_hal.c59 struct skb_info *tx_params; in rsi_prepare_mgmt_desc()
70 tx_params = (struct skb_info *)info->driver_data; in rsi_prepare_mgmt_desc()
148 struct skb_info *tx_params; in rsi_prepare_data_desc()
159 tx_params = (struct skb_info *)info->driver_data; in rsi_prepare_data_desc()
285 struct skb_info *tx_params; in rsi_send_data_pkt()
300 tx_params = (struct skb_info *)info->driver_data; in rsi_send_data_pkt()
333 struct skb_info *tx_params; in rsi_send_mgmt_pkt()
340 tx_params = (struct skb_info *)info->driver_data; in rsi_send_mgmt_pkt()
Drsi_91x_core.c379 struct skb_info *tx_params; in rsi_core_xmit()
402 tx_params = (struct skb_info *)info->driver_data; in rsi_core_xmit()
Drsi_main.h129 struct skb_info { struct
Drsi_91x_mgmt.c272 struct skb_info *tx_params; in rsi_send_internal_mgmt_frame()
282 tx_params = (struct skb_info *)&IEEE80211_SKB_CB(skb)->driver_data; in rsi_send_internal_mgmt_frame()
410 struct skb_info *rx_params; in rsi_mgmt_pkt_to_core()
434 rx_params = (struct skb_info *)info->driver_data; in rsi_mgmt_pkt_to_core()
Drsi_91x_mac80211.c278 struct skb_info *tx_params; in rsi_indicate_tx_status()
288 tx_params = (struct skb_info *)info->driver_data; in rsi_indicate_tx_status()
1217 struct skb_info *rx_params = (struct skb_info *)info->driver_data; in rsi_fill_rx_status()
/Linux-v4.19/drivers/net/phy/
Ddp83640.c872 struct dp83640_skb_info *skb_info; in decode_rxts() local
874 skb_info = (struct dp83640_skb_info *)skb->cb; in decode_rxts()
875 if (match(skb, skb_info->ptp_type, rxts)) { in decode_rxts()
1406 struct dp83640_skb_info *skb_info; in rx_timestamp_work() local
1408 skb_info = (struct dp83640_skb_info *)skb->cb; in rx_timestamp_work()
1409 if (!time_after(jiffies, skb_info->tmo)) { in rx_timestamp_work()
1425 struct dp83640_skb_info *skb_info = (struct dp83640_skb_info *)skb->cb; in dp83640_rxtstamp() local
1459 skb_info->ptp_type = type; in dp83640_rxtstamp()
1460 skb_info->tmo = jiffies + SKB_TIMESTAMP_TIMEOUT; in dp83640_rxtstamp()
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/
Dtx.c571 struct ieee80211_tx_info *skb_info = IEEE80211_SKB_CB(skb); in iwl_mvm_skb_prepare_status() local
573 memset(&skb_info->status, 0, sizeof(skb_info->status)); in iwl_mvm_skb_prepare_status()
574 memset(skb_info->driver_data, 0, sizeof(skb_info->driver_data)); in iwl_mvm_skb_prepare_status()
576 skb_info->driver_data[1] = cmd; in iwl_mvm_skb_prepare_status()
626 struct ieee80211_tx_info *skb_info = IEEE80211_SKB_CB(skb); in iwl_mvm_tx_skb_non_sta() local
638 if (skb_info->hw_queue == IWL_MVM_OFFCHANNEL_QUEUE && in iwl_mvm_tx_skb_non_sta()
639 skb_info->control.vif->type == NL80211_IFTYPE_STATION) in iwl_mvm_tx_skb_non_sta()
640 skb_info->hw_queue = mvm->aux_queue; in iwl_mvm_tx_skb_non_sta()