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

/linux-master/drivers/target/
H A Dtarget_core_xcopy.h27 struct se_device *dst_dev; member in struct:xcopy_op
H A Dtarget_core_xcopy.c193 xop->dst_dev = se_cmd->se_dev;
194 pr_debug("XCOPY 0xe4: Set xop->dst_dev: %p from destination"
195 " received xop\n", xop->dst_dev);
262 &xop->dst_dev,
291 xop->dst_dev, &xop->dst_tid_wwn[0]);
409 pr_debug("putting dst lun_ref for %p\n", xop->dst_dev);
618 struct se_device *dst_dev,
624 u32 transfer_length_block = dst_bytes / dst_dev->dev_attrib.block_size;
642 rc = target_xcopy_setup_pt_cmd(&xpt_cmd, xop, dst_dev, &cdb[0],
661 struct se_device *src_dev, *dst_dev; local
615 target_xcopy_write_destination( struct se_cmd *ec_cmd, struct xcopy_op *xop, struct se_device *dst_dev, sector_t dst_lba, u32 dst_bytes) argument
[all...]
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_tc.h84 struct net_device *dst_dev; member in struct:bnxt_tc_actions
H A Dbnxt_tc.c79 actions->dst_dev = dev;
357 /* find the FID from dst_dev */
359 bnxt_flow_get_dst_fid(bp, actions->dst_dev);
1232 struct net_device *dst_dev; local
1247 /* The route must either point to the real_dst_dev or a dst_dev that
1250 dst_dev = rt->dst.dev;
1251 if (is_vlan_dev(dst_dev)) {
1253 struct vlan_dev_priv *vlan = vlan_dev_priv(dst_dev);
1257 "dst_dev(%s) doesn't use PF-if(%s)\n",
1258 netdev_name(dst_dev),
[all...]
/linux-master/include/net/
H A Dipv6_stubs.h92 const struct net_device *dst_dev,
/linux-master/fs/nfs/
H A Dnfs4trace.h2309 __field(dev_t, dst_dev)
2335 __entry->dst_dev = dst_inode->i_sb->s_dev;
2381 MAJOR(__entry->dst_dev), MINOR(__entry->dst_dev),
2414 __field(dev_t, dst_dev)
2433 __entry->dst_dev = dst_inode->i_sb->s_dev;
2459 MAJOR(__entry->dst_dev), MINOR(__entry->dst_dev),
/linux-master/net/ipv6/
H A Daddrconf.c1785 const struct net_device *dst_dev,
1793 idev = __in6_dev_get(dst_dev);
1806 int ipv6_dev_get_saddr(struct net *net, const struct net_device *dst_dev, argument
1821 dst.ifindex = dst_dev ? dst_dev->ifindex : 0;
1847 if (dst_dev) {
1848 idev = __in6_dev_get(dst_dev);
1863 /* if dst_dev exists and is enslaved to an L3 device, then
1864 * prefer addresses from dst_dev and then the master over
1867 master = l3mdev_master_dev_rcu(dst_dev);
1784 ipv6_get_saddr_master(struct net *net, const struct net_device *dst_dev, const struct net_device *master, struct ipv6_saddr_dst *dst, struct ipv6_saddr_score *scores, int hiscore_idx) argument
[all...]
/linux-master/drivers/s390/net/
H A Dqeth_l2_main.c716 struct net_device *dst_dev; member in struct:qeth_l2_br2dev_event_work
752 struct net_device *dstdev = br2dev_event_work->dst_dev;
835 worker_data->dst_dev = dstdev;

Completed in 192 milliseconds