/kernel/linux/linux-6.6/drivers/target/ |
H A D | target_core_xcopy.c | 192 xop->dst_dev = se_cmd->se_dev; in target_xcopy_parse_tiddesc_e4() 193 pr_debug("XCOPY 0xe4: Set xop->dst_dev: %p from destination" 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() 623 u32 transfer_length_block = dst_bytes / dst_dev->dev_attrib.block_size; in target_xcopy_write_destination() 641 rc = target_xcopy_setup_pt_cmd(&xpt_cmd, xop, dst_dev, &cdb[0], in target_xcopy_write_destination() 660 struct se_device *src_dev, *dst_dev; in target_xcopy_do_work() local 614 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) target_xcopy_write_destination() argument [all...] |
H A D | target_core_xcopy.h | 27 struct se_device *dst_dev; member
|
/kernel/linux/linux-5.10/drivers/target/ |
H A D | target_core_xcopy.c | 205 xop->dst_dev = se_cmd->se_dev; in target_xcopy_parse_tiddesc_e4() 206 pr_debug("XCOPY 0xe4: Set xop->dst_dev: %p from destination" 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() 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 639 target_xcopy_write_destination( struct se_cmd *ec_cmd, struct xcopy_op *xop, struct se_device *dst_dev, sector_t dst_lba, u32 dst_sectors) target_xcopy_write_destination() argument [all...] |
H A D | target_core_xcopy.h | 27 struct se_device *dst_dev; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_tc.c | 78 actions->dst_dev = dev; in bnxt_tc_parse_redir() 356 /* find the FID from dst_dev */ in bnxt_tc_parse_actions() 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 1239 /* The route must either point to the real_dst_dev or a dst_dev that in bnxt_tc_resolve_tunnel_hdrs() 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() 1249 "dst_dev(%s) doesn't use PF-if(%s)\n", in bnxt_tc_resolve_tunnel_hdrs() 1250 netdev_name(dst_dev), in bnxt_tc_resolve_tunnel_hdrs() [all...] |
H A D | bnxt_tc.h | 84 struct net_device *dst_dev; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_tc.c | 79 actions->dst_dev = dev; in bnxt_tc_parse_redir() 357 /* find the FID from dst_dev */ in bnxt_tc_parse_actions() 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 1247 /* The route must either point to the real_dst_dev or a dst_dev that in bnxt_tc_resolve_tunnel_hdrs() 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() 1257 "dst_dev(%s) doesn't use PF-if(%s)\n", in bnxt_tc_resolve_tunnel_hdrs() 1258 netdev_name(dst_dev), in bnxt_tc_resolve_tunnel_hdrs() [all...] |
H A D | bnxt_tc.h | 84 struct net_device *dst_dev; member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | ipv6_stubs.h | 89 const struct net_device *dst_dev,
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | nfs4trace.h | 2251 __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),
|
/kernel/linux/linux-6.6/drivers/s390/net/ |
H A D | qeth_l2_main.c | 716 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()
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | addrconf.c | 1720 const struct net_device *dst_dev, in ipv6_get_saddr_master() 1728 idev = __in6_dev_get(dst_dev); in ipv6_get_saddr_master() 1741 int ipv6_dev_get_saddr(struct net *net, const struct net_device *dst_dev, in ipv6_dev_get_saddr() argument 1756 dst.ifindex = dst_dev ? dst_dev->ifindex : 0; in ipv6_dev_get_saddr() 1782 if (dst_dev) { in ipv6_dev_get_saddr() 1783 idev = __in6_dev_get(dst_dev); in ipv6_dev_get_saddr() 1798 /* if dst_dev exists and is enslaved to an L3 device, then in ipv6_dev_get_saddr() 1799 * prefer addresses from dst_dev and then the master over in ipv6_dev_get_saddr() 1802 master = l3mdev_master_dev_rcu(dst_dev); in ipv6_dev_get_saddr() 1719 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) ipv6_get_saddr_master() argument [all...] |
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | addrconf.c | 1752 const struct net_device *dst_dev, in ipv6_get_saddr_master() 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() 1830 /* if dst_dev exists and is enslaved to an L3 device, then in ipv6_dev_get_saddr() 1831 * prefer addresses from dst_dev and then the master over in ipv6_dev_get_saddr() 1834 master = l3mdev_master_dev_rcu(dst_dev); in ipv6_dev_get_saddr() 1751 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) ipv6_get_saddr_master() argument [all...] |