Searched refs:cur_queue (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/ixl/ |
H A D | ixl_pf_iov.c | 62 …f *pf, const struct virtchnl_vector_map *vector, enum i40e_queue_type cur_type, uint16_t cur_queue, 724 enum i40e_queue_type cur_type, uint16_t cur_queue, in ixl_vf_set_qctl() argument 731 offset = I40E_QINT_RQCTL(cur_queue); in ixl_vf_set_qctl() 734 offset = I40E_QINT_TQCTL(cur_queue); in ixl_vf_set_qctl() 747 *last_queue = cur_queue; in ixl_vf_set_qctl() 758 uint16_t rxq_map, txq_map, cur_queue, last_queue; in ixl_vf_config_vector() local 777 cur_queue = ixl_pf_qidx_from_vsi_qidx(&vf->qtag, qindex); in ixl_vf_config_vector() 778 ixl_vf_set_qctl(pf, vector, type, cur_queue, in ixl_vf_config_vector() 786 cur_queue = ixl_pf_qidx_from_vsi_qidx(&vf->qtag, qindex); in ixl_vf_config_vector() 787 ixl_vf_set_qctl(pf, vector, type, cur_queue, in ixl_vf_config_vector()
|