Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wwan/t7xx/
Dt7xx_hif_dpmaif_rx.c978 int sw_buf_size; in t7xx_dpmaif_bat_alloc() local
981 sw_buf_size = sizeof(struct dpmaif_bat_page); in t7xx_dpmaif_bat_alloc()
985 sw_buf_size = sizeof(struct dpmaif_bat_skb); in t7xx_dpmaif_bat_alloc()
1001 bat_req->bat_skb = devm_kzalloc(dpmaif_ctrl->dev, bat_req->bat_size_cnt * sw_buf_size, in t7xx_dpmaif_bat_alloc()