Searched refs:nl_reply_supported (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/target/ |
H A D | target_core_user.c | 163 int nl_reply_supported; member 1868 if (udev->nl_reply_supported <= 0) in tcmu_init_genl_cmd_reply() 1906 if (udev->nl_reply_supported <= 0) in tcmu_destroy_genl_cmd_reply() 1925 if (udev->nl_reply_supported <= 0) in tcmu_wait_genl_cmd_reply() 2132 if (udev->nl_reply_supported >= 0) in tcmu_configure_device() 2133 udev->nl_reply_supported = tcmu_kern_cmd_reply_supported; in tcmu_configure_device() 2288 {Opt_nl_reply_supported, "nl_reply_supported=%d"}, 2391 ret = match_int(&args[0], &udev->nl_reply_supported); in tcmu_set_configfs_dev_params() 2393 pr_err("match_int() failed for nl_reply_supported=. Error %d.\n", in tcmu_set_configfs_dev_params() 2643 return snprintf(page, PAGE_SIZE, "%d\n", udev->nl_reply_supported); in tcmu_nl_reply_supported_show() [all...] |
/kernel/linux/linux-6.6/drivers/target/ |
H A D | target_core_user.c | 171 int nl_reply_supported; member 2010 if (udev->nl_reply_supported <= 0) in tcmu_init_genl_cmd_reply() 2048 if (udev->nl_reply_supported <= 0) in tcmu_destroy_genl_cmd_reply() 2067 if (udev->nl_reply_supported <= 0) in tcmu_wait_genl_cmd_reply() 2277 if (udev->nl_reply_supported >= 0) in tcmu_configure_device() 2278 udev->nl_reply_supported = tcmu_kern_cmd_reply_supported; in tcmu_configure_device() 2438 {Opt_nl_reply_supported, "nl_reply_supported=%d"}, 2617 ret = match_int(&args[0], &udev->nl_reply_supported); in tcmu_set_configfs_dev_params() 2619 pr_err("match_int() failed for nl_reply_supported=. Error %d.\n", in tcmu_set_configfs_dev_params() 2898 return snprintf(page, PAGE_SIZE, "%d\n", udev->nl_reply_supported); in tcmu_nl_reply_supported_show() [all...] |
Completed in 8 milliseconds