Home
last modified time | relevance | path

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

1234567

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dskbuff.h209 struct sk_buff *skb; in alloc_skb() local
219 struct sk_buff *skb; in __dev_alloc_skb() local
230 struct sk_buff *skb; in dev_alloc_skb() local
239 kfree_skb(struct sk_buff *skb) in kfree_skb()
246 dev_kfree_skb(struct sk_buff *skb) in dev_kfree_skb()
253 dev_kfree_skb_any(struct sk_buff *skb) in dev_kfree_skb_any()
260 dev_kfree_skb_irq(struct sk_buff *skb) in dev_kfree_skb_irq()
270 struct sk_buff *skb; in build_skb() local
280 #define skb_list_walk_safe(_q, skb, tmp) \ argument
285 skb_reserve(struct sk_buff *skb, size_t len) in skb_reserve()
[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.c86 struct sk_buff *skb; in linuxkpi_alloc_skb() local
135 struct sk_buff *skb; in linuxkpi_dev_alloc_skb() local
152 struct sk_buff *skb; in linuxkpi_build_skb() local
172 linuxkpi_skb_copy(struct sk_buff *skb, gfp_t gfp) in linuxkpi_skb_copy()
210 linuxkpi_kfree_skb(struct sk_buff *skb) in linuxkpi_kfree_skb()
272 DB_SHOW_COMMAND(skb, db_show_skb) in DB_SHOW_COMMAND() argument
274 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 void rtw_tx_fill_tx_desc(struct rtw_tx_pkt_info *pkt_info, struct sk_buff *skb) in rtw_tx_fill_tx_desc() argument
210 void rtw_tx_report_enqueue(struct rtw_dev *rtwdev, struct sk_buff *skb, u8 sn) in rtw_tx_report_enqueue() argument
229 struct sk_buff *skb, boo in 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/rtw89/
H A Dfw.c23 struct sk_buff *skb; rtw89_fw_h2c_alloc_skb() local
729 rtw89_h2c_pkt_set_hdr(struct rtw89_dev * rtwdev,struct sk_buff * skb,u8 type,u8 cat,u8 class,u8 func,bool rack,bool dack,u32 len) rtw89_h2c_pkt_set_hdr() argument
754 rtw89_h2c_pkt_set_hdr_fwdl(struct rtw89_dev * rtwdev,struct sk_buff * skb,u8 type,u8 cat,u8 class,u8 func,u32 len) rtw89_h2c_pkt_set_hdr_fwdl() argument
774 struct sk_buff *skb; __rtw89_fw_download_hdr() local
831 struct sk_buff *skb; __rtw89_fw_download_main() local
1224 struct sk_buff *skb; rtw89_fw_h2c_cam() local
1260 struct sk_buff *skb; rtw89_fw_h2c_dctl_sec_cam_v1() local
1299 struct sk_buff *skb; rtw89_fw_h2c_ba_cam() local
1367 struct sk_buff *skb; rtw89_fw_h2c_init_ba_cam_v0_ext() local
1419 struct sk_buff *skb; rtw89_fw_h2c_fw_log() local
1462 struct sk_buff *skb; rtw89_fw_h2c_add_general_pkt() local
1536 struct sk_buff *skb; rtw89_fw_h2c_general_pkt() local
1582 struct sk_buff *skb; rtw89_fw_h2c_lps_parm() local
1630 struct sk_buff *skb; rtw89_fw_h2c_p2p_act() local
1675 __rtw89_fw_h2c_set_tx_path(struct rtw89_dev * rtwdev,struct sk_buff * skb) __rtw89_fw_h2c_set_tx_path() argument
1702 struct sk_buff *skb; rtw89_fw_h2c_default_cmac_tbl() local
1810 struct sk_buff *skb; rtw89_fw_h2c_assoc_cmac_tbl() local
1884 struct sk_buff *skb; rtw89_fw_h2c_txtime_cmac_tbl() local
1926 struct sk_buff *skb; rtw89_fw_h2c_txpath_cmac_tbl() local
1967 struct sk_buff *skb; rtw89_fw_h2c_update_beacon() local
2030 struct sk_buff *skb; rtw89_fw_h2c_role_maintain() local
2077 struct sk_buff *skb; rtw89_fw_h2c_join_info() local
2131 struct sk_buff *skb; rtw89_fw_h2c_macid_pause() local
2170 struct sk_buff *skb; rtw89_fw_h2c_set_edca() local
2207 struct sk_buff *skb; rtw89_fw_h2c_tsf32_toggle() local
2247 struct sk_buff *skb; rtw89_fw_h2c_set_ofld_cfg() local
2283 struct sk_buff *skb; rtw89_fw_h2c_set_bcn_fltr_cfg() local
2334 struct sk_buff *skb; rtw89_fw_h2c_rssi_offload() local
2380 struct sk_buff *skb; rtw89_fw_h2c_tp_offload() local
2423 struct sk_buff *skb; rtw89_fw_h2c_ra() local
2513 struct sk_buff *skb; rtw89_fw_h2c_cxdrv_init() local
2584 struct sk_buff *skb; rtw89_fw_h2c_cxdrv_role() local
2665 struct sk_buff *skb; rtw89_fw_h2c_cxdrv_role_v1() local
2755 struct sk_buff *skb; rtw89_fw_h2c_cxdrv_role_v2() local
2836 struct sk_buff *skb; rtw89_fw_h2c_cxdrv_ctrl() local
2880 struct sk_buff *skb; rtw89_fw_h2c_cxdrv_trx() local
2937 struct sk_buff *skb; rtw89_fw_h2c_cxdrv_rfk() local
2980 struct sk_buff *skb; rtw89_fw_h2c_del_pkt_offload() local
3019 struct sk_buff *skb; rtw89_fw_h2c_add_pkt_offload() local
3071 struct sk_buff *skb; rtw89_fw_h2c_scan_list_offload() local
3139 struct sk_buff *skb; rtw89_fw_h2c_scan_offload() local
3194 struct sk_buff *skb; rtw89_fw_h2c_rf_reg() local
3228 struct sk_buff *skb; rtw89_fw_h2c_rf_ntfy_mcc() local
3269 struct sk_buff *skb; rtw89_fw_h2c_raw_with_hdr() local
3298 struct sk_buff *skb; rtw89_fw_h2c_raw() local
3388 rtw89_fw_c2h_cmd_handle(struct rtw89_dev * rtwdev,struct sk_buff * skb) rtw89_fw_c2h_cmd_handle() argument
3426 struct sk_buff *skb, *tmp; rtw89_fw_c2h_work() local
3596 rtw89_append_probe_req_ie(struct rtw89_dev * rtwdev,struct rtw89_vif * rtwvif,struct sk_buff * skb,u8 ssid_idx) rtw89_append_probe_req_ie() argument
3649 struct sk_buff *skb; rtw89_hw_scan_update_probe_req() local
3682 struct sk_buff *skb; rtw89_update_6ghz_rnr_chan() local
4008 struct sk_buff *skb; rtw89_fw_h2c_trigger_cpu_exception() local
4045 struct sk_buff *skb; rtw89_fw_h2c_pkt_drop() local
4108 struct sk_buff *skb; rtw89_fw_h2c_keep_alive() local
4158 struct sk_buff *skb; rtw89_fw_h2c_disconnect_detect() local
4202 struct sk_buff *skb; rtw89_fw_h2c_wow_global() local
4243 struct sk_buff *skb; rtw89_fw_h2c_wow_wakeup_ctrl() local
4288 struct sk_buff *skb; rtw89_fw_wow_cam_update() local
4341 rtw89_h2c_tx_and_wait(struct rtw89_dev * rtwdev,struct sk_buff * skb,struct rtw89_wait_info * wait,unsigned int cond) rtw89_h2c_tx_and_wait() argument
4364 struct sk_buff *skb; rtw89_fw_h2c_add_mcc() local
4411 struct sk_buff *skb; rtw89_fw_h2c_start_mcc() local
4447 struct sk_buff *skb; rtw89_fw_h2c_stop_mcc() local
4477 struct sk_buff *skb; rtw89_fw_h2c_del_mcc_group() local
4505 struct sk_buff *skb; rtw89_fw_h2c_reset_mcc_group() local
4535 struct sk_buff *skb; rtw89_fw_h2c_mcc_req_tsf() local
4573 struct sk_buff *skb; rtw89_fw_h2c_mcc_macid_bitamp() local
4609 struct sk_buff *skb; rtw89_fw_h2c_mcc_sync() local
4640 struct sk_buff *skb; rtw89_fw_h2c_mcc_set_duration() local
[all...]
/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()
330 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()
141 struct sk_buff *skb = NULL; in mt76x02_update_beacon_iter() local
161 struct sk_buff *skb; in mt76x02_add_buffered_bc() local
H A Dmt76x02_usb_mcu.c70 __mt76x02u_mcu_send_msg(struct mt76_dev *dev, struct sk_buff *skb, in __mt76x02u_mcu_send_msg()
113 struct sk_buff *skb; in mt76x02u_mcu_send_msg() local
127 static inline void skb_put_le32(struct sk_buff *skb, u32 val) in skb_put_le32()
138 struct sk_buff *skb; in mt76x02u_mcu_wr_rp() local
172 struct sk_buff *skb; in mt76x02u_mcu_rd_rp() local
/freebsd/sys/contrib/dev/iwlwifi/queue/
H A Dtx.c
/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()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dtime-sync.c15 static bool iwl_mvm_is_skb_match(struct sk_buff *skb, u8 *addr, u8 dialog_token) in iwl_mvm_is_skb_match()
36 struct sk_buff *skb; in iwl_mvm_time_sync_find_skb() local
66 struct sk_buff *skb = in iwl_mvm_time_sync_msmt_event() local

1234567