Searched refs:skb_info (Results 1 – 9 of 9) sorted by relevance
654 skb_info->cur_skb = skb; in t7xx_dpmaif_set_data_to_skb()702 skb_info->cur_skb = NULL; in t7xx_dpmaif_rx_skb()704 if (skb_info->pit_dp) { in t7xx_dpmaif_rx_skb()727 skb_info = &rxq->rx_data_info; in t7xx_dpmaif_rx_start()746 if (skb_info->msg_pit_received) in t7xx_dpmaif_rx_start()755 else if (!skb_info->cur_skb) in t7xx_dpmaif_rx_start()761 skb_info->err_payload = 1; in t7xx_dpmaif_rx_start()767 if (!skb_info->err_payload) { in t7xx_dpmaif_rx_start()769 } else if (skb_info->cur_skb) { in t7xx_dpmaif_rx_start()771 skb_info->cur_skb = NULL; in t7xx_dpmaif_rx_start()[all …]
862 struct dp83640_skb_info *skb_info; in decode_rxts() local864 skb_info = (struct dp83640_skb_info *)skb->cb; in decode_rxts()865 if (match(skb, skb_info->ptp_type, rxts)) { in decode_rxts()889 struct dp83640_skb_info *skb_info; in decode_txts() local911 skb_info = (struct dp83640_skb_info *)skb->cb; in decode_txts()912 if (time_after(jiffies, skb_info->tmo)) { in decode_txts()1304 struct dp83640_skb_info *skb_info; in rx_timestamp_work() local1306 skb_info = (struct dp83640_skb_info *)skb->cb; in rx_timestamp_work()1307 if (!time_after(jiffies, skb_info->tmo)) { in rx_timestamp_work()1358 skb_info->ptp_type = type; in dp83640_rxtstamp()[all …]
104 struct skb_info *tx_params = NULL; in rsi_coex_send_pkt()121 (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()1315 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()
666 struct ieee80211_tx_info *skb_info = IEEE80211_SKB_CB(skb); in iwl_mvm_skb_prepare_status() local668 memset(&skb_info->status, 0, sizeof(skb_info->status)); in iwl_mvm_skb_prepare_status()669 memset(skb_info->driver_data, 0, sizeof(skb_info->driver_data)); in iwl_mvm_skb_prepare_status()671 skb_info->driver_data[1] = cmd; in iwl_mvm_skb_prepare_status()