Searched refs:hw_desc (Results 1 – 5 of 5) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/ |
H A D | hal_tx.h | 600 uint8_t *hw_desc) in hal_tx_ext_desc_sync() argument 602 qdf_mem_copy(&hw_desc[0], &desc_cached[0], in hal_tx_ext_desc_sync() 734 static inline void hal_tx_comp_desc_sync(void *hw_desc, 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() 752 static inline void hal_dump_comp_desc(void *hw_desc) in hal_dump_comp_desc() argument 755 (struct hal_tx_desc_comp_s *)hw_desc; in hal_dump_comp_desc() 776 static inline void hal_tx_comp_get_htt_desc(void *hw_desc, uint8_t *htt_desc) in hal_tx_comp_get_htt_desc() argument 778 uint8_t *desc = hw_desc + HAL_TX_COMP_HTT_STATUS_OFFSET; in hal_tx_comp_get_htt_desc()
|
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/rh/ |
H A D | hal_rh_tx.h | 326 static inline void hal_tx_desc_clear(void *hw_desc) in hal_tx_desc_clear() argument 328 qdf_mem_set(hw_desc + sizeof(struct tlv_32_hdr), in hal_tx_desc_clear() 338 void *hw_desc) in hal_tx_desc_sync() argument 340 qdf_mem_copy((hw_desc + sizeof(struct tlv_32_hdr)), in hal_tx_desc_sync()
|
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/li/ |
H A D | hal_li_tx.h | 345 static inline void hal_tx_desc_clear(void *hw_desc) in hal_tx_desc_clear() argument 347 qdf_mem_set(hw_desc + sizeof(struct tlv_32_hdr), in hal_tx_desc_clear() 357 void *hw_desc) in hal_tx_desc_sync() argument 359 qdf_mem_copy((hw_desc + sizeof(struct tlv_32_hdr)), in hal_tx_desc_sync()
|
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/be/ |
H A D | hal_be_tx.h | 415 void *hw_desc, uint8_t num_bytes) in hal_tx_desc_sync() argument 417 qdf_mem_copy(hw_desc, hal_tx_desc_cached, num_bytes); in hal_tx_desc_sync()
|
H A D | hal_be_api_mon.h | 731 void *hw_desc, in hal_be_get_mon_dest_status() argument 734 struct mon_destination_ring *desc = hw_desc; in hal_be_get_mon_dest_status() 738 struct mon_destination_drop *drop_desc = hw_desc; in hal_be_get_mon_dest_status()
|