Home
last modified time | relevance | path

Searched refs:remote_port (Results 1 – 25 of 42) sorted by relevance

12

/Linux-v4.19/drivers/gpu/drm/
Ddrm_of.c63 struct device_node *remote_port, *ep; in drm_of_find_possible_crtcs() local
67 remote_port = of_graph_get_remote_port(ep); in drm_of_find_possible_crtcs()
68 if (!remote_port) { in drm_of_find_possible_crtcs()
73 possible_crtcs |= drm_of_crtc_port_mask(dev, remote_port); in drm_of_find_possible_crtcs()
75 of_node_put(remote_port); in drm_of_find_possible_crtcs()
/Linux-v4.19/drivers/target/
Dtarget_core_xcopy.c392 bool remote_port; member
520 bool remote_port) in target_xcopy_setup_pt_port() argument
531 if (remote_port) { in target_xcopy_setup_pt_port()
532 xpt_cmd->remote_port = remote_port; in target_xcopy_setup_pt_port()
550 if (remote_port) { in target_xcopy_setup_pt_port()
551 xpt_cmd->remote_port = remote_port; in target_xcopy_setup_pt_port()
566 struct se_cmd *pt_cmd, bool remote_port) in target_xcopy_init_pt_lun() argument
573 if (remote_port) { in target_xcopy_init_pt_lun()
588 bool remote_port, in target_xcopy_setup_pt_cmd() argument
598 target_xcopy_init_pt_lun(se_dev, cmd, remote_port); in target_xcopy_setup_pt_cmd()
[all …]
/Linux-v4.19/drivers/gpu/drm/sun4i/
Dsun8i_dw_hdmi.c54 struct device_node *port, *ep, *remote, *remote_port; in sun8i_dw_hdmi_find_possible_crtcs() local
67 remote_port = of_graph_get_remote_port(ep); in sun8i_dw_hdmi_find_possible_crtcs()
68 if (remote_port) { in sun8i_dw_hdmi_find_possible_crtcs()
69 crtcs |= drm_of_crtc_port_mask(drm, remote_port); in sun8i_dw_hdmi_find_possible_crtcs()
70 of_node_put(remote_port); in sun8i_dw_hdmi_find_possible_crtcs()
/Linux-v4.19/drivers/media/platform/xilinx/
Dxilinx-vipp.c142 if (link.remote_port >= remote->num_pads) { in xvip_graph_build_one()
144 link.remote_port, to_of_node(link.remote_node)); in xvip_graph_build_one()
150 remote_pad = &remote->pads[link.remote_port]; in xvip_graph_build_one()
243 if (link.remote_port >= ent->entity->num_pads) { in xvip_graph_build_dma()
245 link.remote_port, in xvip_graph_build_dma()
256 sink_pad = &sink->pads[link.remote_port]; in xvip_graph_build_dma()
259 source_pad = &source->pads[link.remote_port]; in xvip_graph_build_dma()
/Linux-v4.19/drivers/staging/media/imx/
Dimx-media-of.c182 src_pad = link->remote_port; in create_of_link()
189 sink_pad = link->remote_port; in create_of_link()
252 fwnode_property_read_u32(fwnode, "reg", &link.remote_port); in imx_media_create_csi_of_links()
/Linux-v4.19/include/xen/
Devents.h33 unsigned int remote_port);
35 unsigned int remote_port,
/Linux-v4.19/tools/testing/selftests/bpf/
Dtest_sockmap_kern.h104 __u32 rport = skb->remote_port; in bpf_prog2()
142 rport = skops->remote_port; in bpf_sockmap()
159 rport = skops->remote_port; in bpf_sockmap()
Dsockmap_parse_prog.c21 __u32 rport = skb->remote_port; in bpf_prog1()
Dsockmap_verdict_prog.c49 __u32 rport = skb->remote_port; in bpf_prog2()
/Linux-v4.19/include/uapi/xen/
Devtchn.h54 unsigned int remote_domain, remote_port; member
/Linux-v4.19/include/linux/qed/
Dtcp_common.h110 __le16 remote_port; member
176 __le16 remote_port; member
/Linux-v4.19/samples/bpf/
Dtcp_rwnd_kern.c40 if (bpf_ntohl(skops->remote_port) != in bpf_rwnd()
Dtcp_synrto_kern.c40 if (bpf_ntohl(skops->remote_port) != 55601 && in bpf_synrto()
Dtcp_cong_kern.c41 if (bpf_ntohl(skops->remote_port) != 55601 && in bpf_cong()
Dtcp_bufs_kern.c43 if (bpf_ntohl(skops->remote_port) != 55601 && in bpf_bufs()
Dtcp_iw_kern.c44 if (bpf_ntohl(skops->remote_port) != 55601 && in bpf_iw()
Dtcp_clamp_kern.c44 if (bpf_ntohl(skops->remote_port) != 55601 && skops->local_port != 55601) { in bpf_clamp()
/Linux-v4.19/drivers/net/
Dnetconsole.c194 nt->np.remote_port = 6666; in alloc_param_target()
280 return snprintf(buf, PAGE_SIZE, "%d\n", to_target(item)->np.remote_port); in remote_port_show()
475 rv = kstrtou16(buf, 10, &nt->np.remote_port); in remote_port_store()
587 CONFIGFS_ATTR(, remote_port);
646 nt->np.remote_port = 6666; in make_netconsole_target()
/Linux-v4.19/include/media/
Dv4l2-fwnode.h125 unsigned int remote_port; member
/Linux-v4.19/include/linux/
Dnetpoll.h32 u16 local_port, remote_port; member
/Linux-v4.19/tools/include/uapi/linux/
Dbpf.h2331 __u32 remote_port; /* Stored in network byte order */ member
2442 __u32 remote_port; /* Stored in network byte order */ member
2562 __u32 remote_port; /* Stored in network byte order */ member
/Linux-v4.19/include/uapi/linux/
Dbpf.h2331 __u32 remote_port; /* Stored in network byte order */ member
2442 __u32 remote_port; /* Stored in network byte order */ member
2562 __u32 remote_port; /* Stored in network byte order */ member
/Linux-v4.19/include/xen/interface/
Devent_channel.h47 evtchn_port_t remote_port; member
/Linux-v4.19/drivers/infiniband/hw/qedr/
Dqedr_iw_cm.c53 raddr->sin_port = htons(cm_info->remote_port); in qedr_fill_sockaddr4()
72 raddr6->sin6_port = htons(cm_info->remote_port); in qedr_fill_sockaddr6()
535 cm_info->remote_port = ntohs(raddr->sin_port); in qedr_iw_connect()
556 cm_info->remote_port = ntohs(raddr6->sin6_port); in qedr_iw_connect()
/Linux-v4.19/drivers/net/ethernet/qlogic/qed/
Dqed_iscsi.c125 u16 remote_port; member
413 p_tcp->remote_port = cpu_to_le16(p_conn->remote_port); in qed_sp_iscsi_conn_offload()
450 p_tcp2->remote_port = cpu_to_le16(p_conn->remote_port); in qed_sp_iscsi_conn_offload()
1277 con->remote_port = conn_info->dst.port; in qed_iscsi_offload_conn()
1315 con->remote_port = conn_info->remote_port; in qed_iscsi_offload_conn()

12