Home
last modified time | relevance | path

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

12

/Linux-v5.4/drivers/gpu/drm/
Ddrm_of.c65 struct device_node *remote_port, *ep; in drm_of_find_possible_crtcs() local
69 remote_port = of_graph_get_remote_port(ep); in drm_of_find_possible_crtcs()
70 if (!remote_port) { in drm_of_find_possible_crtcs()
75 possible_crtcs |= drm_of_crtc_port_mask(dev, remote_port); in drm_of_find_possible_crtcs()
77 of_node_put(remote_port); in drm_of_find_possible_crtcs()
/Linux-v5.4/drivers/gpu/drm/sun4i/
Dsun8i_dw_hdmi.c71 struct device_node *port, *ep, *remote, *remote_port; in sun8i_dw_hdmi_find_possible_crtcs() local
84 remote_port = of_graph_get_remote_port(ep); in sun8i_dw_hdmi_find_possible_crtcs()
85 if (remote_port) { in sun8i_dw_hdmi_find_possible_crtcs()
86 crtcs |= drm_of_crtc_port_mask(drm, remote_port); in sun8i_dw_hdmi_find_possible_crtcs()
87 of_node_put(remote_port); in sun8i_dw_hdmi_find_possible_crtcs()
/Linux-v5.4/drivers/staging/media/imx/
Dimx-media-of.c101 src_pad = link->remote_port; in create_of_link()
108 sink_pad = link->remote_port; in create_of_link()
175 fwnode_property_read_u32(fwnode, "reg", &link.remote_port); in imx_media_create_csi_of_links()
/Linux-v5.4/drivers/media/platform/xilinx/
Dxilinx-vipp.c139 if (link.remote_port >= remote->num_pads) { in xvip_graph_build_one()
141 link.remote_port, link.remote_node); in xvip_graph_build_one()
147 remote_pad = &remote->pads[link.remote_port]; in xvip_graph_build_one()
239 if (link.remote_port >= ent->entity->num_pads) { in xvip_graph_build_dma()
241 link.remote_port, in xvip_graph_build_dma()
252 sink_pad = &sink->pads[link.remote_port]; in xvip_graph_build_dma()
255 source_pad = &source->pads[link.remote_port]; in xvip_graph_build_dma()
/Linux-v5.4/include/xen/
Devents.h34 unsigned int remote_port);
36 unsigned int remote_port,
/Linux-v5.4/drivers/target/
Dtarget_core_xcopy.c518 bool remote_port, in target_xcopy_setup_pt_cmd() argument
529 if (remote_port) { in target_xcopy_setup_pt_cmd()
613 bool remote_port = (xop->op_origin == XCOL_DEST_RECV_OP); in target_xcopy_read_source() local
635 remote_port, true); in target_xcopy_read_source()
675 bool remote_port = (xop->op_origin == XCOL_SOURCE_RECV_OP); in target_xcopy_write_destination() local
697 remote_port, false); in target_xcopy_write_destination()
/Linux-v5.4/include/uapi/xen/
Devtchn.h54 unsigned int remote_domain, remote_port; member
/Linux-v5.4/samples/bpf/
Dtcp_rwnd_kern.c33 if (bpf_ntohl(skops->remote_port) != in bpf_rwnd()
Dtcp_synrto_kern.c33 if (bpf_ntohl(skops->remote_port) != 55601 && in bpf_synrto()
Dtcp_cong_kern.c34 if (bpf_ntohl(skops->remote_port) != 55601 && in bpf_cong()
Dtcp_bufs_kern.c36 if (bpf_ntohl(skops->remote_port) != 55601 && in bpf_bufs()
Dtcp_iw_kern.c37 if (bpf_ntohl(skops->remote_port) != 55601 && in bpf_iw()
Dtcp_clamp_kern.c37 if (bpf_ntohl(skops->remote_port) != 55601 && skops->local_port != 55601) { in bpf_clamp()
/Linux-v5.4/include/linux/qed/
Dtcp_common.h110 __le16 remote_port; member
176 __le16 remote_port; member
/Linux-v5.4/tools/testing/selftests/bpf/progs/
Dsockmap_parse_prog.c13 __u32 rport = skb->remote_port; in bpf_prog1()
Dsockmap_verdict_prog.c41 __u32 rport = skb->remote_port; in bpf_prog2()
Dtest_tcpnotify_kern.c41 if (bpf_ntohl(skops->remote_port) != TESTPORT) { in bpf_testcb()
/Linux-v5.4/drivers/net/
Dnetconsole.c182 nt->np.remote_port = 6666; in alloc_param_target()
268 return snprintf(buf, PAGE_SIZE, "%d\n", to_target(item)->np.remote_port); in remote_port_show()
463 rv = kstrtou16(buf, 10, &nt->np.remote_port); in remote_port_store()
575 CONFIGFS_ATTR(, remote_port);
634 nt->np.remote_port = 6666; in make_netconsole_target()
/Linux-v5.4/include/media/
Dv4l2-fwnode.h123 unsigned int remote_port; member
/Linux-v5.4/tools/testing/selftests/bpf/
Dtest_sockmap_kern.h97 __u32 rport = skb->remote_port; in bpf_prog2()
135 rport = skops->remote_port; in bpf_sockmap()
152 rport = skops->remote_port; in bpf_sockmap()
/Linux-v5.4/include/linux/
Dnetpoll.h32 u16 local_port, remote_port; member
/Linux-v5.4/include/net/
Dvxlan.h196 __be16 remote_port; member
421 __be16 remote_port; member
/Linux-v5.4/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()
537 cm_info->remote_port = ntohs(raddr->sin_port); in qedr_iw_connect()
558 cm_info->remote_port = ntohs(raddr6->sin6_port); in qedr_iw_connect()
/Linux-v5.4/include/xen/interface/
Devent_channel.h47 evtchn_port_t remote_port; member
/Linux-v5.4/drivers/net/ethernet/qlogic/qed/
Dqed_iscsi.c125 u16 remote_port; member
414 p_tcp->remote_port = cpu_to_le16(p_conn->remote_port); in qed_sp_iscsi_conn_offload()
451 p_tcp2->remote_port = cpu_to_le16(p_conn->remote_port); in qed_sp_iscsi_conn_offload()
1276 con->remote_port = conn_info->dst.port; in qed_iscsi_offload_conn()
1314 con->remote_port = conn_info->remote_port; in qed_iscsi_offload_conn()

12