Home
last modified time | relevance | path

Searched refs:comp (Results 1 – 7 of 7) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/
Dhal_tx.h735 struct hal_tx_desc_comp_s *comp, in hal_tx_comp_desc_sync() argument
739 qdf_mem_copy(comp, hw_desc, HAL_TX_COMPLETION_DESC_BASE_LEN); in hal_tx_comp_desc_sync()
741 qdf_mem_copy(comp, hw_desc, HAL_TX_COMPLETION_DESC_LEN_BYTES); in hal_tx_comp_desc_sync()
754 struct hal_tx_desc_comp_s *comp = in hal_dump_comp_desc() local
763 "DWORD[i] = 0x%x", comp->desc[i]); in hal_dump_comp_desc()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/rh/
Ddp_rh_tx.c767 qdf_mem_copy(&tx_desc->comp, msg_word, HTT_TX_MSDU_INFO_SIZE); in dp_tx_compl_handler_rh()
/wlan-driver/fw-api/fw/
Dwmi_unified.h42432 #define WMI_PEER_CHAN_WIDTH_SWITCH_SET_VALID_VDEV_ID(comp) WMI_SET_BITS(comp, 31,1, 1) argument
42433 #define WMI_PEER_CHAN_WIDTH_SWITCH_GET_VALID_VDEV_ID(comp) WMI_GET_BITS(comp, 31, 1) argument
42435 #define WMI_PEER_CHAN_WIDTH_SWITCH_SET_VALID_PUNCTURE_BITMAP(comp) WMI_SET_BITS(comp, 30, 1, 1) argument
42436 #define WMI_PEER_CHAN_WIDTH_SWITCH_GET_VALID_PUNCTURE_BITMAP(comp) WMI_GET_BITS(comp, 30, 1) argument
42440 #define WMI_PEER_CHAN_WIDTH_SWITCH_SET_VDEV_ID(comp, value) WMI_SET_BITS(comp, 0, 8, value) argument
42441 #define WMI_PEER_CHAN_WIDTH_SWITCH_GET_VDEV_ID(comp) WMI_GET_BITS(comp, 0, 8) argument
42459 #define WMI_PEER_BULK_SET_VDEV_ID(comp, value) WMI_SET_BITS(comp, 0, 8, value) argument
42460 #define WMI_PEER_BULK_GET_VDEV_ID(comp) WMI_GET_BITS(comp, 0, 8) argument
42462 #define WMI_PEER_BULK_SET_VALID_VDEV_ID(comp) WMI_SET_BITS(comp, 31, 1, 1) argument
42463 #define WMI_PEER_BULK_GET_VALID_VDEV_ID(comp) WMI_GET_BITS(comp, 31, 1) argument
[all …]
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/
Ddp_be_tx.c1213 &tx_desc->comp, 1); in dp_ppeds_tx_comp_handler()
1222 &tx_desc->comp, 1); in dp_ppeds_tx_comp_handler()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_tx.c416 comp_status = hal_tx_comp_get_release_reason(&tx_desc->comp, in dp_tx_desc_release()
1952 hal_tx_comp_get_htt_desc(&tx_desc->comp, htt_tx_status); in dp_non_std_htt_tx_comp_free_buff()
6381 hal_tx_comp_get_status(&desc->comp,
6509 hal_tx_comp_get_status(&desc->comp, &ts, soc->hal_soc);
6851 &tx_desc->comp, 1);
6916 &tx_desc->comp, 1);
Ddp_types.h708 struct hal_tx_desc_comp_s comp; member
/wlan-driver/qcacld-3.0/components/pkt_capture/core/src/
Dwlan_pkt_capture_main.c283 hal_tx_comp_get_status(&desc->comp, &tx_comp_status, in pkt_capture_process_tx_data()