Searched refs:iov_schema (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/sys/dev/pci/
H A Dpci_iov_private.h41 nvlist_t *iov_schema; member in struct:pcicfg_iov
H A Dpci_iov_schema.c44 #include <sys/iov_schema.h>
475 const nvlist_t *iov_schema, *driver_schema; local
481 iov_schema = nvlist_get_nvlist(dev_schema, IOV_CONFIG_NAME);
485 if (nvlist_exists(iov_schema, name))
652 const nvlist_t *device_schema, *iov_schema, *driver_schema; local
661 iov_schema = nvlist_get_nvlist(device_schema, IOV_CONFIG_NAME);
683 error = pci_iov_schema_validate_required(iov_schema, iov_config);
691 error = pci_iov_schema_validate_types(iov_schema, iov_config);
H A Dpci_iov.c52 #include <sys/iov_schema.h>
163 iov->iov_schema = schema;
214 nvlist_destroy(iov->iov_schema);
255 nvlist_t *pf_schema, *iov_schema; local
263 iov_schema = pci_iov_get_pf_subsystem_schema();
266 * Note that if either *driver_schema or iov_schema is NULL, then
272 nvlist_move_nvlist(pf_schema, IOV_CONFIG_NAME, iov_schema);
280 nvlist_t *vf_schema, *iov_schema; local
288 iov_schema = pci_iov_get_vf_subsystem_schema();
291 * Note that if either *driver_schema or iov_schema i
[all...]
/freebsd-11-stable/sys/dev/ixl/
H A Dixl_pf_iov.h42 #include <sys/iov_schema.h>
/freebsd-11-stable/usr.sbin/iovctl/
H A Diovctl.c379 const nvlist_t *iov_schema, *driver_schema, *pf_schema, *vf_schema; local
386 iov_schema = nvlist_get_nvlist(pf_schema, IOV_CONFIG_NAME);
390 print_subsystem_schema(iov_schema);
394 iov_schema = nvlist_get_nvlist(vf_schema, IOV_CONFIG_NAME);
398 print_subsystem_schema(iov_schema);
H A Dparse.c208 const nvlist_t *driver_schema, *iov_schema; local
216 iov_schema = nvlist_get_nvlist(schema, IOV_CONFIG_NAME);
234 if (nvlist_exists_nvlist(iov_schema, key))
236 nvlist_get_nvlist(iov_schema, key));
/freebsd-11-stable/sys/dev/ixgbe/
H A Dixgbe_sriov.h42 #include <sys/iov_schema.h>
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_os.h99 #include <sys/iov_schema.h>
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_iov.c40 #include <sys/iov_schema.h>
/freebsd-11-stable/sys/dev/vnic/
H A Dnic_main.c65 #include <sys/iov_schema.h>
H A Dnicvf_main.c78 #include <sys/iov_schema.h>
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_main.c53 #include <sys/iov_schema.h>

Completed in 121 milliseconds