Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dtarget_core_user.h154 TCMU_ATTR_CMD_STATUS, enumerator
/Linux-v4.19/drivers/target/
Dtarget_core_user.c357 [TCMU_ATTR_CMD_STATUS] = { .type = NLA_S32 },
368 if (!info->attrs[TCMU_ATTR_CMD_STATUS] || in tcmu_genl_cmd_done()
375 rc = nla_get_s32(info->attrs[TCMU_ATTR_CMD_STATUS]); in tcmu_genl_cmd_done()