Home
last modified time | relevance | path

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

/openbmc/linux/net/nfc/
H A Dnetlink.c934 int rc, tgt_idx; in nfc_genl_dep_link_up() local
946 tgt_idx = NFC_TARGET_IDX_ANY; in nfc_genl_dep_link_up()
948 tgt_idx = nla_get_u32(info->attrs[NFC_ATTR_TARGET_INDEX]); in nfc_genl_dep_link_up()
959 rc = nfc_dep_link_up(dev, tgt_idx, comm); in nfc_genl_dep_link_up()
/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_mr.h30 __le16 tgt_idx; /* Target Idx. */ member
H A Dqla_mr.c3117 lcmd_pkt.tgt_idx = cpu_to_le16(sp->fcport->tgt_id); in qlafx00_start_scsi()