Home
last modified time | relevance | path

Searched refs:remove_oid (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/qat/qat_hw/qat_c4xxx/
H A Dadf_c4xxx_misc_error_stats.c99 remove_oid(accel_dev, accel_dev->misc_error_dbgfile); in adf_misc_error_remove_c4xxx()
H A Dadf_c4xxx_pke_replay_stats.c96 remove_oid(accel_dev, accel_dev->pke_replay_dbgfile); in adf_pke_replay_counters_remove_c4xxx()
H A Dadf_c4xxx_ae_config.c163 remove_oid(accel_dev, accel_dev->debugfs_ae_config); in c4xxx_exit_ae_config()
H A Dadf_c4xxx_ras.c153 remove_oid(accel_dev, accel_dev->ras_correctable); in adf_exit_ras()
154 remove_oid(accel_dev, accel_dev->ras_uncorrectable); in adf_exit_ras()
155 remove_oid(accel_dev, accel_dev->ras_fatal); in adf_exit_ras()
156 remove_oid(accel_dev, accel_dev->ras_reset); in adf_exit_ras()
H A Dadf_c4xxx_hw_data.h568 void remove_oid(struct adf_accel_dev *accel_dev, struct sysctl_oid *oid);
H A Dadf_c4xxx_hw_data.c2207 remove_oid(struct adf_accel_dev *accel_dev, struct sysctl_oid *oid) in remove_oid() function