Searched refs:cur_queue (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/sys/dev/ixl/ |
| H A D | ixl_pf_iov.c | 63 …f *pf, const struct virtchnl_vector_map *vector, enum i40e_queue_type cur_type, uint16_t cur_queue, 727 enum i40e_queue_type cur_type, uint16_t cur_queue, in ixl_vf_set_qctl() argument 734 offset = I40E_QINT_RQCTL(cur_queue); in ixl_vf_set_qctl() 737 offset = I40E_QINT_TQCTL(cur_queue); in ixl_vf_set_qctl() 750 *last_queue = cur_queue; in ixl_vf_set_qctl() 761 uint16_t rxq_map, txq_map, cur_queue, last_queue; in ixl_vf_config_vector() local 780 cur_queue = ixl_pf_qidx_from_vsi_qidx(&vf->qtag, qindex); in ixl_vf_config_vector() 781 ixl_vf_set_qctl(pf, vector, type, cur_queue, in ixl_vf_config_vector() 789 cur_queue = ixl_pf_qidx_from_vsi_qidx(&vf->qtag, qindex); in ixl_vf_config_vector() 790 ixl_vf_set_qctl(pf, vector, type, cur_queue, in ixl_vf_config_vector()
|