Searched refs:dst_ind (Results 1 – 7 of 7) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/li/ |
H A D | hal_li_generic_api.c | 906 uint32_t dst_ind; in hal_rx_msdu_reo_dst_ind_get_li() local 913 dst_ind = HAL_RX_MSDU_REO_DST_IND_GET(msdu_desc_info); in hal_rx_msdu_reo_dst_ind_get_li() 914 return dst_ind; in hal_rx_msdu_reo_dst_ind_get_li() 944 void *msdu_desc, uint32_t dst_ind, in hal_msdu_desc_info_set_li() argument 958 dst_ind); in hal_msdu_desc_info_set_li() 974 void hal_set_reo_ent_desc_reo_dest_ind_li(uint8_t *desc, uint32_t dst_ind) in hal_set_reo_ent_desc_reo_dest_ind_li() argument 977 REO_DESTINATION_INDICATION, dst_ind); in hal_set_reo_ent_desc_reo_dest_ind_li()
|
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/be/ |
H A D | hal_be_generic_api.c | 634 void *msdu_desc, uint32_t dst_ind, in hal_msdu_desc_info_set_be() argument 655 REO_DESTINATION_INDICATION, dst_ind); in hal_msdu_desc_info_set_be() 696 uint32_t dst_ind; in hal_rx_msdu_reo_dst_ind_get_be() local 703 dst_ind = HAL_RX_MSDU_REO_DST_IND_GET(msdu_desc_info); in hal_rx_msdu_reo_dst_ind_get_be() 704 return dst_ind; in hal_rx_msdu_reo_dst_ind_get_be()
|
H A D | hal_be_rx_tlv.h | 1487 hal_set_reo_ent_desc_reo_dest_ind_be(uint8_t *desc, uint32_t dst_ind) in hal_set_reo_ent_desc_reo_dest_ind_be() argument 1490 REO_DESTINATION_INDICATION, dst_ind); in hal_set_reo_ent_desc_reo_dest_ind_be()
|
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/rh/ |
H A D | hal_rh_generic_api.c | 173 void *msdu_desc, uint32_t dst_ind, in hal_msdu_desc_info_set_rh() argument 205 uint32_t dst_ind) in hal_set_reo_ent_desc_reo_dest_ind_rh() argument
|
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/ |
H A D | dp_rx_defrag.c | 1227 uint32_t nbuf_len, seq_no, dst_ind; in dp_rx_defrag_reo_reinject() local 1285 dst_ind = hal_rx_msdu_reo_dst_ind_get(soc->hal_soc, link_desc_va); in dp_rx_defrag_reo_reinject() 1289 hal_msdu_desc_info_set(soc->hal_soc, msdu_desc_info, dst_ind, nbuf_len); in dp_rx_defrag_reo_reinject() 1381 (uint8_t *)ent_ring_desc, dst_ind); in dp_rx_defrag_reo_reinject()
|
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/ |
H A D | hal_internal.h | 1328 void *msdu_desc_info, uint32_t dst_ind, 1393 uint32_t dst_ind);
|
H A D | hal_rx.h | 2838 uint8_t *desc, uint32_t dst_ind) in hal_set_reo_ent_desc_reo_dest_ind() argument 2843 hal_soc->ops->hal_set_reo_ent_desc_reo_dest_ind(desc, dst_ind); in hal_set_reo_ent_desc_reo_dest_ind()
|