Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/wwan/t7xx/
A Dt7xx_hif_dpmaif_rx.c653 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 …]
/linux-6.3-rc2/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()
1313 struct dp83640_skb_info *skb_info; in rx_timestamp_work() local
1315 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 …]
/linux-6.3-rc2/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()
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()
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.c341 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()
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-6.3-rc2/drivers/net/wireless/intel/iwlwifi/mvm/
A Dtx.c597 struct ieee80211_tx_info *skb_info = IEEE80211_SKB_CB(skb); in iwl_mvm_skb_prepare_status() local
599 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