Home
last modified time | relevance | path

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

/openbmc/linux/drivers/target/
H A Dtarget_core_xcopy.c192 xop->dst_dev = se_cmd->se_dev; in target_xcopy_parse_tiddesc_e4()
194 " received xop\n", xop->dst_dev); in target_xcopy_parse_tiddesc_e4()
261 &xop->dst_dev, in target_xcopy_parse_target_descriptors()
290 xop->dst_dev, &xop->dst_tid_wwn[0]); in target_xcopy_parse_target_descriptors()
408 pr_debug("putting dst lun_ref for %p\n", xop->dst_dev); in xcopy_pt_undepend_remotedev()
617 struct se_device *dst_dev, in target_xcopy_write_destination() argument
660 struct se_device *src_dev, *dst_dev; in target_xcopy_do_work() local
678 dst_dev = xop->dst_dev; in target_xcopy_do_work()
690 dst_dev->dev_attrib.hw_block_size; in target_xcopy_do_work()
852 xop->dst_dev->dev_attrib.block_size) { in target_parse_xcopy_cmd()
[all …]
H A Dtarget_core_xcopy.h27 struct se_device *dst_dev; member
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_tc.c79 actions->dst_dev = dev; in bnxt_tc_parse_redir()
359 bnxt_flow_get_dst_fid(bp, actions->dst_dev); in bnxt_tc_parse_actions()
1232 struct net_device *dst_dev; in bnxt_tc_resolve_tunnel_hdrs() local
1250 dst_dev = rt->dst.dev; in bnxt_tc_resolve_tunnel_hdrs()
1251 if (is_vlan_dev(dst_dev)) { in bnxt_tc_resolve_tunnel_hdrs()
1253 struct vlan_dev_priv *vlan = vlan_dev_priv(dst_dev); in bnxt_tc_resolve_tunnel_hdrs()
1258 netdev_name(dst_dev), in bnxt_tc_resolve_tunnel_hdrs()
1267 } else if (dst_dev != real_dst_dev) { in bnxt_tc_resolve_tunnel_hdrs()
1270 netdev_name(dst_dev), &flow.daddr, in bnxt_tc_resolve_tunnel_hdrs()
1286 neigh_ha_snapshot(l2_info->dmac, nbr, dst_dev); in bnxt_tc_resolve_tunnel_hdrs()
[all …]
H A Dbnxt_tc.h84 struct net_device *dst_dev; member
/openbmc/linux/include/net/
H A Dipv6_stubs.h89 const struct net_device *dst_dev,
/openbmc/linux/fs/nfs/
H A Dnfs4trace.h2251 __field(dev_t, dst_dev)
2277 __entry->dst_dev = dst_inode->i_sb->s_dev;
2323 MAJOR(__entry->dst_dev), MINOR(__entry->dst_dev),
2356 __field(dev_t, dst_dev)
2375 __entry->dst_dev = dst_inode->i_sb->s_dev;
2401 MAJOR(__entry->dst_dev), MINOR(__entry->dst_dev),
/openbmc/linux/net/ipv6/
H A Daddrconf.c1752 const struct net_device *dst_dev, in ipv6_get_saddr_master() argument
1760 idev = __in6_dev_get(dst_dev); in ipv6_get_saddr_master()
1773 int ipv6_dev_get_saddr(struct net *net, const struct net_device *dst_dev, in ipv6_dev_get_saddr() argument
1788 dst.ifindex = dst_dev ? dst_dev->ifindex : 0; in ipv6_dev_get_saddr()
1814 if (dst_dev) { in ipv6_dev_get_saddr()
1815 idev = __in6_dev_get(dst_dev); in ipv6_dev_get_saddr()
1834 master = l3mdev_master_dev_rcu(dst_dev); in ipv6_dev_get_saddr()
1838 hiscore_idx = ipv6_get_saddr_master(net, dst_dev, in ipv6_dev_get_saddr()
/openbmc/linux/drivers/s390/net/
H A Dqeth_l2_main.c716 struct net_device *dst_dev; member
752 struct net_device *dstdev = br2dev_event_work->dst_dev; in qeth_l2_br2dev_worker()
835 worker_data->dst_dev = dstdev; in qeth_l2_br2dev_queue_work()