Home
last modified time | relevance | path

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

/drivers/net/wwan/t7xx/
Dt7xx_hif_dpmaif_rx.c224 struct dpmaif_bat *cur_bat; in t7xx_dpmaif_rx_buf_alloc() local
234 cur_bat = (struct dpmaif_bat *)bat_req->bat_base + cur_bat_idx; in t7xx_dpmaif_rx_buf_alloc()
235 cur_bat->buffer_addr_ext = upper_32_bits(cur_skb->data_bus_addr); in t7xx_dpmaif_rx_buf_alloc()
236 cur_bat->p_buffer_addr = lower_32_bits(cur_skb->data_bus_addr); in t7xx_dpmaif_rx_buf_alloc()
376 struct dpmaif_bat *cur_bat; in t7xx_dpmaif_rx_frag_alloc() local
406 cur_bat = (struct dpmaif_bat *)bat_req->bat_base + cur_bat_idx; in t7xx_dpmaif_rx_frag_alloc()
407 cur_bat->buffer_addr_ext = upper_32_bits(data_base_addr); in t7xx_dpmaif_rx_frag_alloc()
408 cur_bat->p_buffer_addr = lower_32_bits(data_base_addr); in t7xx_dpmaif_rx_frag_alloc()