NFC_ATTR_TARGET_INDEX
nla_put_u32(msg, NFC_ATTR_TARGET_INDEX, target_idx))
[NFC_ATTR_TARGET_INDEX] = { .type = NLA_U32 },
nla_put_u32(msg, NFC_ATTR_TARGET_INDEX, target_idx))
if (nla_put_u32(msg, NFC_ATTR_TARGET_INDEX, target->idx) ||
!info->attrs[NFC_ATTR_TARGET_INDEX] ||
target_idx = nla_get_u32(info->attrs[NFC_ATTR_TARGET_INDEX]);
!info->attrs[NFC_ATTR_TARGET_INDEX])
target_idx = nla_get_u32(info->attrs[NFC_ATTR_TARGET_INDEX]);
if (!info->attrs[NFC_ATTR_TARGET_INDEX])
tgt_idx = nla_get_u32(info->attrs[NFC_ATTR_TARGET_INDEX]);
if (na->nla_type == NFC_ATTR_TARGET_INDEX)