Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wwan/t7xx/
H A Dt7xx_hif_dpmaif_rx.c943 int sw_buf_size; in t7xx_dpmaif_bat_alloc() local
946 sw_buf_size = sizeof(struct dpmaif_bat_page); in t7xx_dpmaif_bat_alloc()
950 sw_buf_size = sizeof(struct dpmaif_bat_skb); in t7xx_dpmaif_bat_alloc()
966 bat_req->bat_skb = devm_kzalloc(dpmaif_ctrl->dev, bat_req->bat_size_cnt * sw_buf_size, in t7xx_dpmaif_bat_alloc()