Home
last modified time | relevance | path

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

/src/sys/dev/qat/qat_hw/qat_c62x/ !
H A Dadf_drv.c214 if (!accel_dev->hw_device->config_device) { in adf_attach()
219 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()
/src/sys/dev/qat/qat_hw/qat_c3xxx/ !
H A Dadf_drv.c213 if (!accel_dev->hw_device->config_device) { in adf_attach()
218 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()
/src/sys/dev/qat/qat_hw/qat_dh895xcc/ !
H A Dadf_drv.c202 if (!accel_dev->hw_device->config_device) { in adf_attach()
207 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()
/src/sys/dev/qat/qat_hw/qat_c4xxx/ !
H A Dadf_drv.c212 if (!accel_dev->hw_device->config_device) { in adf_attach()
217 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()
/src/sys/dev/qat/qat_common/ !
H A Dadf_cfg_sysctl.c60 if (NULL == accel_dev->hw_device->config_device) in adf_cfg_up()
63 ret = accel_dev->hw_device->config_device(accel_dev); in adf_cfg_up()
/src/sys/dev/qat/qat_hw/qat_200xx/ !
H A Dadf_drv.c224 if (!accel_dev->hw_device->config_device) { in adf_attach()
229 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()
/src/sys/dev/qat/qat_hw/qat_4xxx/ !
H A Dadf_drv.c287 if (!accel_dev->hw_device->config_device) { in adf_attach()
292 ret = accel_dev->hw_device->config_device(accel_dev); in adf_attach()
H A Dadf_4xxx_hw_data.c1050 hw_data->config_device = adf_config_device; in adf_init_hw_data_4xxx()
/src/sys/dev/pci/ !
H A Dpci_iov_schema.c707 const char *schema_device, const char *config_device) in pci_iov_schema_validate_device() argument
721 device_config = dnvlist_take_nvlist(config, config_device, NULL); in pci_iov_schema_validate_device()
760 nvlist_move_nvlist(config, config_device, device_config); in pci_iov_schema_validate_device()
/src/sys/dev/qat/qat_hw/qat_4xxxvf/ !
H A Dadf_drv.c201 ret = hw_data->config_device(accel_dev); in adf_attach()
H A Dadf_4xxxvf_hw_data.c403 hw_data->config_device = adf_config_device; in adf_init_hw_data_4xxxiov()
/src/sys/dev/qat/include/common/ !
H A Dadf_accel_devices.h462 int (*config_device)(struct adf_accel_dev *accel_dev); member
/src/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()