Searched refs:port_idx (Results 1 – 10 of 10) sorted by relevance
| /f-stack/freebsd/arm/nvidia/ |
| H A D | tegra_pcie.c | 319 int port_idx; /* chip port index */ member 429 (sc->ports[i]->port_idx == slot)) { in tegra_pcib_read_config() 478 (sc->ports[i]->port_idx == slot)) { in tegra_pcib_write_config() 946 port->port_idx = OFW_PCI_PHYS_HI_DEVICE(tmp[0]) - 1; in tegra_pcib_parse_port() 947 if (port->port_idx >= TEGRA_PCIB_MAX_PORTS) { in tegra_pcib_parse_port() 949 port->port_idx); in tegra_pcib_parse_port() 985 port->port_idx); in tegra_pcib_parse_port() 1135 tegra_pcib_write_config(sc->dev, 0, port->port_idx, 0, in tegra_pcib_wait_for_link() 1200 port->port_idx, port->num_lanes, in tegra_pcib_port_enable() 1227 port->port_idx, port->num_lanes, in tegra_pcib_port_disable() [all …]
|
| /f-stack/dpdk/drivers/event/opdl/ |
| H A D | opdl_evdev_xstats.c | 85 uint32_t port_idx = queue_port_id * max_num_port_xstat; in opdl_xstats_get_names() local 91 device->port_xstat[j + port_idx].stat.name); in opdl_xstats_get_names() 92 ids[j] = device->port_xstat[j + port_idx].id; in opdl_xstats_get_names()
|
| /f-stack/dpdk/app/test-eventdev/ |
| H A D | test_pipeline_common.c | 61 int port_idx = 0; in pipeline_launch_lcores() local 68 &t->worker[port_idx], lcore_id); in pipeline_launch_lcores() 73 port_idx++; in pipeline_launch_lcores()
|
| H A D | test_perf_common.c | 255 int port_idx = 0; in perf_launch_lcores() local 262 &t->worker[port_idx], lcore_id); in perf_launch_lcores() 267 port_idx++; in perf_launch_lcores() 276 &t->prod[port_idx], lcore_id); in perf_launch_lcores() 281 port_idx++; in perf_launch_lcores()
|
| /f-stack/dpdk/examples/l2fwd-jobstats/ |
| H A D | main.c | 384 const uint16_t port_idx = (uintptr_t) arg; in l2fwd_fwd_job() local 387 struct rte_jobstats *job = &qconf->port_fwd_jobs[port_idx]; in l2fwd_fwd_job() 388 const uint16_t portid = qconf->rx_port_list[port_idx]; in l2fwd_fwd_job() 423 rte_timer_reset(&qconf->rx_timers[port_idx], job->period, PERIODICAL, in l2fwd_fwd_job()
|
| /f-stack/dpdk/drivers/event/dsw/ |
| H A D | dsw_evdev.c | 261 uint8_t port_idx = in initial_flow_to_port_assignment() local 264 queue->serving_ports[port_idx]; in initial_flow_to_port_assignment()
|
| /f-stack/dpdk/drivers/net/cxgbe/base/ |
| H A D | adapter.h | 678 static inline void t4_os_set_hw_addr(struct adapter *adapter, int port_idx, in t4_os_set_hw_addr() argument 681 struct port_info *pi = adap2pinfo(adapter, port_idx); in t4_os_set_hw_addr()
|
| /f-stack/freebsd/arm/nvidia/tegra124/ |
| H A D | tegra124_xusbpadctl.c | 333 int port_idx; member 339 .port_idx = pi, \ 805 if (idx != lane_map_tbl[i].port_idx) in search_usb3_pad_lane()
|
| /f-stack/freebsd/arm64/nvidia/tegra210/ |
| H A D | tegra210_xusbpadctl.c | 504 int port_idx; member 510 .port_idx = pi, \ 1542 if (idx != lane_map_tbl[i].port_idx) in search_usb3_pad_lane()
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | l2_forward_job_stats.rst | 434 rte_timer_reset(&qconf->rx_timers[port_idx], job->period, PERIODICAL,
|