Home
last modified time | relevance | path

Searched defs:skb (Results 1 – 25 of 164) sorted by relevance

1234567

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dskbuff.h217 struct sk_buff *skb; in alloc_skb() local
227 struct sk_buff *skb; in __dev_alloc_skb() local
238 struct sk_buff *skb; in dev_alloc_skb() local
247 kfree_skb(struct sk_buff *skb) in kfree_skb()
254 consume_skb(struct sk_buff *skb) in consume_skb()
261 dev_kfree_skb(struct sk_buff *skb) in dev_kfree_skb()
268 dev_kfree_skb_any(struct sk_buff *skb) in dev_kfree_skb_any()
275 dev_kfree_skb_irq(struct sk_buff *skb) in dev_kfree_skb_irq()
285 struct sk_buff *skb; in build_skb() local
295 skb_is_nonlinear(struct sk_buff *skb) in skb_is_nonlinear()
[all …]
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dwmi-ops.h235 ath10k_wmi_rx(struct ath10k *ar, struct sk_buff *skb) in ath10k_wmi_rx()
267 ath10k_wmi_pull_scan(struct ath10k *ar, struct sk_buff *skb, in ath10k_wmi_pull_scan()
277 ath10k_wmi_pull_mgmt_tx_compl(struct ath10k *ar, struct sk_buff *skb, in ath10k_wmi_pull_mgmt_tx_compl()
287 ath10k_wmi_pull_mgmt_tx_bundle_compl(struct ath10k *ar, struct sk_buff *skb, in ath10k_wmi_pull_mgmt_tx_bundle_compl()
297 ath10k_wmi_pull_mgmt_rx(struct ath10k *ar, struct sk_buff *skb, in ath10k_wmi_pull_mgmt_rx()
307 ath10k_wmi_pull_ch_info(struct ath10k *ar, struct sk_buff *skb, in ath10k_wmi_pull_ch_info()
317 ath10k_wmi_pull_vdev_start(struct ath10k *ar, struct sk_buff *skb, in ath10k_wmi_pull_vdev_start()
327 ath10k_wmi_pull_peer_kick(struct ath10k *ar, struct sk_buff *skb, in ath10k_wmi_pull_peer_kick()
337 ath10k_wmi_pull_swba(struct ath10k *ar, struct sk_buff *skb, in ath10k_wmi_pull_swba()
347 ath10k_wmi_pull_phyerr_hdr(struct ath10k *ar, struct sk_buff *skb, in ath10k_wmi_pull_phyerr_hdr()
[all …]
H A Dwmi.c1794 struct sk_buff *skb; in ath10k_wmi_alloc_skb() local
1811 static void ath10k_wmi_htc_tx_complete(struct ath10k *ar, struct sk_buff *skb) in ath10k_wmi_htc_tx_complete()
1816 int ath10k_wmi_cmd_send_nowait(struct ath10k *ar, struct sk_buff *skb, in ath10k_wmi_cmd_send_nowait()
1917 int ath10k_wmi_cmd_send(struct ath10k *ar, struct sk_buff *skb, u32 cmd_id) in ath10k_wmi_cmd_send()
1960 struct sk_buff *skb; in ath10k_wmi_op_gen_mgmt_tx() local
2176 static int ath10k_wmi_op_pull_scan_ev(struct ath10k *ar, struct sk_buff *skb, in ath10k_wmi_op_pull_scan_ev()
2195 int ath10k_wmi_event_scan(struct ath10k *ar, struct sk_buff *skb) in ath10k_wmi_event_scan()
2260 struct sk_buff *skb, in ath10k_wmi_handle_wep_reauth()
2290 static int ath10k_wmi_op_pull_mgmt_rx_ev(struct ath10k *ar, struct sk_buff *skb, in ath10k_wmi_op_pull_mgmt_rx_ev()
2342 struct sk_buff *skb, in ath10k_wmi_10_4_op_pull_mgmt_rx_ev()
[all …]
H A Dwmi-tlv.c181 struct sk_buff *skb) in ath10k_wmi_tlv_event_bcn_tx_status()
228 struct sk_buff *skb) in ath10k_wmi_tlv_event_vdev_delete_resp()
274 struct sk_buff *skb) in ath10k_wmi_tlv_op_pull_peer_stats_info()
315 struct sk_buff *skb) in ath10k_wmi_tlv_event_peer_stats_info()
323 struct sk_buff *skb) in ath10k_wmi_tlv_event_diag_data()
394 struct sk_buff *skb) in ath10k_wmi_tlv_event_diag()
422 struct sk_buff *skb) in ath10k_wmi_tlv_event_p2p_noa()
456 struct sk_buff *skb) in ath10k_wmi_tlv_event_tx_pause()
521 struct sk_buff *skb) in ath10k_wmi_tlv_event_rfkill_state_change()
564 struct sk_buff *skb) in ath10k_wmi_tlv_event_temperature()
[all …]
H A Dhtc.c19 struct sk_buff *skb) in ath10k_htc_control_tx_complete()
26 struct sk_buff *skb; in ath10k_htc_build_tx_ctrl_skb() local
44 struct sk_buff *skb) in ath10k_htc_restore_tx_skb()
54 struct sk_buff *skb) in ath10k_htc_notify_tx_completion()
90 struct sk_buff *skb) in ath10k_htc_prepare_tx_skb()
167 struct sk_buff *skb) in ath10k_htc_send()
227 void ath10k_htc_tx_completion_handler(struct ath10k *ar, struct sk_buff *skb) in ath10k_htc_tx_completion_handler()
439 void ath10k_htc_rx_completion_handler(struct ath10k *ar, struct sk_buff *skb) in ath10k_htc_rx_completion_handler()
532 struct sk_buff *skb) in ath10k_htc_control_rx_complete()
648 struct sk_buff *skb; in ath10k_htc_send_bundle() local
[all …]
H A Dhtt_tx.c198 int ath10k_htt_tx_alloc_msdu_id(struct ath10k_htt *htt, struct sk_buff *skb) in ath10k_htt_tx_alloc_msdu_id()
507 static int ath10k_htt_tx_clean_up_pending(int msdu_id, void *skb, void *ctx) in ath10k_htt_tx_clean_up_pending()
558 void ath10k_htt_htc_tx_complete(struct ath10k *ar, struct sk_buff *skb) in ath10k_htt_htc_tx_complete()
597 void ath10k_htt_hif_tx_complete(struct ath10k *ar, struct sk_buff *skb) in ath10k_htt_hif_tx_complete()
606 struct sk_buff *skb; in ath10k_htt_h2t_ver_req_msg() local
636 struct sk_buff *skb; in ath10k_htt_h2t_stats_req() local
678 struct sk_buff *skb; in ath10k_htt_send_frag_desc_bank_cfg_32() local
740 struct sk_buff *skb; in ath10k_htt_send_frag_desc_bank_cfg_64() local
819 struct sk_buff *skb; in ath10k_htt_send_rx_ring_cfg_32() local
892 struct sk_buff *skb; in ath10k_htt_send_rx_ring_cfg_64() local
[all …]
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_skbuff.c94 struct sk_buff *skb; in linuxkpi_alloc_skb() local
151 struct sk_buff *skb; in linuxkpi_dev_alloc_skb() local
168 struct sk_buff *skb; in linuxkpi_build_skb() local
188 linuxkpi_skb_copy(const struct sk_buff *skb, gfp_t gfp) in linuxkpi_skb_copy()
226 linuxkpi_kfree_skb(struct sk_buff *skb) in linuxkpi_kfree_skb()
305 DB_SHOW_COMMAND(skb, db_show_skb) in DB_SHOW_COMMAND() argument
307 struct sk_buff *skb; in DB_SHOW_COMMAND() local
/freebsd/sys/contrib/dev/rtw88/
H A Dtx.c13 struct sk_buff *skb) in rtw_tx_stats() argument
35 rtw_tx_fill_tx_desc(struct rtw_tx_pkt_info * pkt_info,struct sk_buff * skb) rtw_tx_fill_tx_desc() argument
210 rtw_tx_report_enqueue(struct rtw_dev * rtwdev,struct sk_buff * skb,u8 sn) rtw_tx_report_enqueue() argument
229 rtw_tx_report_tx_status(struct rtw_dev * rtwdev,struct sk_buff * skb,bool acked) rtw_tx_report_tx_status() argument
243 rtw_tx_report_handle(struct rtw_dev * rtwdev,struct sk_buff * skb,int src) rtw_tx_report_handle() argument
274 rtw_get_mgmt_rate(struct rtw_dev * rtwdev,struct sk_buff * skb,u8 lowest_rate,bool ignore_rate) rtw_get_mgmt_rate() argument
289 rtw_tx_pkt_info_update_rate(struct rtw_dev * rtwdev,struct rtw_tx_pkt_info * pkt_info,struct sk_buff * skb,bool ignore_rate) rtw_tx_pkt_info_update_rate() argument
308 rtw_tx_pkt_info_update_sec(struct rtw_dev * rtwdev,struct rtw_tx_pkt_info * pkt_info,struct sk_buff * skb) rtw_tx_pkt_info_update_sec() argument
336 rtw_tx_mgmt_pkt_info_update(struct rtw_dev * rtwdev,struct rtw_tx_pkt_info * pkt_info,struct ieee80211_sta * sta,struct sk_buff * skb) rtw_tx_mgmt_pkt_info_update() argument
348 rtw_tx_data_pkt_info_update(struct rtw_dev * rtwdev,struct rtw_tx_pkt_info * pkt_info,struct ieee80211_sta * sta,struct sk_buff * skb) rtw_tx_data_pkt_info_update() argument
419 rtw_tx_pkt_info_update(struct rtw_dev * rtwdev,struct rtw_tx_pkt_info * pkt_info,struct ieee80211_sta * sta,struct sk_buff * skb) rtw_tx_pkt_info_update() argument
458 rtw_tx_rsvd_page_pkt_info_update(struct rtw_dev * rtwdev,struct rtw_tx_pkt_info * pkt_info,struct sk_buff * skb,enum rtw_rsvd_packet_type type) rtw_tx_rsvd_page_pkt_info_update() argument
513 struct sk_buff *skb; rtw_tx_write_data_rsvd_page_get() local
539 struct sk_buff *skb; rtw_tx_write_data_h2c_get() local
561 rtw_tx(struct rtw_dev * rtwdev,struct ieee80211_tx_control * control,struct sk_buff * skb) rtw_tx() argument
587 rtw_txq_check_agg(struct rtw_dev * rtwdev,struct rtw_txq * rtwtxq,struct sk_buff * skb) rtw_txq_check_agg() argument
619 rtw_txq_push_skb(struct rtw_dev * rtwdev,struct rtw_txq * rtwtxq,struct sk_buff * skb) rtw_txq_push_skb() argument
644 struct sk_buff *skb; rtw_txq_dequeue() local
657 struct sk_buff *skb; rtw_txq_push() local
759 rtw_tx_queue_mapping(struct sk_buff * skb) rtw_tx_queue_mapping() argument
[all...]
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dwmi.c296 static int ath11k_wmi_cmd_send_nowait(struct ath11k_pdev_wmi *wmi, struct sk_buff *skb, in ath11k_wmi_cmd_send_nowait()
328 int ath11k_wmi_cmd_send(struct ath11k_pdev_wmi *wmi, struct sk_buff *skb, in ath11k_wmi_cmd_send()
647 static int ath11k_service_ready_event(struct ath11k_base *ab, struct sk_buff *skb) in ath11k_service_ready_event()
667 struct sk_buff *skb; in ath11k_wmi_alloc_skb() local
706 struct sk_buff *skb; in ath11k_wmi_mgmt_send() local
756 struct sk_buff *skb; in ath11k_wmi_vdev_create() local
847 struct sk_buff *skb; in ath11k_wmi_vdev_delete() local
874 struct sk_buff *skb; in ath11k_wmi_vdev_stop() local
902 struct sk_buff *skb; in ath11k_wmi_vdev_down() local
985 struct sk_buff *skb; in ath11k_wmi_vdev_start() local
[all …]
H A Dhtc.c13 struct sk_buff *skb; in ath11k_htc_alloc_skb() local
29 struct sk_buff *skb) in ath11k_htc_control_tx_complete()
36 struct sk_buff *skb; in ath11k_htc_build_tx_ctrl_skb() local
53 struct sk_buff *skb) in ath11k_htc_prepare_tx_skb()
75 struct sk_buff *skb) in ath11k_htc_send()
255 struct sk_buff *skb) in ath11k_htc_tx_completion_handler()
285 struct sk_buff *skb) in ath11k_htc_rx_completion_handler()
418 struct sk_buff *skb) in ath11k_htc_control_rx_complete()
605 struct sk_buff *skb; in ath11k_htc_connect_service() local
767 struct sk_buff *skb; in ath11k_htc_start() local
H A Dtestmode.c48 struct sk_buff *skb) in ath11k_tm_wmi_event_unsegmented()
194 struct sk_buff *skb) in ath11k_tm_wmi_event_segmented()
223 void ath11k_tm_wmi_event(struct ath11k_base *ab, u32 cmd_id, struct sk_buff *skb) in ath11k_tm_wmi_event()
233 struct sk_buff *skb; in ath11k_tm_cmd_get_version() local
304 struct sk_buff *skb; in ath11k_tm_cmd_wmi() local
394 struct sk_buff *skb; in ath11k_tm_cmd_wmi_ftm() local
H A Dce.c272 struct sk_buff *skb, dma_addr_t paddr) in ath11k_ce_rx_buf_enqueue_pipe()
323 struct sk_buff *skb; in ath11k_ce_rx_post_pipe() local
370 struct sk_buff **skb, int *nbytes) in ath11k_ce_completed_recv_next()
422 struct sk_buff *skb; in ath11k_ce_recv_process_cb() local
465 struct sk_buff *skb; in ath11k_ce_completed_send_next() local
503 struct sk_buff *skb; in ath11k_ce_tx_process_cb() local
711 int ath11k_ce_send(struct ath11k_base *ab, struct sk_buff *skb, u8 pipe_id, in ath11k_ce_send()
805 struct sk_buff *skb; in ath11k_ce_rx_pipe_cleanup() local
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dwmi.c391 static int ath12k_wmi_cmd_send_nowait(struct ath12k_wmi_pdev *wmi, struct sk_buff *skb, in ath12k_wmi_cmd_send_nowait()
418 int ath12k_wmi_cmd_send(struct ath12k_wmi_pdev *wmi, struct sk_buff *skb, in ath12k_wmi_cmd_send()
724 static int ath12k_service_ready_event(struct ath12k_base *ab, struct sk_buff *skb) in ath12k_service_ready_event()
742 struct sk_buff *skb; in ath12k_wmi_alloc_skb() local
766 struct sk_buff *skb; in ath12k_wmi_mgmt_send() local
810 struct sk_buff *skb; in ath12k_wmi_vdev_create() local
896 struct sk_buff *skb; in ath12k_wmi_vdev_delete() local
923 struct sk_buff *skb; in ath12k_wmi_vdev_stop() local
951 struct sk_buff *skb; in ath12k_wmi_vdev_down() local
1020 struct sk_buff *skb; in ath12k_wmi_vdev_start() local
[all …]
H A Dhtc.c14 struct sk_buff *skb; in ath12k_htc_alloc_skb() local
30 struct sk_buff *skb) in ath12k_htc_control_tx_complete()
37 struct sk_buff *skb; in ath12k_htc_build_tx_ctrl_skb() local
54 struct sk_buff *skb) in ath12k_htc_prepare_tx_skb()
76 struct sk_buff *skb) in ath12k_htc_send()
248 struct sk_buff *skb) in ath12k_htc_rx_completion_handler()
375 struct sk_buff *skb) in ath12k_htc_control_rx_complete()
561 struct sk_buff *skb; in ath12k_htc_connect_service() local
717 struct sk_buff *skb; in ath12k_htc_start() local
H A Dce.c223 struct sk_buff *skb, dma_addr_t paddr) in ath12k_ce_rx_buf_enqueue_pipe()
274 struct sk_buff *skb; in ath12k_ce_rx_post_pipe() local
320 struct sk_buff **skb, int *nbytes) in ath12k_ce_completed_recv_next()
372 struct sk_buff *skb; in ath12k_ce_recv_process_cb() local
416 struct sk_buff *skb; in ath12k_ce_completed_send_next() local
453 struct sk_buff *skb; in ath12k_ce_send_done_cb() local
638 int ath12k_ce_send(struct ath12k_base *ab, struct sk_buff *skb, u8 pipe_id, in ath12k_ce_send()
723 struct sk_buff *skb; in ath12k_ce_rx_pipe_cleanup() local
H A Ddp_tx.c13 ath12k_dp_tx_get_encap_type(struct ath12k_vif *arvif, struct sk_buff *skb) in ath12k_dp_tx_get_encap_type()
27 static void ath12k_dp_tx_encap_nwifi(struct sk_buff *skb) in ath12k_dp_tx_encap_nwifi()
48 static u8 ath12k_dp_tx_get_tid(struct sk_buff *skb) in ath12k_dp_tx_get_tid()
133 struct sk_buff *skb) in ath12k_dp_tx()
699 struct sk_buff *skb; in ath12k_dp_tx_htt_srng_setup() local
814 struct sk_buff *skb; in ath12k_dp_tx_htt_h2t_ver_req_msg() local
856 struct sk_buff *skb; in ath12k_dp_tx_htt_h2t_ppdu_stats_req() local
895 struct sk_buff *skb; in ath12k_dp_tx_htt_rx_filter_setup() local
992 struct sk_buff *skb; in ath12k_dp_tx_htt_h2t_ext_stats_req() local
1099 struct sk_buff *skb; in ath12k_dp_tx_htt_tx_filter_setup() local
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dtx.c18 mt76_tx_check_agg_ssn(struct ieee80211_sta *sta, struct sk_buff *skb) in mt76_tx_check_agg_ssn()
53 struct sk_buff *skb; in mt76_tx_status_unlock() local
89 __mt76_tx_status_skb_done(struct mt76_dev *dev, struct sk_buff *skb, u8 flags, in __mt76_tx_status_skb_done()
113 mt76_tx_status_skb_done(struct mt76_dev *dev, struct sk_buff *skb, in mt76_tx_status_skb_done()
122 struct sk_buff *skb) in mt76_tx_status_skb_add()
173 struct sk_buff *skb; in mt76_tx_status_skb_get() local
226 struct sk_buff *skb) in mt76_tx_check_non_aql()
239 void __mt76_tx_complete_skb(struct mt76_dev *dev, u16 wcid_idx, struct sk_buff *skb, in __mt76_tx_complete_skb()
299 __mt76_tx_queue_skb(struct mt76_phy *phy, int qid, struct sk_buff *skb, in __mt76_tx_queue_skb()
333 struct mt76_wcid *wcid, struct sk_buff *skb) in mt76_tx()
[all …]
H A Dmcu.c13 struct sk_buff *skb; in __mt76_mcu_msg_alloc() local
49 void mt76_mcu_rx_event(struct mt76_dev *dev, struct sk_buff *skb) in mt76_mcu_rx_event()
59 struct sk_buff *skb; in mt76_mcu_send_and_get_msg() local
72 int mt76_mcu_skb_send_and_get_msg(struct mt76_dev *dev, struct sk_buff *skb, in mt76_mcu_skb_send_and_get_msg()
H A Dagg-rx.c18 struct sk_buff *skb; in mt76_aggr_release() local
59 struct sk_buff *skb; in mt76_rx_aggr_check_release() local
119 mt76_rx_aggr_check_ctl(struct sk_buff *skb, struct sk_buff_head *frames) in mt76_rx_aggr_check_ctl()
148 void mt76_rx_aggr_reorder(struct sk_buff *skb, struct sk_buff_head *frames) in mt76_rx_aggr_reorder()
275 struct sk_buff *skb = tid->reorder_buf[i]; in mt76_rx_aggr_shutdown() local
H A Dmt76x02_beacon.c26 mt76x02_write_beacon(struct mt76x02_dev *dev, int offset, struct sk_buff *skb) in mt76x02_write_beacon()
55 struct sk_buff *skb) in mt76x02_mac_set_beacon()
142 struct sk_buff *skb = NULL; in mt76x02_update_beacon_iter() local
162 struct sk_buff *skb; in mt76x02_add_buffered_bc() local
H A Dmt76_connac3_mac.c61 mt76_connac3_mac_decode_he_mu_radiotap(struct sk_buff *skb, __le32 *rxv) in mt76_connac3_mac_decode_he_mu_radiotap()
104 void mt76_connac3_mac_decode_he_radiotap(struct sk_buff *skb, __le32 *rxv, in mt76_connac3_mac_decode_he_radiotap()
188 mt76_connac3_mac_radiotap_push_tlv(struct sk_buff *skb, u16 type, u16 len) in mt76_connac3_mac_radiotap_push_tlv()
200 void mt76_connac3_mac_decode_eht_radiotap(struct sk_buff *skb, __le32 *rxv, in mt76_connac3_mac_decode_eht_radiotap()
/freebsd/sys/contrib/dev/rtw89/
H A Dfw.c72 struct sk_buff *skb; in rtw89_fw_h2c_alloc_skb() local
1206 void rtw89_h2c_pkt_set_hdr(struct rtw89_dev *rtwdev, struct sk_buff *skb, in rtw89_h2c_pkt_set_hdr()
1231 struct sk_buff *skb, in rtw89_h2c_pkt_set_hdr_fwdl()
1312 struct sk_buff *skb; in __rtw89_fw_download_hdr() local
1389 struct sk_buff *skb; in __rtw89_fw_download_main() local
1885 struct sk_buff *skb; in rtw89_fw_h2c_cam() local
1923 struct sk_buff *skb; in rtw89_fw_h2c_dctl_sec_cam_v1() local
1962 struct sk_buff *skb; in rtw89_fw_h2c_dctl_sec_cam_v2() local
2002 struct sk_buff *skb; in rtw89_fw_h2c_default_dmac_tbl_v2() local
2059 struct sk_buff *skb; in rtw89_fw_h2c_ba_cam() local
[all …]
/freebsd/sys/contrib/dev/iwlwifi/queue/
H A Dtx.c
/freebsd/sys/contrib/dev/mediatek/mt76/mt7925/
H A Dmcu.c18 struct sk_buff *skb, int seq) in mt7925_mcu_parse_response()
84 struct sk_buff *skb; in mt7925_mcu_regval() local
127 struct sk_buff *skb; in mt7925_mcu_update_arp_filter() local
223 struct sk_buff *skb; in mt7925_mcu_set_wow_pattern() local
290 mt7925_mcu_connection_loss_event(struct mt792x_dev *dev, struct sk_buff *skb) in mt7925_mcu_connection_loss_event()
366 mt7925_mcu_uni_hif_ctrl_event(struct mt792x_dev *dev, struct sk_buff *skb) in mt7925_mcu_uni_hif_ctrl_event()
389 mt7925_mcu_uni_roc_event(struct mt792x_dev *dev, struct sk_buff *skb) in mt7925_mcu_uni_roc_event()
412 mt7925_mcu_scan_event(struct mt792x_dev *dev, struct sk_buff *skb) in mt7925_mcu_scan_event()
426 mt7925_mcu_tx_done_event(struct mt792x_dev *dev, struct sk_buff *skb) in mt7925_mcu_tx_done_event()
457 mt7925_mcu_uni_debug_msg_event(struct mt792x_dev *dev, struct sk_buff *skb) in mt7925_mcu_uni_debug_msg_event()
[all …]
/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dnetlink.h39 nla_put(struct sk_buff *skb, int attr, size_t len, void *data) in nla_put()
47 nla_put_u16(struct sk_buff *skb, int attr, uint32_t val) in nla_put_u16()

1234567