Searched refs:adf_cfg_bundle (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/dev/qat/qat_common/ |
H A D | adf_cfg_bundle.h | 29 bool adf_cfg_is_free(struct adf_cfg_bundle *bundle); 31 int adf_cfg_get_ring_pairs_from_bundle(struct adf_cfg_bundle *bundle, 38 struct adf_cfg_bundle *bundle, 42 int adf_cfg_bundle_init(struct adf_cfg_bundle *bundle, 47 void adf_cfg_bundle_clear(struct adf_cfg_bundle *bundle, 51 struct adf_cfg_bundle *bundle, 54 int adf_cfg_rel_ring2serv_mapping(struct adf_cfg_bundle *bundle);
|
H A D | adf_cfg_instance.h | 11 struct adf_cfg_bundle *bundle); 13 struct adf_cfg_bundle *bundle); 15 struct adf_cfg_bundle *bundle); 17 struct adf_cfg_bundle *bundle);
|
H A D | adf_cfg_bundle.c | 9 adf_cfg_is_interrupt_mode(struct adf_cfg_bundle *bundle) in adf_cfg_is_interrupt_mode() 17 adf_cfg_can_be_shared(struct adf_cfg_bundle *bundle, in adf_cfg_can_be_shared() 34 adf_cfg_is_free(struct adf_cfg_bundle *bundle) in adf_cfg_is_free() 41 struct adf_cfg_bundle *bundle, in adf_cfg_get_free_instance() 74 adf_cfg_get_ring_pairs_from_bundle(struct adf_cfg_bundle *bundle, in adf_cfg_get_ring_pairs_from_bundle() 152 adf_cfg_init_and_insert_inst(struct adf_cfg_bundle *bundle, in adf_cfg_init_and_insert_inst() 221 adf_cfg_bundle_init(struct adf_cfg_bundle *bundle, in adf_cfg_bundle_init() 252 adf_cfg_bundle_clear(struct adf_cfg_bundle *bundle, in adf_cfg_bundle_clear() 272 struct adf_cfg_bundle *bundle, in adf_cfg_assign_serv_to_rings() 349 struct adf_cfg_bundle *bundle, in adf_cfg_init_ring2serv_mapping() [all …]
|
H A D | adf_cfg_instance.c | 7 struct adf_cfg_bundle *bundle) in crypto_instance_init() 63 struct adf_cfg_bundle *bundle) in dc_instance_init() 95 struct adf_cfg_bundle *bundle) in asym_instance_init() 127 struct adf_cfg_bundle *bundle) in sym_instance_init()
|
H A D | adf_cfg_device.c | 583 device->bundles = (struct adf_cfg_bundle **)malloc( in adf_cfg_device_init() 584 sizeof(struct adf_cfg_bundle *) * accel_dev->hw_device->num_banks, in adf_cfg_device_init() 624 device->bundles[i] = malloc(sizeof(struct adf_cfg_bundle), in adf_cfg_device_init()
|
H A D | adf_cfg_section.c | 1130 struct adf_cfg_bundle *bundle = cfg_dev->bundles[index]; in adf_cfg_setup_irq()
|
/freebsd/sys/dev/qat/include/common/ |
H A D | adf_cfg_common.h | 125 struct adf_cfg_bundle **bundles; 150 struct adf_cfg_bundle { struct
|
/freebsd/sys/modules/qat/qat_common/ |
H A D | Makefile | 16 SRCS+= adf_cfg_device.c adf_cfg_section.c adf_cfg_instance.c adf_cfg_bundle.c adf_cfg_sysctl.c
|