Searched refs:info_args (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/md/
H A Ddm-path-selector.h51 unsigned int info_args; member in struct:path_selector_type
H A Ddm-ps-round-robin.c209 .info_args = 0,
H A Ddm-ps-service-time.c328 .info_args = 2,
H A Ddm-ps-queue-length.c247 .info_args = 1,
H A Ddm-ps-io-affinity.c242 .info_args = 1,
H A Ddm-ps-historical-service-time.c528 .info_args = 3,
H A Ddm-mpath.c1879 pg->ps.type->info_args);
/linux-master/drivers/accel/habanalabs/common/
H A Dhabanalabs_ioctl.c953 static int send_fw_generic_request(struct hl_device *hdev, struct hl_info_args *info_args) argument
955 void __user *buff = (void __user *) (uintptr_t) info_args->return_pointer;
956 u32 size = info_args->return_size;
962 switch (info_args->fw_sub_opcode) {
986 rc = hl_fw_send_generic_request(hdev, info_args->fw_sub_opcode, dma_handle, &size);
990 if (copy_to_user(buff, fw_buff, min(size, info_args->return_size))) {
996 hl_cpu_accessible_dma_pool_free(hdev, info_args->return_size, fw_buff);

Completed in 120 milliseconds