Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/target/
Dtarget_core_xcopy.c81 xop->dst_dev = se_dev; in target_xcopy_locate_se_dev_e4()
83 " se_dev\n", xop->dst_dev); in target_xcopy_locate_se_dev_e4()
177 xop->dst_dev = se_cmd->se_dev; in target_xcopy_parse_tiddesc_e4()
179 " received xop\n", xop->dst_dev); in target_xcopy_parse_tiddesc_e4()
253 xop->dst_dev, &xop->dst_tid_wwn[0]); in target_xcopy_parse_target_descriptors()
369 remote_dev = xop->dst_dev; in xcopy_pt_undepend_remotedev()
683 struct se_device *dst_dev, in target_xcopy_write_destination() argument
689 u32 length = (dst_sectors * dst_dev->dev_attrib.block_size); in target_xcopy_write_destination()
713 rc = target_xcopy_setup_pt_cmd(xpt_cmd, xop, dst_dev, &cdb[0], in target_xcopy_write_destination()
743 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.4.14/drivers/misc/mic/scif/
Dscif_nodeqp.c899 struct scif_dev *dst_dev = &scif_dev[msg->dst.node]; in scif_node_add_ack() local
916 scif_nodeqp_send(dst_dev, msg); in scif_node_add_ack()
950 struct scif_dev *dst_dev = &scif_dev[msg->dst.node]; in scif_node_add_nack() local
954 scif_nodeqp_send(dst_dev, msg); in scif_node_add_nack()
/linux-4.4.14/net/ipv6/
Daddrconf.c1520 int ipv6_dev_get_saddr(struct net *net, const struct net_device *dst_dev, in ipv6_dev_get_saddr() argument
1534 dst.ifindex = dst_dev ? dst_dev->ifindex : 0; in ipv6_dev_get_saddr()
1560 if (dst_dev) { in ipv6_dev_get_saddr()
1561 idev = __in6_dev_get(dst_dev); in ipv6_dev_get_saddr()