Home
last modified time | relevance | path

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

/drivers/net/phy/
Ddp83640.c860 struct dp83640_skb_info *skb_info; in decode_rxts() local
862 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() local
909 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() local
1297 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 …]
/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.c66 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()
170 tx_params = (struct skb_info *)info->driver_data; in rsi_prepare_data_desc()
346 struct skb_info *tx_params; in rsi_send_mgmt_pkt()
353 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.h134 struct skb_info { struct
Drsi_91x_mac80211.c342 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()
Drsi_91x_mgmt.c346 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()
/drivers/net/wireless/intel/iwlwifi/mvm/
Dtx.c601 struct ieee80211_tx_info *skb_info = IEEE80211_SKB_CB(skb); in iwl_mvm_skb_prepare_status() local
603 memset(&skb_info->status, 0, sizeof(skb_info->status)); in iwl_mvm_skb_prepare_status()
604 memset(skb_info->driver_data, 0, sizeof(skb_info->driver_data)); in iwl_mvm_skb_prepare_status()
606 skb_info->driver_data[1] = cmd; in iwl_mvm_skb_prepare_status()