Home
last modified time | relevance | path

Searched defs:dp_vdev (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_types.h3972 struct dp_vdev { struct
3974 qdf_device_t osdev;
3977 struct dp_pdev *pdev;
3980 enum wlan_op_mode opmode;
3983 enum wlan_op_subtype subtype;
3986 enum htt_cmn_pkt_type tx_encap_type;
3989 enum htt_cmn_pkt_type rx_decap_type;
3992 bool wds_enabled;
3995 bool mec_enabled;
3998 bool wds_ext_enabled;
[all …]
H A Ddp_txrx_wds.c791 struct dp_vdev *dp_vdev = peer->vdev; in dp_hmwds_ast_add_notify() local
/wlan-driver/qcacld-3.0/components/dp/core/src/
H A Dwlan_dp_txrx.c1631 void *dp_vdev, qdf_nbuf_t nbuf_list) in wlan_dp_rx_fisa_cbk()