Home
last modified time | relevance | path

Searched defs:vport (Results 1 – 20 of 20) sorted by relevance

/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_eswitch.c61 u32 vport; member
75 u32 vport; member
88 static int arm_vport_context_events_cmd(struct mlx5_core_dev *dev, u16 vport, in arm_vport_context_events_cmd()
117 static int query_esw_vport_context_cmd(struct mlx5_core_dev *mdev, u32 vport, in query_esw_vport_context_cmd()
132 static int query_esw_vport_cvlan(struct mlx5_core_dev *dev, u32 vport, in query_esw_vport_cvlan()
170 static int modify_esw_vport_context_cmd(struct mlx5_core_dev *dev, u16 vport, in modify_esw_vport_context_cmd()
185 static int modify_esw_vport_cvlan(struct mlx5_core_dev *dev, u32 vport, in modify_esw_vport_cvlan()
219 esw_fdb_set_vport_rule(struct mlx5_eswitch *esw, u8 mac[ETH_ALEN], u32 vport) in esw_fdb_set_vport_rule()
347 u32 vport = vaddr->vport; in esw_add_uc_addr() local
383 u32 vport = vaddr->vport; in esw_del_uc_addr() local
[all …]
H A Dmlx5_vport.c38 u16 vport, u32 *out, int outlen) in _mlx5_query_vport_state()
57 u8 mlx5_query_vport_state(struct mlx5_core_dev *mdev, u8 opmod, u16 vport) in mlx5_query_vport_state()
67 u8 mlx5_query_vport_admin_state(struct mlx5_core_dev *mdev, u8 opmod, u16 vport) in mlx5_query_vport_admin_state()
78 u16 vport, u8 state) in mlx5_modify_vport_admin_state()
102 static int mlx5_query_nic_vport_context(struct mlx5_core_dev *mdev, u16 vport, in mlx5_query_nic_vport_context()
213 u16 vport, u8 *min_inline) in mlx5_query_nic_vport_min_inline()
252 u16 vport, u8 min_inline) in mlx5_modify_nic_vport_min_inline()
273 u16 vport, u8 *addr) in mlx5_query_nic_vport_mac_address()
300 u16 vport, u8 *addr) in mlx5_modify_nic_vport_mac_address()
464 int mlx5_set_nic_vport_current_mac(struct mlx5_core_dev *mdev, int vport, in mlx5_set_nic_vport_current_mac()
[all …]
H A Dmlx5_fs_cmd.c57 mlx5_cmd_fs_create_ft(struct mlx5_core_dev * dev,u16 vport,enum fs_ft_type type,unsigned int level,unsigned int log_size,const char * name,unsigned int * table_id) mlx5_cmd_fs_create_ft() argument
90 mlx5_cmd_fs_destroy_ft(struct mlx5_core_dev * dev,u16 vport,enum fs_ft_type type,unsigned int table_id) mlx5_cmd_fs_destroy_ft() argument
113 mlx5_cmd_fs_create_fg(struct mlx5_core_dev * dev,u32 * in,u16 vport,enum fs_ft_type type,unsigned int table_id,unsigned int * group_id) mlx5_cmd_fs_create_fg() argument
140 mlx5_cmd_fs_destroy_fg(struct mlx5_core_dev * dev,u16 vport,enum fs_ft_type type,unsigned int table_id,unsigned int group_id) mlx5_cmd_fs_destroy_fg() argument
164 mlx5_cmd_fs_set_fte(struct mlx5_core_dev * dev,u16 vport,enum fs_fte_status * fte_status,u32 * match_val,enum fs_ft_type type,unsigned int table_id,unsigned int index,unsigned int group_id,struct mlx5_flow_act * flow_act,u32 sw_action,int dest_size,struct list_head * dests) mlx5_cmd_fs_set_fte() argument
294 mlx5_cmd_fs_delete_fte(struct mlx5_core_dev * dev,u16 vport,enum fs_fte_status * fte_status,enum fs_ft_type type,unsigned int table_id,unsigned int index) mlx5_cmd_fs_delete_fte() argument
[all...]
H A Dmlx5_fs_core.c811 static struct mlx5_flow_table *alloc_flow_table(int level, u16 vport, in alloc_flow_table()
1118 u16 vport) in __mlx5_create_flow_table()
1214 struct mlx5_flow_table_attr *ft_attr, u16 vport) in mlx5_create_vport_flow_table()
2402 int vport) in mlx5_get_flow_vport_acl_namespace()
3003 static int init_egress_acl_root_ns(struct mlx5_flow_steering *steering, int vport) in init_egress_acl_root_ns()
3016 static int init_ingress_acl_root_ns(struct mlx5_flow_steering *steering, int vport) in init_ingress_acl_root_ns()
H A Deswitch.h99 int vport; global() member
H A Dmlx5_fs_tree.c
H A Dfs_core.h107 u16 vport; global() member
/freebsd/sys/dev/ocs_fc/
H A Docs_sport.c922 ocs_vport_spec_t *vport; in ocs_vport_start() local
970 ocs_vport_spec_t *vport; in ocs_vport_link_down() local
1049 ocs_sport_vport_alloc(ocs_domain_t *domain, ocs_vport_spec_t *vport) in ocs_sport_vport_alloc()
1097 ocs_vport_spec_t *vport; in ocs_sport_vport_del() local
1155 ocs_vport_spec_t *vport; in ocs_vport_del_all() local
1478 ocs_vport_spec_t *vport; in ocs_vport_update_spec() local
1516 ocs_vport_spec_t *vport; in ocs_vport_create_spec() local
H A Docs_ddump.c640 ocs_vport_spec_t *vport; in ocs_ddump() local
H A Docs_pci.c366 ocs_vport_spec_t *vport; in ocs_setup_fcports() local
H A Docs.h89 ocs_vport_spec_t *vport; member
H A Docs_cam.c1986 ocs_vport_spec_t *vport = fcp->vport; in ocs_fcp_change_role() local
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_fw_qos.c221 int mlx4_SET_VPORT_QOS_get(struct mlx4_dev *dev, u8 port, u8 vport, in mlx4_SET_VPORT_QOS_get()
258 int mlx4_SET_VPORT_QOS_set(struct mlx4_dev *dev, u8 port, u8 vport, in mlx4_SET_VPORT_QOS_set()
H A Dmlx4.h512 struct mlx4_vport_state vport[MLX4_MAX_PORTS + 1]; member
523 struct mlx4_vport_oper_state vport[MLX4_MAX_PORTS + 1]; member
/freebsd/sys/dev/mana/
H A Dmana.h612 mana_handle_t vport; member
618 mana_handle_t vport; member
633 mana_handle_t vport; member
676 mana_handle_t vport; member
H A Dmana_en.c1205 mana_handle_t vport, in mana_create_wq_obj()
/freebsd/sys/dev/mlx5/
H A Dfs.h163 } vport; member
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_l2.c874 u8 vport, in ecore_filter_accept_cmd()
H A Decore_dev.c2260 struct init_qm_vport_params *vport; in ecore_dp_init_qm_params() local
/freebsd/sys/dev/mlx5/mlx5_en/
H A Den.h644 struct mlx5e_vport_stats vport; member