Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wwan/t7xx/
H A Dt7xx_hif_dpmaif_rx.c188 struct dpmaif_bat *cur_bat; in t7xx_dpmaif_rx_buf_alloc() local
198 cur_bat = (struct dpmaif_bat *)bat_req->bat_base + cur_bat_idx; in t7xx_dpmaif_rx_buf_alloc()
199 cur_bat->buffer_addr_ext = upper_32_bits(cur_skb->data_bus_addr); in t7xx_dpmaif_rx_buf_alloc()
200 cur_bat->p_buffer_addr = lower_32_bits(cur_skb->data_bus_addr); in t7xx_dpmaif_rx_buf_alloc()
340 struct dpmaif_bat *cur_bat; in t7xx_dpmaif_rx_frag_alloc() local
370 cur_bat = (struct dpmaif_bat *)bat_req->bat_base + cur_bat_idx; in t7xx_dpmaif_rx_frag_alloc()
371 cur_bat->buffer_addr_ext = upper_32_bits(data_base_addr); in t7xx_dpmaif_rx_frag_alloc()
372 cur_bat->p_buffer_addr = lower_32_bits(data_base_addr); in t7xx_dpmaif_rx_frag_alloc()