Home
last modified time | relevance | path

Searched full:ports (Results 1 – 25 of 5695) sorted by relevance

12345678910>>...228

/kernel/linux/linux-5.10/Documentation/devicetree/bindings/soundwire/
Dqcom,sdw.txt42 - qcom,dout-ports:
45 Definition: must be count of data out ports
47 - qcom,din-ports:
50 Definition: must be count of data in ports
52 - qcom,ports-offset1:
56 data port. Out ports followed by In ports.
59 - qcom,ports-offset2:
63 data port. Out ports followed by In ports.
66 - qcom,ports-sinterval-low:
70 Out ports followed by In ports. Used for Sample Interval
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/soundwire/
Dqcom,soundwire.yaml68 qcom,din-ports:
70 description: count of data in ports
72 qcom,dout-ports:
74 description: count of data out ports
76 qcom,ports-word-length:
86 qcom,ports-sinterval-low:
90 Out ports followed by In ports. Used for Sample Interval calculation.
97 qcom,ports-sinterval:
101 Out ports followed by In ports. Used for Sample Interval calculation.
108 qcom,ports-offset1:
[all …]
/kernel/linux/linux-5.10/drivers/thunderbolt/
Dtest.c54 size = (sw->config.max_port_number + 1) * sizeof(*sw->ports); in alloc_switch()
55 sw->ports = kunit_kzalloc(test, size, GFP_KERNEL); in alloc_switch()
56 if (!sw->ports) in alloc_switch()
60 sw->ports[i].sw = sw; in alloc_switch()
61 sw->ports[i].port = i; in alloc_switch()
62 sw->ports[i].config.port_number = i; in alloc_switch()
64 kunit_ida_init(test, &sw->ports[i].in_hopids); in alloc_switch()
65 kunit_ida_init(test, &sw->ports[i].out_hopids); in alloc_switch()
83 sw->ports[0].config.type = TB_TYPE_PORT; in alloc_host()
84 sw->ports[0].config.max_in_hop_id = 7; in alloc_host()
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/nfpcore/
Dnfp_nsp.h123 * @max_index: max of @index fields of all @ports
124 * @ports: table of ports
126 * @ports.eth_index: port index according to legacy ethX numbering
127 * @ports.index: chip-wide first channel index
128 * @ports.nbi: NBI index
129 * @ports.base: first channel index (within NBI)
130 * @ports.lanes: number of channels
131 * @ports.speed: interface speed (in Mbps)
132 * @ports.interface: interface (module) plugged in
133 * @ports.media: media type of the @interface
[all …]
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/nfpcore/
Dnfp_nsp.h172 * @max_index: max of @index fields of all @ports
173 * @ports: table of ports
175 * @ports.eth_index: port index according to legacy ethX numbering
176 * @ports.index: chip-wide first channel index
177 * @ports.nbi: NBI index
178 * @ports.base: first channel index (within NBI)
179 * @ports.lanes: number of channels
180 * @ports.speed: interface speed (in Mbps)
181 * @ports.interface: interface (module) plugged in
182 * @ports.media: media type of the @interface
[all …]
/kernel/linux/linux-6.6/drivers/thunderbolt/
Dtest.c54 size = (sw->config.max_port_number + 1) * sizeof(*sw->ports); in alloc_switch()
55 sw->ports = kunit_kzalloc(test, size, GFP_KERNEL); in alloc_switch()
56 if (!sw->ports) in alloc_switch()
60 sw->ports[i].sw = sw; in alloc_switch()
61 sw->ports[i].port = i; in alloc_switch()
62 sw->ports[i].config.port_number = i; in alloc_switch()
64 kunit_ida_init(test, &sw->ports[i].in_hopids); in alloc_switch()
65 kunit_ida_init(test, &sw->ports[i].out_hopids); in alloc_switch()
83 sw->ports[0].config.type = TB_TYPE_PORT; in alloc_host()
84 sw->ports[0].config.max_in_hop_id = 7; in alloc_host()
[all …]
/kernel/linux/linux-6.6/arch/arm64/boot/dts/hisilicon/
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 {
181 out-ports {
[all …]
/kernel/linux/linux-5.10/arch/arm64/boot/dts/hisilicon/
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 {
181 out-ports {
[all …]
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/lan966x/
Dlan966x_mdb.c11 u16 ports; member
18 u16 ports; member
97 mac[1] = mdb_entry->ports >> 8; in lan966x_mdb_encode_mac()
98 mac[2] = mdb_entry->ports & 0xff; in lan966x_mdb_encode_mac()
100 mac[0] = mdb_entry->ports >> 8; in lan966x_mdb_encode_mac()
101 mac[1] = mdb_entry->ports & 0xff; in lan966x_mdb_encode_mac()
128 mdb_entry->ports |= BIT(port->chip_port); in lan966x_mdb_ip_add()
148 u16 ports; in lan966x_mdb_ip_del() local
154 ports = mdb_entry->ports; in lan966x_mdb_ip_del()
163 ports &= ~BIT(port->chip_port); in lan966x_mdb_ip_del()
[all …]
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/lag/
Dlag.c75 mlx5_infer_tx_enabled(&ldev->tracker, ldev->ports, enabled_ports, in lag_active_port_bits()
83 static int mlx5_cmd_create_lag(struct mlx5_core_dev *dev, u8 *ports, int mode, in mlx5_cmd_create_lag() argument
98 MLX5_SET(lagc, lag_ctx, tx_remap_affinity_1, ports[0]); in mlx5_cmd_create_lag()
99 MLX5_SET(lagc, lag_ctx, tx_remap_affinity_2, ports[1]); in mlx5_cmd_create_lag()
117 u8 *ports) in mlx5_cmd_modify_lag() argument
125 MLX5_SET(lagc, lag_ctx, tx_remap_affinity_1, ports[0]); in mlx5_cmd_modify_lag()
126 MLX5_SET(lagc, lag_ctx, tx_remap_affinity_2, ports[1]); in mlx5_cmd_modify_lag()
152 u8 *ports, int *num_disabled) in mlx5_infer_tx_disabled() argument
160 ports[(*num_disabled)++] = i; in mlx5_infer_tx_disabled()
165 u8 *ports, int *num_enabled) in mlx5_infer_tx_enabled() argument
[all …]
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/
Ddss-of.c28 struct device_node *ports; in omapdss_of_get_next_port() local
31 * within this node or within an optional 'ports' node. in omapdss_of_get_next_port()
33 ports = of_get_child_by_name(parent, "ports"); in omapdss_of_get_next_port()
34 if (ports) in omapdss_of_get_next_port()
35 parent = ports; in omapdss_of_get_next_port()
39 /* release the 'ports' node */ in omapdss_of_get_next_port()
40 of_node_put(ports); in omapdss_of_get_next_port()
42 struct device_node *ports; in omapdss_of_get_next_port() local
44 ports = of_get_parent(prev); in omapdss_of_get_next_port()
45 if (!ports) in omapdss_of_get_next_port()
[all …]
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/dss/
Ddss-of.c28 struct device_node *ports; in omapdss_of_get_next_port() local
31 * within this node or within an optional 'ports' node. in omapdss_of_get_next_port()
33 ports = of_get_child_by_name(parent, "ports"); in omapdss_of_get_next_port()
34 if (ports) in omapdss_of_get_next_port()
35 parent = ports; in omapdss_of_get_next_port()
39 /* release the 'ports' node */ in omapdss_of_get_next_port()
40 of_node_put(ports); in omapdss_of_get_next_port()
42 struct device_node *ports; in omapdss_of_get_next_port() local
44 ports = of_get_parent(prev); in omapdss_of_get_next_port()
45 if (!ports) in omapdss_of_get_next_port()
[all …]
/kernel/linux/linux-5.10/sound/core/seq/
Dseq_dummy.c33 The number of ports to be created can be specified via the module
34 parameter "ports". For example, to create four ports, add the
37 option snd-seq-dummy ports=4
40 In duplex mode, a pair of ports are created instead of single port,
41 and events are tunneled between pair-ports. For example, input to
53 static int ports = 1; variable
56 module_param(ports, int, 0444);
57 MODULE_PARM_DESC(ports, "number of ports to be created");
59 MODULE_PARM_DESC(duplex, "create DUPLEX ports");
147 * register client and create ports
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/net/
Ddevlink_port_split.py15 # First, check that all the ports with 1 lane fail to split.
16 # Second, check that all the ports with more than 1 lane can be split
43 Class that holds information on the devlink ports, required to the tests;
44 if_names: A list of interfaces in the devlink ports.
49 Get a list of physical devlink ports.
58 ports = json.loads(stdout)['port']
60 validate_devlink_output(ports, 'flavour')
62 for port in ports:
64 if ports[port]['flavour'] == 'physical':
65 arr.append(Port(bus_info=port, name=ports[port]['netdev']))
[all …]
/kernel/linux/linux-6.6/tools/testing/selftests/net/
Ddevlink_port_split.py15 # First, check that all the ports with 1 lane fail to split.
16 # Second, check that all the ports with more than 1 lane can be split
45 Class that holds information on the devlink ports, required to the tests;
46 if_names: A list of interfaces in the devlink ports.
51 Get a list of physical devlink ports.
60 ports = json.loads(stdout)['port']
62 validate_devlink_output(ports, 'flavour')
64 for port in ports:
66 if ports[port]['flavour'] == 'physical':
67 arr.append(Port(bus_info=port, name=ports[port]['netdev']))
[all …]
/kernel/linux/linux-6.6/sound/core/seq/
Dseq_dummy.c33 The number of ports to be created can be specified via the module
34 parameter "ports". For example, to create four ports, add the
37 option snd-seq-dummy ports=4
40 In duplex mode, a pair of ports are created instead of single port,
41 and events are tunneled between pair-ports. For example, input to
53 static int ports = 1; variable
56 module_param(ports, int, 0444);
57 MODULE_PARM_DESC(ports, "number of ports to be created");
59 MODULE_PARM_DESC(duplex, "create DUPLEX ports");
149 * register client and create ports
[all …]
/kernel/linux/linux-6.6/arch/arm/boot/dts/hisilicon/
Dhip04.dtsi277 in-ports {
292 in-ports {
307 in-ports {
322 in-ports {
337 in-ports {
352 out-ports {
356 /* replicator output ports */
372 in-ports {
387 out-ports {
391 /* replicator output ports */
[all …]
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dhip04.dtsi277 in-ports {
292 in-ports {
307 in-ports {
322 in-ports {
337 in-ports {
352 out-ports {
356 /* replicator output ports */
372 in-ports {
387 out-ports {
391 /* replicator output ports */
[all …]
/kernel/linux/linux-5.10/Documentation/ABI/stable/
Dsysfs-class-infiniband39 What: /sys/class/infiniband/<device>/ports/<port-num>/lid
40 What: /sys/class/infiniband/<device>/ports/<port-num>/rate
41 What: /sys/class/infiniband/<device>/ports/<port-num>/lid_mask_count
42 What: /sys/class/infiniband/<device>/ports/<port-num>/sm_sl
43 What: /sys/class/infiniband/<device>/ports/<port-num>/sm_lid
44 What: /sys/class/infiniband/<device>/ports/<port-num>/state
45 What: /sys/class/infiniband/<device>/ports/<port-num>/phys_state
46 What: /sys/class/infiniband/<device>/ports/<port-num>/cap_mask
77 What: /sys/class/infiniband/<device>/ports/<port-num>/link_layer
85 What: /sys/class/infiniband/<device>/ports/<port-num>/counters/symbol_error
[all …]
/kernel/linux/linux-6.6/Documentation/ABI/stable/
Dsysfs-class-infiniband39 What: /sys/class/infiniband/<device>/ports/<port-num>/lid
40 What: /sys/class/infiniband/<device>/ports/<port-num>/rate
41 What: /sys/class/infiniband/<device>/ports/<port-num>/lid_mask_count
42 What: /sys/class/infiniband/<device>/ports/<port-num>/sm_sl
43 What: /sys/class/infiniband/<device>/ports/<port-num>/sm_lid
44 What: /sys/class/infiniband/<device>/ports/<port-num>/state
45 What: /sys/class/infiniband/<device>/ports/<port-num>/phys_state
46 What: /sys/class/infiniband/<device>/ports/<port-num>/cap_mask
77 What: /sys/class/infiniband/<device>/ports/<port-num>/link_layer
85 What: /sys/class/infiniband/<device>/ports/<port-num>/counters/symbol_error
[all …]
/kernel/linux/linux-6.6/Documentation/networking/dsa/
Dconfiguration.rst100 # brought up manually before the slave ports.
112 # brought up manually before the slave ports.
123 # add ports to bridge
138 # brought up manually before the slave ports.
152 # add ports to bridge
182 # brought up manually before the slave ports.
199 # add ports to bridges
204 # tag traffic on ports
225 # brought up manually before the slave ports.
240 # add ports to bridge
[all …]
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/mlxsw/
Dsharedbuffer_configuration.py249 def get_tcbinds(ports, verify_existence=False): argument
252 for port in ports:
264 def do_check_tcbind(ports, tcbinds, vp): argument
266 pre_tcbinds = get_tcbinds(ports)
272 post_tcbinds = get_tcbinds(ports)
290 def check_tcbind(dlname, ports, pools): argument
291 tcbinds = get_tcbinds(ports, verify_existence=True)
298 do_check_tcbind(ports, tcbinds, RandomValuePicker(pools))
301 do_check_tcbind(ports, tcbinds, record_vp)
321 def get_portpools(ports, verify_existence=False): argument
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/mlxsw/
Dsharedbuffer_configuration.py249 def get_tcbinds(ports, verify_existence=False): argument
252 for port in ports:
264 def do_check_tcbind(ports, tcbinds, vp): argument
266 pre_tcbinds = get_tcbinds(ports)
272 post_tcbinds = get_tcbinds(ports)
290 def check_tcbind(dlname, ports, pools): argument
291 tcbinds = get_tcbinds(ports, verify_existence=True)
298 do_check_tcbind(ports, tcbinds, RandomValuePicker(pools))
301 do_check_tcbind(ports, tcbinds, record_vp)
321 def get_portpools(ports, verify_existence=False): argument
[all …]
/kernel/linux/linux-6.6/sound/soc/generic/
Daudio-graph-card2.c25 ports {
39 You can set daifmt at ports/port/endpoint.
102 ports@0 {
107 ports@1 {
116 ports {
125 ports {
159 ports@0 {
165 ports@1 {
174 ports {
184 ports {
[all …]
/kernel/linux/linux-6.6/drivers/usb/host/
Dxen-hcd.c72 struct rhport_status ports[XENUSB_MAX_PORTNR]; member
153 if (info->ports[port].status & USB_PORT_STAT_POWER) { in xenhcd_set_connect_state()
156 info->ports[port].status &= in xenhcd_set_connect_state()
164 info->ports[port].status |= USB_PORT_STAT_CONNECTION; in xenhcd_set_connect_state()
165 info->ports[port].status |= USB_PORT_STAT_LOW_SPEED; in xenhcd_set_connect_state()
168 info->ports[port].status |= USB_PORT_STAT_CONNECTION; in xenhcd_set_connect_state()
171 info->ports[port].status |= USB_PORT_STAT_CONNECTION; in xenhcd_set_connect_state()
172 info->ports[port].status |= USB_PORT_STAT_HIGH_SPEED; in xenhcd_set_connect_state()
177 info->ports[port].status |= (USB_PORT_STAT_C_CONNECTION << 16); in xenhcd_set_connect_state()
207 info->ports[port].c_connection = true; in xenhcd_rhport_connect()
[all …]

12345678910>>...228