HomeSort by: relevance | last modified time | path
    Searched refs:port_id (Results 1 - 20 of 20) sorted by relevancy

  /src/external/mit/xorg/lib/libxcb/files/
xvmc.h 132 xcb_xv_port_t port_id; member in struct:xcb_xvmc_list_surface_types_request_t
165 xcb_xv_port_t port_id; member in struct:xcb_xvmc_create_context_request_t
314 xcb_xv_port_t port_id; member in struct:xcb_xvmc_list_subpicture_types_request_t
479 xcb_xv_port_t port_id);
494 xcb_xv_port_t port_id);
538 xcb_xv_port_t port_id,
558 xcb_xv_port_t port_id,
812 xcb_xv_port_t port_id,
828 xcb_xv_port_t port_id,
xvmc.c 182 xcb_xv_port_t port_id)
195 xcb_out.port_id = port_id;
208 xcb_xv_port_t port_id)
221 xcb_out.port_id = port_id;
296 xcb_xv_port_t port_id,
314 xcb_out.port_id = port_id;
332 xcb_xv_port_t port_id,
    [all...]
  /src/external/bsd/tcpdump/dist/
print-ptp.c 361 uint16_t msg_len, flags, port_id, seq_id; local
400 len -= 8; bp += 8; port_id = GET_BE_U_2(bp); ND_PRINT(", port id: %u", port_id);
513 uint16_t port_id; local
536 port_id = GET_BE_U_2(bp);
537 ND_PRINT(", port id: %u", port_id);
623 uint16_t port_id; local
633 port_id = GET_BE_U_2(bp);
634 ND_PRINT(", port id: %u", port_id);
print-stp.c 40 nd_uint16_t port_id; member in struct:stp_bpdu_
116 GET_BE_U_2(stp_bpdu->port_id), length);
271 ND_PRINT("CIST port-id %04x,", GET_BE_U_2(stp_bpdu->port_id));
  /src/sys/dev/hdaudio/
eldreg.h 47 uint64_t port_id; member in struct:eld_baseline_block
hdafg.c 906 hda_print1(sc, ",port=0x%" PRIx64, hdi.eld.port_id);
  /src/sys/dev/fdt/
fdt_port.c 55 int port_id; member in struct:fdt_port
109 if (port->port_id != port_index)
144 return ep->ep_port->port_id;
306 ports->dp_port[i].port_id = id;
401 if (ep->ep_port->port_id >= 0 && a < size)
403 ep->ep_port->port_id);
  /src/external/bsd/wpa/dist/src/common/
wpa_ctrl.c 367 int port_id; local
386 port_id = atoi(&port[1]);
389 port_id = WPA_CTRL_IFACE_PORT;
412 ctrl->dest.sin6_port = htons(port_id);
415 ctrl->dest.sin_port = htons(port_id);
  /src/sys/dev/pci/cxgb/
cxgb_main.c 463 pi->port_id = i;
781 snprintf(p->taskqbuf, TASKQ_NAME_LEN, "cxgb_port_taskq%d", p->port_id);
892 * @port_id: the port index whose limk status has changed
903 t3_os_link_changed(adapter_t *adapter, int port_id, int link_status, int speed,
906 struct port_info *pi = &adapter->port[port_id];
907 struct cmac *mac = &adapter->port[port_id].mac;
1217 setbit(&p->adapter->open_device_map, p->port_id);
1221 t3_link_changed(sc, p->port_id);
1224 device_printf(sc->dev, "enabling interrupts on port=%d\n", p->port_id);
1225 t3_port_intr_enable(sc, p->port_id);
    [all...]
cxgb_adapter.h 117 uint8_t port_id; member in struct:port_info
506 void t3_os_link_changed(adapter_t *adapter, int port_id, int link_status,
cxgb_common.h 660 void t3_link_changed(adapter_t *adapter, int port_id);
cxgb_t3_hw.c 1103 * @port_id: the port index that changed link state
1109 void t3_link_changed(adapter_t *adapter, int port_id)
1112 struct port_info *pi = adap2pinfo(adapter, port_id);
1140 t3_os_link_changed(adapter, port_id, link_ok, speed, duplex, fc);
cxgb_offload.c 1240 e = t3_l2t_get(tdev, new, ((struct port_info *)new->rt_ifp->if_softc)->port_id);
cxgb_sge.c 1177 DPRINTF("t3_encap port_id=%d qsidx=%d ", p->port_id, p->first_qset);
1179 /* port_id=1 qsid=1 txpkt_intf=2 tx_chan=0 */
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc_stream.c 102 stream->audio_info.port_id[0] = dc_container_id->portId[0];
103 stream->audio_info.port_id[1] = dc_container_id->portId[1];
106 other DMs need Unhardcode port_id */
107 stream->audio_info.port_id[0] = 0x5558859e;
108 stream->audio_info.port_id[1] = 0xd989449;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
amdgpu_dce_audio.c 633 set_reg_field_value(value, audio_info->port_id[0],
640 set_reg_field_value(value, audio_info->port_id[1],
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
dc_types.h 604 uint32_t port_id[2]; member in struct:audio_info
  /src/sys/dev/pci/
mpiireg.h 1214 u_int32_t port_id; member in struct:mpii_cfg_fc_port_pg0
1269 u_int32_t port_id; member in struct:mpii_cfg_fc_device_pg0
if_iwmreg.h 3334 * @port_id: Multicast MAC addresses array specifier. This is a strange way
3346 uint8_t port_id; member in struct:iwm_mcast_filter_cmd
if_iwm.c 7800 cmd->port_id = 0;

Completed in 55 milliseconds