Searched refs:eqe_alloc (Results 1 – 1 of 1) sorted by relevance
5320 int eqe_alloc; in hns_roce_mhop_free_eq() local5338 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() local5622 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()