Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/huawei/hinic/
Dhinic_hw_wq.c393 wq->shadow_idx = devm_kzalloc(&pdev->dev, size, GFP_KERNEL); in alloc_wqes_shadow()
394 if (!wq->shadow_idx) in alloc_wqes_shadow()
413 devm_kfree(&pdev->dev, wq->shadow_idx); in free_wqes_shadow()
770 wq->shadow_idx[curr_pg] = *prod_idx; in hinic_get_wqe()
872 prod_idx = wq->shadow_idx[curr_pg]; in hinic_write_wqe()
Dhinic_hw_wq.h50 u16 *shadow_idx; member