Home
last modified time | relevance | path

Searched refs:config_device (Results 1 – 18 of 18) sorted by relevance

/freebsd/sys/dev/qat/qat_hw/qat_c3xxx/
H A Dadf_drv.c207 if (!accel_dev->hw_device->config_device) { in adf_attach()
212 ret = accel_dev->hw_device->config_device(accel_dev); in adf_attach()
H A Dadf_c3xxx_hw_data.c389 hw_data->config_device = adf_config_device; in adf_init_hw_data_c3xxx()
/freebsd/sys/dev/qat/qat_hw/qat_c4xxx/
H A Dadf_drv.c206 if (!accel_dev->hw_device->config_device) { in adf_attach()
211 ret = accel_dev->hw_device->config_device(accel_dev); in adf_attach()
H A Dadf_c4xxx_hw_data.c2192 hw_data->config_device = adf_config_device; in adf_init_hw_data_c4xxx()
/freebsd/sys/dev/qat/qat_hw/qat_dh895xcc/
H A Dadf_drv.c196 if (!accel_dev->hw_device->config_device) { in adf_attach()
201 ret = accel_dev->hw_device->config_device(accel_dev); in adf_attach()
H A Dadf_dh895xcc_hw_data.c378 hw_data->config_device = adf_config_device; in adf_init_hw_data_dh895xcc()
/freebsd/sys/dev/qat/qat_hw/qat_4xxx/
H A Dadf_drv.c208 if (!accel_dev->hw_device->config_device) { in adf_attach()
213 ret = accel_dev->hw_device->config_device(accel_dev); in adf_attach()
H A Dadf_4xxx_hw_data.c987 hw_data->config_device = adf_config_device; in adf_init_hw_data_4xxx()
/freebsd/sys/dev/qat/qat_common/
H A Dadf_cfg_sysctl.c59 if (NULL == accel_dev->hw_device->config_device) in adf_cfg_up()
62 ret = accel_dev->hw_device->config_device(accel_dev); in adf_cfg_up()
/freebsd/sys/dev/qat/qat_hw/qat_c62x/
H A Dadf_drv.c208 if (!accel_dev->hw_device->config_device) { in adf_attach()
213 ret = accel_dev->hw_device->config_device(accel_dev); in adf_attach()
H A Dadf_c62x_hw_data.c393 hw_data->config_device = adf_config_device; in adf_init_hw_data_c62x()
/freebsd/sys/dev/qat/qat_hw/qat_200xx/
H A Dadf_drv.c218 if (!accel_dev->hw_device->config_device) { in adf_attach()
223 ret = accel_dev->hw_device->config_device(accel_dev); in adf_attach()
H A Dadf_200xx_hw_data.c515 hw_data->config_device = adf_config_device; in adf_init_hw_data_200xx()
/freebsd/sys/dev/pci/
H A Dpci_iov_schema.c647 const char *schema_device, const char *config_device) in pci_iov_schema_validate_device() argument
661 device_config = dnvlist_take_nvlist(config, config_device, NULL); in pci_iov_schema_validate_device()
700 nvlist_move_nvlist(config, config_device, device_config); in pci_iov_schema_validate_device()
/freebsd/sys/dev/qat/qat_hw/qat_4xxxvf/
H A Dadf_drv.c192 ret = hw_data->config_device(accel_dev); in adf_attach()
H A Dadf_4xxxvf_hw_data.c371 hw_data->config_device = adf_config_device; in adf_init_hw_data_4xxxiov()
/freebsd/sys/dev/qat/include/common/
H A Dadf_accel_devices.h455 int (*config_device)(struct adf_accel_dev *accel_dev); member
/freebsd/contrib/ntp/ntpd/
H A Dntp_config.c346 static void config_device(config_tree *);
4068 config_device( in config_device() function
5040 config_device(ptree); in config_ntpd()