Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/hisilicon/hns/
Dhns_ae_adapt.c115 int qnum_per_vf; in hns_ae_get_handle() local
127 qnum_per_vf = hns_ae_get_q_num_per_vf(dsaf_dev, port_idx); in hns_ae_get_handle()
130 qnum_per_vf * sizeof(struct hnae_queue *), GFP_KERNEL); in hns_ae_get_handle()
140 ae_handle->q_num = qnum_per_vf; in hns_ae_get_handle()
147 ring_pair_cb += qnum_per_vf; in hns_ae_get_handle()
156 for (i = 0; i < qnum_per_vf; i++) { in hns_ae_get_handle()