Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/ixl/
H A Dvirtchnl.h364 struct virtchnl_vector_map { struct
373 VIRTCHNL_CHECK_STRUCT_LEN(12, virtchnl_vector_map); argument
377 struct virtchnl_vector_map vecmap[1];
645 sizeof(struct virtchnl_vector_map)); in virtchnl_vc_validate_vf_msg()
H A Dixl_pf_iov.c66 static void ixl_vf_set_qctl(struct ixl_pf *pf, const struct virtchnl_vector_map *vector, enum i40e_…
68 …l_vf_config_vector(struct ixl_pf *pf, struct ixl_vf *vf, const struct virtchnl_vector_map *vector);
750 const struct virtchnl_vector_map *vector, in ixl_vf_set_qctl()
779 const struct virtchnl_vector_map *vector) in ixl_vf_config_vector()
837 struct virtchnl_vector_map *vector; in ixl_vf_config_irq_msg()
H A Diavf_vc.c410 (scctx->isc_vectors * sizeof(struct virtchnl_vector_map)); in iavf_map_queues()