Home
last modified time | relevance | path

Searched defs:ports (Results 1 – 25 of 535) sorted by relevance

12345678910>>...22

/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/lag/
Dport_sel.c40 u8 *ports) in mlx5_lag_create_port_sel_table()
292 enum mlx5_traffic_types tt, bool tunnel, u8 *ports) in mlx5_lag_create_definer()
374 u8 *ports) in mlx5_lag_create_definers()
531 enum netdev_lag_hash hash_type, u8 *ports) in mlx5_lag_port_sel_create()
563 u8 *ports) in __mlx5_lag_modify_definers_destinations()
594 u8 *ports) in mlx5_lag_modify_definers_destinations()
609 int mlx5_lag_port_sel_modify(struct mlx5_lag *ldev, u8 *ports) in mlx5_lag_port_sel_modify()
Dport_sel.h41 u8 *ports) in mlx5_lag_port_sel_create()
46 static inline int mlx5_lag_port_sel_modify(struct mlx5_lag *ldev, u8 *ports) in mlx5_lag_port_sel_modify()
Dlag.c83 static int mlx5_cmd_create_lag(struct mlx5_core_dev *dev, u8 *ports, int mode, in mlx5_cmd_create_lag()
117 u8 *ports) in mlx5_cmd_modify_lag()
152 u8 *ports, int *num_disabled) in mlx5_infer_tx_disabled()
165 u8 *ports, int *num_enabled) in mlx5_infer_tx_enabled()
315 u8 *ports) in mlx5_infer_tx_affinity_mapping()
414 static int mlx5_cmd_modify_active_port(struct mlx5_core_dev *dev, u8 ports) in mlx5_cmd_modify_active_port()
429 static int _mlx5_modify_lag(struct mlx5_lag *ldev, u8 *ports) in _mlx5_modify_lag()
451 u8 ports[MLX5_MAX_PORTS * MLX5_LAG_MAX_HASH_BUCKETS] = {}; in mlx5_modify_lag() local
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/mlxsw/
Dsharedbuffer_configuration.py249 def get_tcbinds(ports, verify_existence=False): argument
264 def do_check_tcbind(ports, tcbinds, vp): argument
290 def check_tcbind(dlname, ports, pools): argument
321 def get_portpools(ports, verify_existence=False): argument
336 def do_check_portpool(ports, portpools, vp): argument
357 def check_portpool(dlname, ports, pools): argument
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/mlxsw/
Dsharedbuffer_configuration.py249 def get_tcbinds(ports, verify_existence=False): argument
264 def do_check_tcbind(ports, tcbinds, vp): argument
290 def check_tcbind(dlname, ports, pools): argument
321 def get_portpools(ports, verify_existence=False): argument
336 def do_check_portpool(ports, portpools, vp): argument
357 def check_portpool(dlname, ports, pools): argument
/kernel/linux/linux-6.6/include/uapi/linux/netfilter/
Dxt_multiport.h19 __u16 ports[XT_MULTI_PORTS]; /* Ports */ member
25 __u16 ports[XT_MULTI_PORTS]; /* Ports */ member
/kernel/linux/linux-5.10/include/uapi/linux/netfilter/
Dxt_multiport.h19 __u16 ports[XT_MULTI_PORTS]; /* Ports */ member
25 __u16 ports[XT_MULTI_PORTS]; /* Ports */ member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/netfilter/
Dxt_multiport.h31 __u16 ports[XT_MULTI_PORTS]; member
36 __u16 ports[XT_MULTI_PORTS]; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/netfilter/
Dxt_multiport.h18 __u16 ports[XT_MULTI_PORTS]; member
23 __u16 ports[XT_MULTI_PORTS]; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/netfilter/
Dxt_multiport.h31 __u16 ports[XT_MULTI_PORTS]; member
36 __u16 ports[XT_MULTI_PORTS]; member
/kernel/linux/linux-6.6/sound/soc/generic/
Daudio-graph-card2.c326 struct device_node *ports = of_get_parent(*port); in graph_get_next_multi_ep() local
372 struct device_node *ports = of_get_parent(port); in graph_parse_convert() local
388 struct device_node *ports = of_get_parent(port); in graph_parse_mclk_fs() local
600 struct device_node *ports; in graph_link_init() local
779 struct device_node *port0, *port1, *ports; in audio_graph2_link_c2c() local
1016 struct device_node *ports = of_get_parent(lnk); in graph_count_c2c() local
/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
42 struct device_node *ports; in omapdss_of_get_next_port() local
/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
42 struct device_node *ports; in omapdss_of_get_next_port() local
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/lan966x/
Dlan966x_mdb.c11 u16 ports; member
18 u16 ports; member
148 u16 ports; in lan966x_mdb_ip_del() local
183 lan966x_pgid_entry_add(struct lan966x *lan966x, int index, u16 ports) in lan966x_pgid_entry_add()
306 u16 ports; in lan966x_mdb_l2_del() local
/kernel/linux/linux-5.10/sound/usb/
Dmixer_scarlett_gen2.c220 struct scarlett2_ports ports[SCARLETT2_PORT_TYPE_COUNT]; member
439 static int scarlett2_get_port_start_num(const struct scarlett2_ports *ports, in scarlett2_get_port_start_num()
818 static u32 scarlett2_mux_src_num_to_id(const struct scarlett2_ports *ports, in scarlett2_mux_src_num_to_id()
840 const struct scarlett2_ports *ports = info->ports; in scarlett2_usb_set_mux() local
989 const struct scarlett2_ports *ports = private->info->ports; in scarlett2_update_volumes() local
1380 const struct scarlett2_ports *ports = info->ports; in scarlett2_add_line_out_ctls() local
1506 const struct scarlett2_ports *ports = info->ports; in scarlett2_mixer_ctl_put() local
1550 const struct scarlett2_ports *ports = private->info->ports; in scarlett2_add_mixer_ctls() local
1580 const struct scarlett2_ports *ports = private->info->ports; in scarlett2_mux_src_enum_ctl_info() local
1656 const struct scarlett2_ports *ports = private->info->ports; in scarlett2_add_mux_enums() local
[all …]
/kernel/linux/linux-5.10/include/net/
Dinet6_hashtables.h33 const u32 ports = (((u32)lport) << 16) | (__force u32)fport; in __inet6_ehashfn() local
110 const __portpair ports, in inet6_match()
/kernel/linux/linux-5.10/drivers/usb/host/
Dxhci-hub.c170 struct usb_hub_descriptor *desc, int ports) in xhci_common_hub_descriptor()
195 int ports; in xhci_usb2_hub_descriptor() local
250 int ports; in xhci_usb3_hub_descriptor() local
1107 struct xhci_port **ports; in xhci_hub_control() local
1545 struct xhci_port **ports; in xhci_hub_status_data() local
1616 struct xhci_port **ports; in xhci_bus_suspend() local
1778 struct xhci_port **ports; in xhci_bus_resume() local
/kernel/linux/linux-6.6/drivers/usb/host/
Dxhci-hub.c256 struct usb_hub_descriptor *desc, int ports) in xhci_common_hub_descriptor()
281 int ports; in xhci_usb2_hub_descriptor() local
336 int ports; in xhci_usb3_hub_descriptor() local
1212 struct xhci_port **ports; in xhci_hub_control() local
1650 struct xhci_port **ports; in xhci_hub_status_data() local
1722 struct xhci_port **ports; in xhci_bus_suspend() local
1885 struct xhci_port **ports; in xhci_bus_resume() local
Dehci-hub.c623 int ports, i, retval = 1; in ehci_hub_status_data() local
702 int ports = HCS_N_PORTS (ehci->hcs_params); in ehci_hub_descriptor() local
741 int ports = HCS_N_PORTS (ehci->hcs_params); in ehci_hub_control() local
/kernel/linux/linux-6.6/sound/core/seq/
Dseq_midi.c55 struct seq_midisynth *ports[SNDRV_RAWMIDI_DEVICES]; member
271 unsigned int p, ports; in snd_seq_midisynth_probe() local
428 int device = dev->device, p, ports; in snd_seq_midisynth_remove() local
/kernel/linux/linux-5.10/sound/core/seq/
Dseq_midi.c54 struct seq_midisynth *ports[SNDRV_RAWMIDI_DEVICES]; member
267 unsigned int p, ports; in snd_seq_midisynth_probe() local
419 int device = dev->device, p, ports; in snd_seq_midisynth_remove() local
/kernel/linux/linux-6.6/drivers/net/ethernet/mscc/
Docelot.h62 unsigned long ports; member
73 u16 ports; member
Docelot_vsc7514.c141 struct device_node *ports) in mscc_ocelot_init_ports()
234 struct device_node *ports; in mscc_ocelot_probe() local
/kernel/linux/linux-6.6/include/net/
Dinet6_hashtables.h33 const u32 ports = (((u32)lport) << 16) | (__force u32)fport; in __inet6_ehashfn() local
181 const __portpair ports, in inet6_match()
/kernel/linux/linux-6.6/arch/arm64/boot/dts/marvell/
Darmada-3720-gl-mv1000.dts163 ports: ports { label

12345678910>>...22