Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/hisilicon/hns/
Dhns_ae_adapt.c73 int qnum_per_vf; in hns_ae_get_handle() local
84 qnum_per_vf = hns_ae_get_q_num_per_vf(dsaf_dev, port_id); in hns_ae_get_handle()
87 qnum_per_vf * sizeof(struct hnae_queue *), GFP_KERNEL); in hns_ae_get_handle()
97 ae_handle->q_num = qnum_per_vf; in hns_ae_get_handle()
105 ring_pair_cb += qnum_per_vf; in hns_ae_get_handle()
114 for (i = 0; i < qnum_per_vf; i++) { in hns_ae_get_handle()