Home
last modified time | relevance | path

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

/linux-6.15/drivers/target/
H A Dtarget_core_user.c314 nl_cmd->status = -EINTR; in tcmu_fail_netlink_cmd()
375 struct tcmu_nl_cmd *nl_cmd; in tcmu_genl_cmd_done() local
390 udev = nl_cmd->udev; in tcmu_genl_cmd_done()
401 list_del(&nl_cmd->nl_list); in tcmu_genl_cmd_done()
405 nl_cmd->status); in tcmu_genl_cmd_done()
414 nl_cmd->status = rc; in tcmu_genl_cmd_done()
2029 memset(nl_cmd, 0, sizeof(*nl_cmd)); in tcmu_init_genl_cmd_reply()
2030 nl_cmd->cmd = cmd; in tcmu_init_genl_cmd_reply()
2031 nl_cmd->udev = udev; in tcmu_init_genl_cmd_reply()
2054 memset(nl_cmd, 0, sizeof(*nl_cmd)); in tcmu_destroy_genl_cmd_reply()
[all …]