Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/target/
Dtarget_core_xcopy.c61 unsigned char tmp_dev_wwn[XCOPY_NAA_IEEE_REGEX_LEN], *dev_wwn; in target_xcopy_locate_se_dev_e4() local
65 dev_wwn = &xop->dst_tid_wwn[0]; in target_xcopy_locate_se_dev_e4()
67 dev_wwn = &xop->src_tid_wwn[0]; in target_xcopy_locate_se_dev_e4()
78 rc = memcmp(&tmp_dev_wwn[0], dev_wwn, XCOPY_NAA_IEEE_REGEX_LEN); in target_xcopy_locate_se_dev_e4()
Dtarget_core_configfs.c752 TB_CIT_SETUP(dev_wwn, &target_core_dev_wwn_ops, NULL, target_core_dev_wwn_attrs);