Searched refs:ring_entry (Results 1 – 4 of 4) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/target_if/wifi_pos/src/ |
H A D | target_if_wifi_pos.c | 56 uint64_t *ring_entry; in target_if_wifi_pos_replenish_ring() local 79 ring_entry = hal_srng_src_get_next(hal_soc, srng); in target_if_wifi_pos_replenish_ring() 83 *ring_entry = (uint64_t)dw_hi << 32 | dw_lo; in target_if_wifi_pos_replenish_ring()
|
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/1.0/ |
H A D | dp_rx_mon_status_1.0.c | 68 void *ring_entry; in dp_rx_mon_handle_status_buf_done() local 78 ring_entry = hal_srng_src_peek_n_get_next_next(hal_soc, in dp_rx_mon_handle_status_buf_done() 80 if (!ring_entry) { in dp_rx_mon_handle_status_buf_done() 86 hal_rx_buf_cookie_rbm_get(soc->hal_soc, (uint32_t *)ring_entry, in dp_rx_mon_handle_status_buf_done()
|
/wlan-driver/qca-wifi-host-cmn/target_if/direct_buf_rx/src/ |
H A D | target_if_direct_buf_rx_main.c | 1309 uint32_t *ring_entry; in target_if_dbr_replenish_ring() local 1368 ring_entry = hal_srng_src_get_next(hal_soc, srng); in target_if_dbr_replenish_ring() 1370 if (!ring_entry) { in target_if_dbr_replenish_ring() 1379 *ring_entry = qdf_cpu_to_le32(dw_lo); in target_if_dbr_replenish_ring() 1380 ring_entry++; in target_if_dbr_replenish_ring() 1381 *ring_entry = qdf_cpu_to_le32(dw_hi); in target_if_dbr_replenish_ring()
|
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/ |
H A D | dp_ipa.c | 596 void *ring_entry; in dp_ipa_tx_alt_pool_attach() local 653 ring_entry = hal_srng_dst_get_next_hp( in dp_ipa_tx_alt_pool_attach() 656 if (!ring_entry) { in dp_ipa_tx_alt_pool_attach() 670 hal_rxdma_buff_addr_info_set(soc->hal_soc, ring_entry, in dp_ipa_tx_alt_pool_attach() 1475 void *ring_entry; in dp_tx_ipa_uc_attach() local 1532 ring_entry = hal_srng_dst_get_next_hp(soc->hal_soc, in dp_tx_ipa_uc_attach() 1534 if (!ring_entry) { in dp_tx_ipa_uc_attach() 1559 hal_rxdma_buff_addr_info_set(soc->hal_soc, ring_entry, in dp_tx_ipa_uc_attach()
|