Home
last modified time | relevance | path

Searched refs:ports (Results 1 – 25 of 937) sorted by relevance

12345678910>>...38

/f-stack/freebsd/contrib/device-tree/Bindings/soundwire/
H A Dqcom,sdw.txt41 - qcom,dout-ports:
46 - qcom,din-ports:
55 data port. Out ports followed by In ports.
62 data port. Out ports followed by In ports.
69 Out ports followed by In ports. Used for Sample Interval
85 Out ports followed by In ports.
93 Out ports followed by In ports.
101 Out ports followed by In ports.
110 Out ports followed by In ports.
119 Out ports followed by In ports.
[all …]
/f-stack/freebsd/contrib/device-tree/src/arm64/hisilicon/
H A Dhi3660-coresight.dtsi21 out-ports {
38 out-ports {
55 out-ports {
72 out-ports {
88 out-ports {
97 in-ports {
137 in-ports {
146 out-ports {
164 out-ports {
239 in-ports {
[all …]
H A Dhi6220-coresight.dtsi19 out-ports {
28 in-ports {
44 in-ports {
53 out-ports {
68 in-ports {
77 out-ports {
105 in-ports {
121 in-ports {
137 out-ports {
146 in-ports {
[all …]
/f-stack/dpdk/examples/multi_process/client_server_mp/mp_server/
H A Dinit.c55 struct port_info *ports; variable
65 RTE_MP_RX_DESC_DEFAULT * ports->num_ports; in init_mbuf_pools()
68 RTE_MP_TX_DESC_DEFAULT * ports->num_ports); in init_mbuf_pools()
195 if ((port_mask & (1 << ports->id[portid])) == 0) in check_all_ports_link_status()
211 ports->id[portid], in check_all_ports_link_status()
258 mz = rte_memzone_reserve(MZ_PORT_INFO, sizeof(*ports), in init()
262 memset(mz->addr, 0, sizeof(*ports)); in init()
263 ports = mz->addr; in init()
276 for (i = 0; i < ports->num_ports; i++) { in init()
277 retval = init_port(ports->id[i]); in init()
[all …]
H A Dmain.c111 for (j = 0; j < ports->num_ports; j++){ in do_stats_display()
113 const uint64_t tx_val = tx->tx[ports->id[j]]; in do_stats_display()
114 const uint64_t drop_val = tx->tx_drop[ports->id[j]]; in do_stats_display()
127 for (i = 0; i < ports->num_ports; i++) in do_stats_display()
128 printf("Port %u: '%s'\t", (unsigned)ports->id[i], in do_stats_display()
129 get_printable_mac_addr(ports->id[i])); in do_stats_display()
131 for (i = 0; i < ports->num_ports; i++){ in do_stats_display()
134 (unsigned)ports->id[i], ports->rx_stats.rx[i], in do_stats_display()
262 rx_count = rte_eth_rx_burst(ports->id[port_num], 0, \ in do_packet_forwarding()
264 ports->rx_stats.rx[port_num] += rx_count; in do_packet_forwarding()
[all …]
H A Dargs.c67 ports->id[ports->num_ports++] = id; in parse_portmask()
137 if (ports->num_ports == 0 || num_clients == 0){ in parse_app_args()
142 if (ports->num_ports % 2 != 0){ in parse_app_args()
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dhip04.dtsi277 in-ports {
292 in-ports {
307 in-ports {
322 in-ports {
337 in-ports {
372 in-ports {
407 in-ports {
441 in-ports {
475 in-ports {
499 in-ports {
[all …]
/f-stack/dpdk/examples/multi_process/client_server_mp/mp_client/
H A Dclient.c162 configure_output_ports(const struct port_info *ports) in configure_output_ports() argument
165 if (ports->num_ports > RTE_MAX_ETHPORTS) in configure_output_ports()
168 for (i = 0; i < ports->num_ports - 1; i+=2){ in configure_output_ports()
169 uint16_t p1 = ports->id[i]; in configure_output_ports()
170 uint16_t p2 = ports->id[i+1]; in configure_output_ports()
209 struct port_info *ports; in main() local
237 ports = mz->addr; in main()
238 tx_stats = &(ports->tx_stats[client_id]); in main()
240 configure_output_ports(ports); in main()
254 for (i = 0; i < ports->num_ports; i++) { in main()
[all …]
/f-stack/freebsd/contrib/device-tree/src/arm64/arm/
H A Djuno-cs-r1r2.dtsi10 out-ports {
17 in-ports {
33 in-ports {
40 out-ports {
56 out-ports {
64 in-ports {
/f-stack/freebsd/contrib/device-tree/Bindings/pinctrl/
H A Dabilis,tb10x-iomux.txt25 - GPIO ports: gpioa, gpiob, gpioc, gpiod, gpioe, gpiof, gpiog,
27 - Serial TS input ports: mis0, mis1, mis2, mis3, mis4, mis5, mis6, mis7
28 - Parallel TS input ports: mip1, mip3, mip5, mip7
29 - Serial TS output ports: mos0, mos1, mos2, mos3
33 - Smart card ports: stc0, stc1
34 - UART ports: uart0, uart1
35 - SPI ports: spi1, spi3
38 All other ports of the chip are not multiplexed and thus not managed by this
45 The named pin groups of GPIO ports can be used to define GPIO ranges as
/f-stack/freebsd/contrib/device-tree/src/arm64/sprd/
H A Dsc9863a.dtsi193 out-ports {
201 in-ports {
217 in-ports {
233 out-ports {
242 in-ports {
282 out-ports {
307 out-ports {
316 in-ports {
332 out-ports {
341 in-ports {
[all …]
H A Dsc9860.dtsi307 out-ports {
315 in-ports {
342 out-ports {
359 out-ports {
374 out-ports {
383 in-ports {
422 out-ports {
431 in-ports {
480 in-ports {
505 in-ports {
[all …]
H A Dsc9836.dtsi53 in-ports {
68 out-ports {
76 in-ports {
114 /* Other input ports aren't connected to anyone */
125 out-ports {
141 out-ports {
157 out-ports {
173 out-ports {
189 out-ports {
/f-stack/dpdk/examples/ioat/
H A Dioatfwd.c46 struct rxtx_port_config ports[RTE_MAX_ETHPORTS]; member
201 cfg.ports[0].ioat_ids[0], NULL, 0); in print_stats()
257 port_id = cfg.ports[i].rxtx_port; in print_stats()
272 dev_id = cfg.ports[i].ioat_ids[j]; in print_stats()
501 ioat_rx_port(&cfg.ports[i]); in rx_main_loop()
516 ioat_tx_port(&cfg.ports[i]); in tx_main_loop()
531 ioat_rx_port(&cfg.ports[i]); in rxtx_main_loop()
532 ioat_tx_port(&cfg.ports[i]); in rxtx_main_loop()
759 cfg.ports[i].ioat_ids[j] = rdev_id - 1; in assign_rawdevs()
786 if (cfg.ports[i].rx_to_tx_ring == NULL) in assign_rings()
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/net/dsa/
H A Docelot.txt49 * phy_mode = "internal": on ports 4 and 5
50 * phy_mode = "sgmii": on ports 0, 1, 2, 3
51 * phy_mode = "qsgmii": on ports 0, 1, 2, 3
52 * phy_mode = "usxgmii": on ports 0, 1, 2, 3
53 * phy_mode = "2500base-x": on ports 0, 1, 2, 3
70 ports {
74 /* External ports */
132 * phy_mode = "internal": on ports 8 and 9
133 * phy_mode = "sgmii": on ports 0, 1, 2, 3, 4, 5, 6, 7
134 * phy_mode = "qsgmii": on ports 0, 1, 2, 3, 4, 5, 6, 7
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/arm/
H A Dcoresight.txt160 in-ports {
175 in-ports {
190 in-ports {
198 out-ports {
214 out-ports {
234 in-ports {
252 out-ports {
260 in-ports {
286 out-ports {
295 in-ports {
[all …]
/f-stack/dpdk/app/test-pmd/
H A Dutil.c267 ports[port_id].tx_metadata; in tx_pkt_set_md()
288 if (!ports[portid].tx_set_md_cb[queue]) in add_tx_md_callback()
289 ports[portid].tx_set_md_cb[queue] = in add_tx_md_callback()
309 if (ports[portid].tx_set_md_cb[queue]) { in remove_tx_md_callback()
311 ports[portid].tx_set_md_cb[queue]); in remove_tx_md_callback()
312 ports[portid].tx_set_md_cb[queue] = NULL; in remove_tx_md_callback()
323 if (ports[port_id].mbuf_dynf) in tx_pkt_set_dynf()
344 if (!ports[portid].tx_set_dynf_cb[queue]) in add_tx_dynf_callback()
345 ports[portid].tx_set_dynf_cb[queue] = in add_tx_dynf_callback()
365 if (ports[portid].tx_set_dynf_cb[queue]) { in remove_tx_dynf_callback()
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/soc/fsl/cpm_qe/
H A Dgpio.txt4 On CPM1 devices, all ports are using slightly different register layouts.
5 Ports A, C and D are 16bit ports and Ports B and E are 32bit ports.
7 On CPM2 devices, all ports are 32bit ports and use a common register layout.
18 on CPM1), this item tells which ports have an associated interrupt (ports are
/f-stack/app/nginx-1.16.1/src/mail/
H A Dngx_mail.c15 static ngx_int_t ngx_mail_add_ports(ngx_conf_t *cf, ngx_array_t *ports,
17 static char *ngx_mail_optimize_servers(ngx_conf_t *cf, ngx_array_t *ports);
72 ngx_array_t ports; in ngx_mail_block() local
220 return ngx_mail_optimize_servers(cf, &ports); in ngx_mail_block()
225 ngx_mail_add_ports(ngx_conf_t *cf, ngx_array_t *ports, in ngx_mail_add_ports() argument
237 port = ports->elts; in ngx_mail_add_ports()
238 for (i = 0; i < ports->nelts; i++) { in ngx_mail_add_ports()
250 port = ngx_array_push(ports); in ngx_mail_add_ports()
279 ngx_mail_optimize_servers(ngx_conf_t *cf, ngx_array_t *ports) in ngx_mail_optimize_servers() argument
288 port = ports->elts; in ngx_mail_optimize_servers()
[all …]
/f-stack/dpdk/examples/ethtool/ethtool-app/
H A Dmain.c45 struct app_port ports[MAX_PORTS]; member
56 struct app_port *ptr_port = &app_cfg.ports[idx_port]; in lock_port()
63 struct app_port *ptr_port = &app_cfg.ports[idx_port]; in unlock_port()
70 struct app_port *ptr_port = &app_cfg.ports[idx_port]; in mark_port_active()
77 struct app_port *ptr_port = &app_cfg.ports[idx_port]; in mark_port_inactive()
84 struct app_port *ptr_port = &app_cfg.ports[idx_port]; in mark_port_newmac()
104 struct app_port *ptr_port = &app_cfg->ports[idx_port]; in setup_ports()
195 ptr_port = &app_cfg.ports[idx_port]; in worker_main()
/f-stack/freebsd/contrib/device-tree/Bindings/soc/fsl/cpm_qe/qe/
H A Dpar_io.txt3 This node configures Parallel I/O ports for CPUs with QE support.
5 device that using parallel I/O ports, a child node should be created.
12 - num-ports : number of Parallel I/O ports
20 num-ports = <7>;
/f-stack/freebsd/contrib/device-tree/src/arm64/renesas/
H A Dr8a77950.dtsi186 ports {
234 ports {
245 ports {
256 ports {
267 ports {
278 ports {
289 ports {
300 ports {
311 ports {
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-resources.config67 /* Define the number of LLM ports (interfaces), can be 1 or 2 */
114 description = "PKO queues per port for interface 0 (ports 0-15)";
117 description = "PKO queues per port for interface 1 (ports 16-31)";
129 description = "Limit on the number of PKO ports enabled for interface 0";
132 description = "Limit on the number of PKO ports enabled for interface 1";
135 description = "PKO queues per port for PCI (ports 32-35)";
138 description = "PKO queues per port for Loop devices (ports 36-39)";
140 port with two ports gives us four queues, one for each mailbox */
143 description = "PKO queues per port for SRIO0 devices (ports 40-41)";
145 port with two ports gives us four queues, one for each mailbox */
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/media/i2c/
H A Dadv7180.yaml44 ports:
82 ports:
103 - ports
112 ports:
133 - ports
164 ports {
/f-stack/freebsd/kern/
H A Duipc_mbufhash.c109 const uint32_t *ports; in m_tcpip_hash() local
120 ports = m_common_hash_gethdr(m, in m_tcpip_hash()
121 off, sizeof(*ports), &buf); in m_tcpip_hash()
122 if (ports == NULL) in m_tcpip_hash()
124 p = fnv_32_buf(ports, sizeof(*ports), p); in m_tcpip_hash()

12345678910>>...38