Home
last modified time | relevance | path

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

/linux/drivers/net/wwan/t7xx/
H A Dt7xx_hif_dpmaif_rx.c432 const struct dpmaif_cur_rx_skb_info *skb_info) in t7xx_dpmaif_get_frag() argument
441 ret = t7xx_dpmaif_set_frag_to_skb(rxq, pkt_info, skb_info->cur_skb); in t7xx_dpmaif_get_frag()
618 struct dpmaif_cur_rx_skb_info *skb_info) in t7xx_dpmaif_parse_msg_pit() argument
622 skb_info->cur_chn_idx = FIELD_GET(MSG_PIT_CHANNEL_ID, header); in t7xx_dpmaif_parse_msg_pit()
623 skb_info->check_sum = FIELD_GET(MSG_PIT_CHECKSUM, header); in t7xx_dpmaif_parse_msg_pit()
624 skb_info->pit_dp = FIELD_GET(MSG_PIT_DP, header); in t7xx_dpmaif_parse_msg_pit()
625 skb_info->pkt_type = FIELD_GET(MSG_PIT_IP, le32_to_cpu(msg_pit->msg.params_3)); in t7xx_dpmaif_parse_msg_pit()
630 struct dpmaif_cur_rx_skb_info *skb_info) in t7xx_dpmaif_set_data_to_skb() argument
659 skb_info->cur_skb = skb; in t7xx_dpmaif_set_data_to_skb()
666 struct dpmaif_cur_rx_skb_info *skb_info) in t7xx_dpmaif_get_rx_pkt() argument
[all …]
/linux/drivers/net/phy/
H A Ddp83640.c852 struct dp83640_skb_info *skb_info; in decode_rxts() local
854 skb_info = (struct dp83640_skb_info *)skb->cb; in decode_rxts()
855 if (match(skb, skb_info->ptp_type, rxts)) { in decode_rxts()
879 struct dp83640_skb_info *skb_info; in decode_txts() local
901 skb_info = (struct dp83640_skb_info *)skb->cb; in decode_txts()
902 if (time_after(jiffies, skb_info->tmo)) { in decode_txts()
1284 struct dp83640_skb_info *skb_info; in rx_timestamp_work() local
1286 skb_info = (struct dp83640_skb_info *)skb->cb; in rx_timestamp_work()
1287 if (!time_after(jiffies, skb_info->tmo)) { in rx_timestamp_work()
1304 struct dp83640_skb_info *skb_info = (struct dp83640_skb_info *)skb->cb; in dp83640_rxtstamp() local
[all …]
/linux/drivers/net/wireless/rsi/
H A Drsi_91x_coex.c104 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()
H 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()
H 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()
H A Drsi_main.h134 struct skb_info { struct
H 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()
1318 struct skb_info *rx_params = (struct skb_info *)info->driver_data; in rsi_fill_rx_status()
H 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()