Searched refs:max_vectors (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/sys/dev/ixl/
H A Dvirtchnl.h268 u16 max_vectors; member in struct:virtchnl_vf_resource
H A Dixl_pf_iov.c543 reply.max_vectors = pf->hw.func_caps.num_msix_vectors_vf;
H A Di40e_common.c7518 hw->dev_caps.num_msix_vectors_vf = msg->max_vectors;
/freebsd-current/sys/dev/ntb/ntb_hw/
H A Dntb_hw_amd.c905 amd_ntb_create_msix_vec(struct amd_ntb_softc *ntb, uint32_t max_vectors) argument
909 ntb->msix_vec = malloc(max_vectors * sizeof(*ntb->msix_vec), M_AMD_NTB,
912 for (i = 0; i < max_vectors; i++) {
/freebsd-current/sys/dev/iavf/
H A Dvirtchnl.h291 u16 max_vectors; member in struct:virtchnl_vf_resource
H A Diavf_lib.c488 sc->vf_res->max_vectors,
H A Diavf_common.c1002 hw->dev_caps.num_msix_vectors_vf = msg->max_vectors;
/freebsd-current/sys/dev/ice/
H A Dvirtchnl.h471 u16 max_vectors; member in struct:virtchnl_vf_resource

Completed in 402 milliseconds