Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/hw/hns/
Dhns_roce_hw_v2.c5320 int eqe_alloc; in hns_roce_mhop_free_eq() local
5338 eqe_alloc = i * (buf_chk_sz / eq->eqe_size); in hns_roce_mhop_free_eq()
5339 size = (eq->entries - eqe_alloc) * eq->eqe_size; in hns_roce_mhop_free_eq()
5356 eqe_alloc = (buf_chk_sz / eq->eqe_size) in hns_roce_mhop_free_eq()
5358 size = (eq->entries - eqe_alloc) in hns_roce_mhop_free_eq()
5552 int eqe_alloc; in hns_roce_mhop_alloc_eq() local
5622 eqe_alloc = i * (buf_chk_sz / eq->eqe_size); in hns_roce_mhop_alloc_eq()
5623 size = (eq->entries - eqe_alloc) * eq->eqe_size; in hns_roce_mhop_alloc_eq()
5656 eqe_alloc = (buf_chk_sz / eq->eqe_size) in hns_roce_mhop_alloc_eq()
5658 size = (eq->entries - eqe_alloc) in hns_roce_mhop_alloc_eq()