Searched refs:dst_dev (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/drivers/target/ |
| D | target_core_xcopy.c | 182 xop->dst_dev = se_cmd->se_dev; in target_xcopy_parse_tiddesc_e4() 184 " received xop\n", xop->dst_dev); in target_xcopy_parse_tiddesc_e4() 250 &xop->dst_dev); in target_xcopy_parse_target_descriptors() 276 xop->dst_dev, &xop->dst_tid_wwn[0]); in target_xcopy_parse_target_descriptors() 402 remote_dev = xop->dst_dev; in xcopy_pt_undepend_remotedev() 666 struct se_device *dst_dev, in target_xcopy_write_destination() argument 672 u32 length = (dst_sectors * dst_dev->dev_attrib.block_size); in target_xcopy_write_destination() 696 rc = target_xcopy_setup_pt_cmd(xpt_cmd, xop, dst_dev, &cdb[0], in target_xcopy_write_destination() 729 struct se_device *src_dev, *dst_dev; in target_xcopy_do_work() local 738 if (WARN_ON_ONCE(!xop->src_dev) || WARN_ON_ONCE(!xop->dst_dev)) in target_xcopy_do_work() [all …]
|
| D | target_core_xcopy.h | 29 struct se_device *dst_dev; member
|
| /Linux-v5.4/drivers/net/ethernet/broadcom/bnxt/ |
| D | bnxt_tc.c | 74 actions->dst_dev = dev; in bnxt_tc_parse_redir() 163 bnxt_flow_get_dst_fid(bp, actions->dst_dev); in bnxt_tc_parse_actions() 958 struct net_device *dst_dev; in bnxt_tc_resolve_tunnel_hdrs() local 976 dst_dev = rt->dst.dev; in bnxt_tc_resolve_tunnel_hdrs() 977 if (is_vlan_dev(dst_dev)) { in bnxt_tc_resolve_tunnel_hdrs() 979 struct vlan_dev_priv *vlan = vlan_dev_priv(dst_dev); in bnxt_tc_resolve_tunnel_hdrs() 984 netdev_name(dst_dev), in bnxt_tc_resolve_tunnel_hdrs() 993 } else if (dst_dev != real_dst_dev) { in bnxt_tc_resolve_tunnel_hdrs() 996 netdev_name(dst_dev), &flow.daddr, in bnxt_tc_resolve_tunnel_hdrs() 1012 neigh_ha_snapshot(l2_info->dmac, nbr, dst_dev); in bnxt_tc_resolve_tunnel_hdrs() [all …]
|
| D | bnxt_tc.h | 76 struct net_device *dst_dev; member
|
| /Linux-v5.4/drivers/misc/mic/scif/ |
| D | scif_nodeqp.c | 890 struct scif_dev *dst_dev = &scif_dev[msg->dst.node]; in scif_node_add_ack() local 907 scif_nodeqp_send(dst_dev, msg); in scif_node_add_ack() 941 struct scif_dev *dst_dev = &scif_dev[msg->dst.node]; in scif_node_add_nack() local 945 scif_nodeqp_send(dst_dev, msg); in scif_node_add_nack()
|
| /Linux-v5.4/net/ipv6/ |
| D | addrconf.c | 1719 const struct net_device *dst_dev, in ipv6_get_saddr_master() argument 1727 idev = __in6_dev_get(dst_dev); in ipv6_get_saddr_master() 1740 int ipv6_dev_get_saddr(struct net *net, const struct net_device *dst_dev, in ipv6_dev_get_saddr() argument 1755 dst.ifindex = dst_dev ? dst_dev->ifindex : 0; in ipv6_dev_get_saddr() 1781 if (dst_dev) { in ipv6_dev_get_saddr() 1782 idev = __in6_dev_get(dst_dev); in ipv6_dev_get_saddr() 1801 master = l3mdev_master_dev_rcu(dst_dev); in ipv6_dev_get_saddr() 1805 hiscore_idx = ipv6_get_saddr_master(net, dst_dev, in ipv6_dev_get_saddr()
|