Searched refs:skb_info (Results 1 – 9 of 9) sorted by relevance
653 skb_info->cur_skb = skb; in t7xx_dpmaif_set_data_to_skb()701 skb_info->cur_skb = NULL; in t7xx_dpmaif_rx_skb()703 if (skb_info->pit_dp) { in t7xx_dpmaif_rx_skb()726 skb_info = &rxq->rx_data_info; in t7xx_dpmaif_rx_start()745 if (skb_info->msg_pit_received) in t7xx_dpmaif_rx_start()754 else if (!skb_info->cur_skb) in t7xx_dpmaif_rx_start()760 skb_info->err_payload = 1; in t7xx_dpmaif_rx_start()766 if (!skb_info->err_payload) { in t7xx_dpmaif_rx_start()768 } else if (skb_info->cur_skb) { in t7xx_dpmaif_rx_start()770 skb_info->cur_skb = NULL; in t7xx_dpmaif_rx_start()[all …]
869 struct dp83640_skb_info *skb_info; in decode_rxts() local871 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() local918 skb_info = (struct dp83640_skb_info *)skb->cb; in decode_txts()919 if (time_after(jiffies, skb_info->tmo)) { in decode_txts()1313 struct dp83640_skb_info *skb_info; in rx_timestamp_work() local1315 skb_info = (struct dp83640_skb_info *)skb->cb; in rx_timestamp_work()1316 if (!time_after(jiffies, skb_info->tmo)) { in rx_timestamp_work()1367 skb_info->ptp_type = type; in dp83640_rxtstamp()[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()170 tx_params = (struct skb_info *)info->driver_data; in rsi_prepare_data_desc()343 struct skb_info *tx_params; in rsi_send_mgmt_pkt()350 tx_params = (struct skb_info *)info->driver_data; in rsi_send_mgmt_pkt()
378 struct skb_info *tx_params; in rsi_core_xmit()401 tx_params = (struct skb_info *)info->driver_data; in rsi_core_xmit()
134 struct skb_info { struct
341 struct skb_info *tx_params; in rsi_indicate_tx_status()351 tx_params = (struct skb_info *)info->driver_data; in rsi_indicate_tx_status()1314 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()
Completed in 26 milliseconds