Searched refs:dst_dev (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/target/ |
| H A D | target_core_xcopy.c | 205 xop->dst_dev = se_cmd->se_dev; in target_xcopy_parse_tiddesc_e4() 207 " received xop\n", xop->dst_dev); in target_xcopy_parse_tiddesc_e4() 274 &xop->dst_dev, in target_xcopy_parse_target_descriptors() 303 xop->dst_dev, &xop->dst_tid_wwn[0]); in target_xcopy_parse_target_descriptors() 422 pr_debug("putting dst lun_ref for %p\n", xop->dst_dev); in xcopy_pt_undepend_remotedev() 642 struct se_device *dst_dev, in target_xcopy_write_destination() argument 648 u32 length = (dst_sectors * dst_dev->dev_attrib.block_size); in target_xcopy_write_destination() 666 rc = target_xcopy_setup_pt_cmd(&xpt_cmd, xop, dst_dev, &cdb[0], in target_xcopy_write_destination() 685 struct se_device *src_dev, *dst_dev; in target_xcopy_do_work() local 694 if (WARN_ON_ONCE(!xop->src_dev) || WARN_ON_ONCE(!xop->dst_dev)) in target_xcopy_do_work() [all …]
|
| H A D | target_core_xcopy.h | 27 struct se_device *dst_dev; member
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt_tc.c | 78 actions->dst_dev = dev; in bnxt_tc_parse_redir() 358 bnxt_flow_get_dst_fid(bp, actions->dst_dev); in bnxt_tc_parse_actions() 1224 struct net_device *dst_dev; in bnxt_tc_resolve_tunnel_hdrs() local 1242 dst_dev = rt->dst.dev; in bnxt_tc_resolve_tunnel_hdrs() 1243 if (is_vlan_dev(dst_dev)) { in bnxt_tc_resolve_tunnel_hdrs() 1245 struct vlan_dev_priv *vlan = vlan_dev_priv(dst_dev); in bnxt_tc_resolve_tunnel_hdrs() 1250 netdev_name(dst_dev), in bnxt_tc_resolve_tunnel_hdrs() 1259 } else if (dst_dev != real_dst_dev) { in bnxt_tc_resolve_tunnel_hdrs() 1262 netdev_name(dst_dev), &flow.daddr, in bnxt_tc_resolve_tunnel_hdrs() 1278 neigh_ha_snapshot(l2_info->dmac, nbr, dst_dev); in bnxt_tc_resolve_tunnel_hdrs() [all …]
|
| H A D | bnxt_tc.h | 84 struct net_device *dst_dev; member
|
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | addrconf.c | 1723 const struct net_device *dst_dev, in ipv6_get_saddr_master() argument 1731 idev = __in6_dev_get(dst_dev); in ipv6_get_saddr_master() 1744 int ipv6_dev_get_saddr(struct net *net, const struct net_device *dst_dev, in ipv6_dev_get_saddr() argument 1759 dst.ifindex = dst_dev ? dst_dev->ifindex : 0; in ipv6_dev_get_saddr() 1785 if (dst_dev) { in ipv6_dev_get_saddr() 1786 idev = __in6_dev_get(dst_dev); in ipv6_dev_get_saddr() 1805 master = l3mdev_master_dev_rcu(dst_dev); in ipv6_dev_get_saddr() 1809 hiscore_idx = ipv6_get_saddr_master(net, dst_dev, in ipv6_dev_get_saddr()
|