Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/target/
Dtarget_core_xcopy.c59 unsigned char tmp_dev_wwn[XCOPY_NAA_IEEE_REGEX_LEN], *dev_wwn; in target_xcopy_locate_se_dev_e4() local
63 dev_wwn = &xop->dst_tid_wwn[0]; in target_xcopy_locate_se_dev_e4()
65 dev_wwn = &xop->src_tid_wwn[0]; in target_xcopy_locate_se_dev_e4()
76 rc = memcmp(&tmp_dev_wwn[0], dev_wwn, XCOPY_NAA_IEEE_REGEX_LEN); in target_xcopy_locate_se_dev_e4()
Dtarget_core_configfs.c1228 TB_CIT_SETUP(dev_wwn, NULL, NULL, target_core_dev_wwn_attrs);