Home
last modified time | relevance | path

Searched defs:route (Results 1 – 25 of 159) sorted by relevance

1234567

/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_mr_tcam.c284 struct mlxsw_sp_mr_tcam_route *route = route_priv; in mlxsw_sp_mr_tcam_route_create() local
347 struct mlxsw_sp_mr_tcam_route *route = route_priv; in mlxsw_sp_mr_tcam_route_destroy() local
361 struct mlxsw_sp_mr_tcam_route *route = route_priv; in mlxsw_sp_mr_tcam_route_stats() local
373 struct mlxsw_sp_mr_tcam_route *route = route_priv; in mlxsw_sp_mr_tcam_route_action_update() local
405 struct mlxsw_sp_mr_tcam_route *route = route_priv; in mlxsw_sp_mr_tcam_route_min_mtu_update() local
437 struct mlxsw_sp_mr_tcam_route *route = route_priv; in mlxsw_sp_mr_tcam_route_irif_update() local
448 struct mlxsw_sp_mr_tcam_route *route = route_priv; in mlxsw_sp_mr_tcam_route_erif_add() local
467 struct mlxsw_sp_mr_tcam_route *route = route_priv; in mlxsw_sp_mr_tcam_route_erif_del() local
524 struct mlxsw_sp_mr_tcam_route *route = route_priv; in mlxsw_sp_mr_tcam_route_update() local
Dspectrum1_mr_tcam.c91 struct mlxsw_sp1_mr_tcam_route *route, in mlxsw_sp1_mr_tcam_route_parman_item_add()
111 struct mlxsw_sp1_mr_tcam_route *route, in mlxsw_sp1_mr_tcam_route_parman_item_remove()
128 struct mlxsw_sp1_mr_tcam_route *route = route_priv; in mlxsw_sp1_mr_tcam_route_create() local
153 struct mlxsw_sp1_mr_tcam_route *route = route_priv; in mlxsw_sp1_mr_tcam_route_destroy() local
166 struct mlxsw_sp1_mr_tcam_route *route = route_priv; in mlxsw_sp1_mr_tcam_route_update() local
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_mr_tcam.c284 struct mlxsw_sp_mr_tcam_route *route = route_priv; in mlxsw_sp_mr_tcam_route_create() local
347 struct mlxsw_sp_mr_tcam_route *route = route_priv; in mlxsw_sp_mr_tcam_route_destroy() local
361 struct mlxsw_sp_mr_tcam_route *route = route_priv; in mlxsw_sp_mr_tcam_route_stats() local
373 struct mlxsw_sp_mr_tcam_route *route = route_priv; in mlxsw_sp_mr_tcam_route_action_update() local
405 struct mlxsw_sp_mr_tcam_route *route = route_priv; in mlxsw_sp_mr_tcam_route_min_mtu_update() local
437 struct mlxsw_sp_mr_tcam_route *route = route_priv; in mlxsw_sp_mr_tcam_route_irif_update() local
448 struct mlxsw_sp_mr_tcam_route *route = route_priv; in mlxsw_sp_mr_tcam_route_erif_add() local
467 struct mlxsw_sp_mr_tcam_route *route = route_priv; in mlxsw_sp_mr_tcam_route_erif_del() local
524 struct mlxsw_sp_mr_tcam_route *route = route_priv; in mlxsw_sp_mr_tcam_route_update() local
Dspectrum1_mr_tcam.c91 struct mlxsw_sp1_mr_tcam_route *route, in mlxsw_sp1_mr_tcam_route_parman_item_add()
111 struct mlxsw_sp1_mr_tcam_route *route, in mlxsw_sp1_mr_tcam_route_parman_item_remove()
128 struct mlxsw_sp1_mr_tcam_route *route = route_priv; in mlxsw_sp1_mr_tcam_route_create() local
153 struct mlxsw_sp1_mr_tcam_route *route = route_priv; in mlxsw_sp1_mr_tcam_route_destroy() local
166 struct mlxsw_sp1_mr_tcam_route *route = route_priv; in mlxsw_sp1_mr_tcam_route_update() local
/kernel/linux/linux-6.6/drivers/thunderbolt/
Dctl.c181 enum tb_cfg_pkg_type type, u64 route) in check_header()
249 enum tb_cfg_pkg_type type, u64 route) in parse_header()
747 int tb_cfg_ack_notification(struct tb_ctl *ctl, u64 route, in tb_cfg_ack_notification()
810 int tb_cfg_ack_plug(struct tb_ctl *ctl, u64 route, u32 port, bool unplug) in tb_cfg_ack_plug()
827 u64 route = tb_cfg_get_route(pkg->buffer) & ~BIT_ULL(63); in tb_cfg_match() local
876 struct tb_cfg_result tb_cfg_reset(struct tb_ctl *ctl, u64 route) in tb_cfg_reset()
919 u64 route, u32 port, enum tb_cfg_space space, in tb_cfg_read_raw()
990 u64 route, u32 port, enum tb_cfg_space space, in tb_cfg_write_raw()
1070 int tb_cfg_read(struct tb_ctl *ctl, void *buffer, u64 route, u32 port, in tb_cfg_read()
1096 int tb_cfg_write(struct tb_ctl *ctl, const void *buffer, u64 route, u32 port, in tb_cfg_write()
[all …]
Dxdomain.c228 static inline void tb_xdp_fill_header(struct tb_xdp_header *hdr, u64 route, in tb_xdp_fill_header()
263 static int tb_xdp_uuid_request(struct tb_ctl *ctl, u64 route, int retry, in tb_xdp_uuid_request()
292 static int tb_xdp_uuid_response(struct tb_ctl *ctl, u64 route, u8 sequence, in tb_xdp_uuid_response()
309 static int tb_xdp_error_response(struct tb_ctl *ctl, u64 route, u8 sequence, in tb_xdp_error_response()
323 static int tb_xdp_properties_request(struct tb_ctl *ctl, u64 route, in tb_xdp_properties_request()
468 static int tb_xdp_properties_changed_request(struct tb_ctl *ctl, u64 route, in tb_xdp_properties_changed_request()
492 tb_xdp_properties_changed_response(struct tb_ctl *ctl, u64 route, u8 sequence) in tb_xdp_properties_changed_response()
503 static int tb_xdp_link_state_status_request(struct tb_ctl *ctl, u64 route, in tb_xdp_link_state_status_request()
566 static int tb_xdp_link_state_change_request(struct tb_ctl *ctl, u64 route, in tb_xdp_link_state_change_request()
593 static int tb_xdp_link_state_change_response(struct tb_ctl *ctl, u64 route, in tb_xdp_link_state_change_response()
[all …]
Dicm.c188 static inline u8 phy_port_from_route(u64 route, u8 depth) in phy_port_from_route()
206 static inline u64 get_parent_route(u64 route) in get_parent_route()
398 static int icm_fr_get_route(struct tb *tb, u8 link, u8 depth, u64 *route) in icm_fr_get_route()
609 static struct tb_switch *alloc_switch(struct tb_switch *parent_sw, u64 route, in alloc_switch()
633 u64 route = tb_route(sw); in add_switch() local
647 static void update_switch(struct tb_switch *sw, u64 route, u8 connection_id, in update_switch()
679 static void add_xdomain(struct tb_switch *sw, u64 route, in add_xdomain()
703 static void update_xdomain(struct tb_xdomain *xd, u64 route, u8 link) in update_xdomain()
731 u64 route; in icm_fr_device_connected() local
909 u64 route; in icm_fr_xdomain_connected() local
[all …]
Ddma_port.c68 u64 route = tb_cfg_get_route(pkg->buffer) & ~BIT_ULL(63); in dma_port_match() local
88 static int dma_port_read(struct tb_ctl *ctl, void *buffer, u64 route, in dma_port_read()
129 static int dma_port_write(struct tb_ctl *ctl, const void *buffer, u64 route, in dma_port_write()
/kernel/linux/linux-5.10/drivers/thunderbolt/
Dctl.c170 enum tb_cfg_pkg_type type, u64 route) in check_header()
246 enum tb_cfg_pkg_type type, u64 route) in parse_header()
728 int tb_cfg_ack_plug(struct tb_ctl *ctl, u64 route, u32 port, bool unplug) in tb_cfg_ack_plug()
745 u64 route = tb_cfg_get_route(pkg->buffer) & ~BIT_ULL(63); in tb_cfg_match() local
792 struct tb_cfg_result tb_cfg_reset(struct tb_ctl *ctl, u64 route, in tb_cfg_reset()
828 u64 route, u32 port, enum tb_cfg_space space, in tb_cfg_read_raw()
891 u64 route, u32 port, enum tb_cfg_space space, in tb_cfg_write_raw()
968 int tb_cfg_read(struct tb_ctl *ctl, void *buffer, u64 route, u32 port, in tb_cfg_read()
994 int tb_cfg_write(struct tb_ctl *ctl, const void *buffer, u64 route, u32 port, in tb_cfg_write()
1029 int tb_cfg_get_upstream_port(struct tb_ctl *ctl, u64 route) in tb_cfg_get_upstream_port()
Dxdomain.c187 static inline void tb_xdp_fill_header(struct tb_xdp_header *hdr, u64 route, in tb_xdp_fill_header()
226 static int tb_xdp_uuid_request(struct tb_ctl *ctl, u64 route, int retry, in tb_xdp_uuid_request()
253 static int tb_xdp_uuid_response(struct tb_ctl *ctl, u64 route, u8 sequence, in tb_xdp_uuid_response()
270 static int tb_xdp_error_response(struct tb_ctl *ctl, u64 route, u8 sequence, in tb_xdp_error_response()
284 static int tb_xdp_properties_request(struct tb_ctl *ctl, u64 route, in tb_xdp_properties_request()
377 u64 route, u8 sequence, const uuid_t *src_uuid, in tb_xdp_properties_response()
431 static int tb_xdp_properties_changed_request(struct tb_ctl *ctl, u64 route, in tb_xdp_properties_changed_request()
455 tb_xdp_properties_changed_response(struct tb_ctl *ctl, u64 route, u8 sequence) in tb_xdp_properties_changed_response()
563 u64 route; in tb_xdp_handle_request() local
1272 u64 route, const uuid_t *local_uuid, in tb_xdomain_alloc()
[all …]
Dicm.c172 static inline u8 phy_port_from_route(u64 route, u8 depth) in phy_port_from_route()
190 static inline u64 get_parent_route(u64 route) in get_parent_route()
382 static int icm_fr_get_route(struct tb *tb, u8 link, u8 depth, u64 *route) in icm_fr_get_route()
589 static struct tb_switch *alloc_switch(struct tb_switch *parent_sw, u64 route, in alloc_switch()
613 u64 route = tb_route(sw); in add_switch() local
628 u64 route, u8 connection_id, u8 connection_key, in update_switch()
661 static void add_xdomain(struct tb_switch *sw, u64 route, in add_xdomain()
685 static void update_xdomain(struct tb_xdomain *xd, u64 route, u8 link) in update_xdomain()
713 u64 route; in icm_fr_device_connected() local
885 u64 route; in icm_fr_xdomain_connected() local
[all …]
Ddma_port.c68 u64 route = tb_cfg_get_route(pkg->buffer) & ~BIT_ULL(63); in dma_port_match() local
88 static int dma_port_read(struct tb_ctl *ctl, void *buffer, u64 route, in dma_port_read()
129 static int dma_port_write(struct tb_ctl *ctl, const void *buffer, u64 route, in dma_port_write()
/kernel/linux/linux-6.6/net/netfilter/
Dnft_flow_offload.c30 static void nft_default_forward_path(struct nf_flow_route *route, in nft_default_forward_path()
48 static int nft_dev_fill_forward_path(const struct nf_flow_route *route, in nft_dev_fill_forward_path()
187 static void nft_dev_forward_path(struct nf_flow_route *route, in nft_dev_forward_path()
223 struct nf_flow_route *route, in nft_flow_route()
298 struct nf_flow_route route = {}; in nft_flow_offload_eval() local
/kernel/linux/linux-6.6/drivers/media/platform/nxp/imx8-isi/
Dimx8-isi-crossbar.c101 struct v4l2_subdev_route *route; in __mxc_isi_crossbar_set_routing() local
132 struct v4l2_subdev_route *route; in mxc_isi_crossbar_xlate_streams() local
197 struct v4l2_subdev_route *route = &routes[i]; in mxc_isi_crossbar_init_cfg() local
257 struct v4l2_subdev_route *route; in mxc_isi_crossbar_set_fmt() local
/kernel/linux/linux-6.6/net/ax25/
Dax25_route.c72 static int __must_check ax25_rt_add(struct ax25_routes_struct *route) in ax25_rt_add()
151 static int ax25_rt_del(struct ax25_routes_struct *route) in ax25_rt_del()
232 struct ax25_routes_struct route; in ax25_rt_ioctl() local
/kernel/linux/linux-6.6/drivers/staging/vc04_services/bcm2835-audio/
Dbcm2835.c59 enum snd_bcm2835_route route; member
64 enum snd_bcm2835_route route, in bcm2835_audio_dual_newpcm()
84 enum snd_bcm2835_route route, in bcm2835_audio_simple_newpcm()
/kernel/linux/linux-5.10/net/ax25/
Dax25_route.c72 static int __must_check ax25_rt_add(struct ax25_routes_struct *route) in ax25_rt_add()
152 static int ax25_rt_del(struct ax25_routes_struct *route) in ax25_rt_del()
233 struct ax25_routes_struct route; in ax25_rt_ioctl() local
/kernel/linux/linux-5.10/drivers/staging/vc04_services/bcm2835-audio/
Dbcm2835.c69 enum snd_bcm2835_route route; member
74 enum snd_bcm2835_route route, in bcm2835_audio_alsa_newpcm()
93 enum snd_bcm2835_route route, in bcm2835_audio_simple_newpcm()
/kernel/linux/linux-6.6/drivers/media/v4l2-core/
Dv4l2-subdev.c890 const struct v4l2_subdev_route *route = &routes[i]; in subdev_do_ioctl() local
1167 struct v4l2_subdev_route *route; in __v4l2_link_validate_get_streams() local
1363 struct v4l2_subdev_route *route = &routing->routes[i]; in v4l2_subdev_has_pad_interdep() local
1486 struct v4l2_subdev_route *route; in v4l2_subdev_init_stream_configs() local
1592 struct v4l2_subdev_route *route) in __v4l2_subdev_next_active_route()
1702 struct v4l2_subdev_route *route = &routing->routes[i]; in v4l2_subdev_routing_find_opposite_end() local
1748 struct v4l2_subdev_route *route; in v4l2_subdev_state_xlate_streams() local
1790 const struct v4l2_subdev_route *route = &routing->routes[i]; in v4l2_subdev_routing_validate() local
2146 struct v4l2_subdev_route *route; in v4l2_subdev_s_stream_helper() local
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvif/
Devent.h10 __u8 route; member
18 __u8 route; member
Dclient.h11 u8 route; member
/kernel/linux/linux-5.10/drivers/misc/vmw_vmci/
Dvmci_route.c23 enum vmci_route *route) in vmci_route()
/kernel/linux/linux-6.6/drivers/misc/vmw_vmci/
Dvmci_route.c23 enum vmci_route *route) in vmci_route()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvif/
Dclient.h11 u8 route; member
/kernel/linux/linux-5.10/net/netfilter/
Dnft_flow_offload.c24 struct nf_flow_route *route, in nft_flow_route()
78 struct nf_flow_route route; in nft_flow_offload_eval() local

1234567