Home
last modified time | relevance | path

Searched refs:fill_data (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/axgbe/
H A Dxgbe-sysctl.c237 void fill_data(struct sysctl_op *sys_op, int flag, unsigned int value);
317 fill_data(struct sysctl_op *sys_op, int flag, unsigned int value) in fill_data() function
446 fill_data(sys_op, in parse_generic_sysctl()
449 fill_data(sys_op, in parse_generic_sysctl()
457 fill_data(sys_op, info[idx].flag, value); in parse_generic_sysctl()
461 fill_data(sys_op, in parse_generic_sysctl()
464 fill_data(sys_op, in parse_generic_sysctl()
/freebsd/sys/dev/qat/qat_common/
H A Dqat_uclo.c402 uint64_t *fill_data; in qat_uclo_init_ustore() local
408 fill_data = malloc(obj_handle->ustore_phy_size * 2 * sizeof(uint64_t), in qat_uclo_init_ustore()
412 memcpy(&fill_data[i], in qat_uclo_init_ustore()
447 &fill_data[0]); in qat_uclo_init_ustore()
454 &fill_data[page->beg_addr_p]); in qat_uclo_init_ustore()
465 &fill_data[0]); in qat_uclo_init_ustore()
470 &fill_data[page->beg_addr_p]); in qat_uclo_init_ustore()
473 free(fill_data, M_QAT); in qat_uclo_init_ustore()