Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/target/
Dtarget_core_xcopy.c83 xop->dst_dev = se_dev; in target_xcopy_locate_se_dev_e4()
85 " se_dev\n", xop->dst_dev); in target_xcopy_locate_se_dev_e4()
179 xop->dst_dev = se_cmd->se_dev; in target_xcopy_parse_tiddesc_e4()
181 " received xop\n", xop->dst_dev); in target_xcopy_parse_tiddesc_e4()
255 xop->dst_dev, &xop->dst_tid_wwn[0]); in target_xcopy_parse_target_descriptors()
377 remote_dev = xop->dst_dev; in xcopy_pt_undepend_remotedev()
705 struct se_device *dst_dev, in target_xcopy_write_destination() argument
711 u32 length = (dst_sectors * dst_dev->dev_attrib.block_size); in target_xcopy_write_destination()
735 rc = target_xcopy_setup_pt_cmd(xpt_cmd, xop, dst_dev, &cdb[0], in target_xcopy_write_destination()
765 struct se_device *src_dev = xop->src_dev, *dst_dev = xop->dst_dev; in target_xcopy_do_work() local
[all …]
Dtarget_core_xcopy.h19 struct se_device *dst_dev; member
/linux-4.1.27/net/ipv6/
Daddrconf.c1370 int ipv6_dev_get_saddr(struct net *net, const struct net_device *dst_dev, in ipv6_dev_get_saddr() argument
1382 dst.ifindex = dst_dev ? dst_dev->ifindex : 0; in ipv6_dev_get_saddr()