Home
last modified time | relevance | path

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

/linux/drivers/net/phy/
A 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()
896 struct dp83640_skb_info *skb_info; in decode_txts() local
918 skb_info = (struct dp83640_skb_info *)skb->cb; in decode_txts()
919 if (time_after(jiffies, skb_info->tmo)) { in decode_txts()
1327 struct dp83640_skb_info *skb_info; in rx_timestamp_work() local
1329 skb_info = (struct dp83640_skb_info *)skb->cb; in rx_timestamp_work()
1330 if (!time_after(jiffies, skb_info->tmo)) { in rx_timestamp_work()
1381 skb_info->ptp_type = type; in dp83640_rxtstamp()
[all …]
/linux/drivers/net/wireless/rsi/
A 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()
A 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()
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()
A Drsi_91x_core.c378 struct skb_info *tx_params; in rsi_core_xmit()
401 tx_params = (struct skb_info *)info->driver_data; in rsi_core_xmit()
A Drsi_main.h134 struct skb_info { struct
A 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()
1312 struct skb_info *rx_params = (struct skb_info *)info->driver_data; in rsi_fill_rx_status()
A 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()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
A Dtx.c553 struct ieee80211_tx_info *skb_info = IEEE80211_SKB_CB(skb); in iwl_mvm_skb_prepare_status() local
555 memset(&skb_info->status, 0, sizeof(skb_info->status)); in iwl_mvm_skb_prepare_status()
556 memset(skb_info->driver_data, 0, sizeof(skb_info->driver_data)); in iwl_mvm_skb_prepare_status()
558 skb_info->driver_data[1] = cmd; in iwl_mvm_skb_prepare_status()

Completed in 23 milliseconds