Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wwan/t7xx/
H A Dt7xx_hif_dpmaif_rx.c942 int sw_buf_size; in t7xx_dpmaif_bat_alloc() local
945 sw_buf_size = sizeof(struct dpmaif_bat_page); in t7xx_dpmaif_bat_alloc()
949 sw_buf_size = sizeof(struct dpmaif_bat_skb); in t7xx_dpmaif_bat_alloc()
965 bat_req->bat_skb = devm_kzalloc(dpmaif_ctrl->dev, bat_req->bat_size_cnt * sw_buf_size, in t7xx_dpmaif_bat_alloc()