/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/ |
D | hal_tx.h | 630 static inline uint32_t hal_tx_comp_get_buffer_type(void *hal_desc) in hal_tx_comp_get_buffer_type() argument 633 *(uint32_t *) (((uint8_t *) hal_desc) + in hal_tx_comp_get_buffer_type() 652 void *hal_desc) in hal_tx_comp_get_buffer_source() argument 656 return hal_soc->ops->hal_tx_comp_get_buffer_source(hal_desc); in hal_tx_comp_get_buffer_source() 661 void *hal_desc) in hal_tx_comp_get_buffer_source() argument 663 return HAL_WBM2SW_RELEASE_SRC_GET(hal_desc); in hal_tx_comp_get_buffer_source() 677 uint8_t hal_tx_comp_get_release_reason(void *hal_desc, in hal_tx_comp_get_release_reason() argument 682 return hal_soc->ops->hal_tx_comp_get_release_reason(hal_desc); in hal_tx_comp_get_release_reason() 693 static inline uint16_t hal_tx_comp_get_peer_id(void *hal_desc) in hal_tx_comp_get_peer_id() argument 696 *(uint32_t *)(((uint8_t *)hal_desc) + in hal_tx_comp_get_peer_id() [all …]
|
D | hal_internal.h | 1110 uint8_t (*hal_tx_comp_get_release_reason)(void *hal_desc); 1111 uint8_t (*hal_get_wbm_internal_error)(void *hal_desc); 1115 uint32_t (*hal_tx_comp_get_buffer_source)(void *hal_desc);
|
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/be/ |
D | hal_be_tx.h | 539 static inline uint32_t hal_tx_comp_get_desc_id(void *hal_desc) in hal_tx_comp_get_desc_id() argument 542 *(uint32_t *)(((uint8_t *)hal_desc) + in hal_tx_comp_get_desc_id() 559 static inline qdf_dma_addr_t hal_tx_comp_get_paddr(void *hal_desc) in hal_tx_comp_get_paddr() argument 564 paddr_lo = *(uint32_t *)(((uint8_t *)hal_desc) + in hal_tx_comp_get_paddr() 567 paddr_hi = *(uint32_t *)(((uint8_t *)hal_desc) + in hal_tx_comp_get_paddr() 590 static inline uint8_t hal_tx_comp_get_cookie_convert_done(void *hal_desc) in hal_tx_comp_get_cookie_convert_done() argument 592 return HAL_TX_DESC_GET(hal_desc, HAL_WBM2SW_COMPLETION_RING_TX, in hal_tx_comp_get_cookie_convert_done() 604 static inline void hal_tx_comp_set_desc_va_63_32(void *hal_desc, uint32_t val) in hal_tx_comp_set_desc_va_63_32() argument 606 HAL_SET_FLD(hal_desc, in hal_tx_comp_set_desc_va_63_32() 619 static inline uint64_t hal_tx_comp_get_desc_va(void *hal_desc) in hal_tx_comp_get_desc_va() argument [all …]
|
D | hal_be_generic_api.c | 229 hal_wbm2sw_release_source_get(void *hal_desc, enum hal_be_wbm_release_dir dir) in hal_wbm2sw_release_source_get() argument 233 buf_src = HAL_WBM2SW_RELEASE_SRC_GET(hal_desc); in hal_wbm2sw_release_source_get() 265 hal_wbm2sw_release_source_get(void *hal_desc, enum hal_be_wbm_release_dir dir) in hal_wbm2sw_release_source_get() argument 267 return HAL_WBM2SW_RELEASE_SRC_GET(hal_desc); in hal_wbm2sw_release_source_get() 271 uint32_t hal_tx_comp_get_buffer_source_generic_be(void *hal_desc) in hal_tx_comp_get_buffer_source_generic_be() argument 273 return hal_wbm2sw_release_source_get(hal_desc, in hal_tx_comp_get_buffer_source_generic_be() 285 static uint8_t hal_tx_comp_get_release_reason_generic_be(void *hal_desc) in hal_tx_comp_get_release_reason_generic_be() argument 287 uint32_t comp_desc = *(uint32_t *)(((uint8_t *)hal_desc) + in hal_tx_comp_get_release_reason_generic_be() 303 static uint8_t hal_get_wbm_internal_error_generic_be(void *hal_desc) in hal_get_wbm_internal_error_generic_be() argument 310 *(uint32_t *)(((uint8_t *)hal_desc) + in hal_get_wbm_internal_error_generic_be()
|
D | hal_be_rx.h | 342 static inline uint8_t hal_rx_wbm_get_cookie_convert_done(void *hal_desc) in hal_rx_wbm_get_cookie_convert_done() argument 344 return HAL_RX_GET(hal_desc, HAL_WBM2SW_COMPLETION_RING_RX, in hal_rx_wbm_get_cookie_convert_done() 355 static inline uintptr_t hal_rx_wbm_get_desc_va(void *hal_desc) in hal_rx_wbm_get_desc_va() argument 359 va_from_desc = qdf_le64_to_cpu(HAL_RX_GET(hal_desc, in hal_rx_wbm_get_desc_va() 362 (((uint64_t)HAL_RX_GET(hal_desc, in hal_rx_wbm_get_desc_va()
|
D | hal_be_api.h | 72 uint32_t hal_tx_comp_get_buffer_source_generic_be(void *hal_desc);
|
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/li/ |
D | hal_li_tx.h | 387 static inline uint32_t hal_tx_comp_get_desc_id(void *hal_desc) in hal_tx_comp_get_desc_id() argument 390 *(uint32_t *)(((uint8_t *)hal_desc) + in hal_tx_comp_get_desc_id() 407 static inline qdf_dma_addr_t hal_tx_comp_get_paddr(void *hal_desc) in hal_tx_comp_get_paddr() argument 412 paddr_lo = *(uint32_t *)(((uint8_t *)hal_desc) + in hal_tx_comp_get_paddr() 415 paddr_hi = *(uint32_t *)(((uint8_t *)hal_desc) + in hal_tx_comp_get_paddr()
|
D | hal_li_generic_api.h | 1796 static inline uint8_t hal_tx_comp_get_release_reason_generic_li(void *hal_desc) in hal_tx_comp_get_release_reason_generic_li() argument 1799 *(uint32_t *)(((uint8_t *)hal_desc) + in hal_tx_comp_get_release_reason_generic_li() 1814 static inline uint8_t hal_get_wbm_internal_error_generic_li(void *hal_desc) in hal_get_wbm_internal_error_generic_li() argument 1817 *(uint32_t *)(((uint8_t *)hal_desc) + in hal_get_wbm_internal_error_generic_li()
|
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/ |
D | dp_rx_err.c | 3250 dp_handle_wbm_internal_error(struct dp_soc *soc, void *hal_desc, in dp_handle_wbm_internal_error() argument 3262 hal_rx_reo_buf_paddr_get(soc->hal_soc, hal_desc, &buf_info); in dp_handle_wbm_internal_error() 3270 hal_rx_buf_cookie_rbm_get(soc->hal_soc, (uint32_t *)hal_desc, in dp_handle_wbm_internal_error() 3298 dp_wbm_int_err_mpdu_pop(soc, pool_id, hal_desc, in dp_handle_wbm_internal_error()
|
D | dp_tx.h | 1240 dp_handle_wbm_internal_error(struct dp_soc *soc, void *hal_desc,
|
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/wcn6450/ |
D | hal_wcn6450.c | 262 static uint8_t hal_tx_comp_get_release_reason_6450(void *hal_desc) in hal_tx_comp_get_release_reason_6450() argument 267 static uint8_t hal_get_wbm_internal_error_6450(void *hal_desc) in hal_get_wbm_internal_error_6450() argument
|