Home
last modified time | relevance | path

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

/drivers/net/wireless/rsi/
Drsi_91x_pkt.c32 struct skb_info *tx_params; in rsi_send_data_pkt()
42 tx_params = (struct skb_info *)info->driver_data; in rsi_send_data_pkt()
133 struct skb_info *tx_params; in rsi_send_mgmt_pkt()
140 tx_params = (struct skb_info *)info->driver_data; in rsi_send_mgmt_pkt()
Drsi_91x_main.c74 struct skb_info *rx_params; in rsi_prepare_skb()
97 rx_params = (struct skb_info *)info->driver_data; in rsi_prepare_skb()
Drsi_91x_core.c325 struct skb_info *tx_params; in rsi_core_xmit()
335 tx_params = (struct skb_info *)info->driver_data; in rsi_core_xmit()
Drsi_main.h92 struct skb_info { struct
Drsi_91x_mgmt.c256 struct skb_info *tx_params; in rsi_send_internal_mgmt_frame()
262 tx_params = (struct skb_info *)&IEEE80211_SKB_CB(skb)->driver_data; in rsi_send_internal_mgmt_frame()
390 struct skb_info *rx_params; in rsi_mgmt_pkt_to_core()
424 rx_params = (struct skb_info *)info->driver_data; in rsi_mgmt_pkt_to_core()
Drsi_91x_mac80211.c843 struct skb_info *rx_params = (struct skb_info *)info->driver_data; in rsi_fill_rx_status()
/drivers/net/phy/
Ddp83640.c869 struct dp83640_skb_info *skb_info; in decode_rxts() local
871 skb_info = (struct dp83640_skb_info *)skb->cb; in decode_rxts()
872 if (match(skb, skb_info->ptp_type, rxts)) { in decode_rxts()
1383 struct dp83640_skb_info *skb_info; in rx_timestamp_work() local
1385 skb_info = (struct dp83640_skb_info *)skb->cb; in rx_timestamp_work()
1386 if (!time_after(jiffies, skb_info->tmo)) { in rx_timestamp_work()
1402 struct dp83640_skb_info *skb_info = (struct dp83640_skb_info *)skb->cb; in dp83640_rxtstamp() local
1437 skb_info->ptp_type = type; in dp83640_rxtstamp()
1438 skb_info->tmo = jiffies + SKB_TIMESTAMP_TIMEOUT; in dp83640_rxtstamp()
/drivers/net/wireless/intel/iwlwifi/mvm/
Dtx.c486 struct ieee80211_tx_info *skb_info = IEEE80211_SKB_CB(skb); in iwl_mvm_skb_prepare_status() local
488 memset(&skb_info->status, 0, sizeof(skb_info->status)); in iwl_mvm_skb_prepare_status()
489 memset(skb_info->driver_data, 0, sizeof(skb_info->driver_data)); in iwl_mvm_skb_prepare_status()
491 skb_info->driver_data[1] = cmd; in iwl_mvm_skb_prepare_status()
532 struct ieee80211_tx_info *skb_info = IEEE80211_SKB_CB(skb); in iwl_mvm_tx_skb_non_sta() local
546 skb_info->control.vif->type == NL80211_IFTYPE_STATION) in iwl_mvm_tx_skb_non_sta()