Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/target/
H A Dtarget_core_user.c163 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()
2391 ret = match_int(&args[0], &udev->nl_reply_supported); in tcmu_set_configfs_dev_params()
2643 return snprintf(page, PAGE_SIZE, "%d\n", udev->nl_reply_supported); in tcmu_nl_reply_supported_show()
2659 udev->nl_reply_supported = val; in tcmu_nl_reply_supported_store()
2662 CONFIGFS_ATTR(tcmu_, nl_reply_supported);