Searched refs:table_id (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fs_cmd.c50 MLX5_SET(set_flow_table_root_in, in, table_id, id);
58 unsigned int log_size, unsigned int *table_id)
81 *table_id = MLX5_GET(create_flow_table_out, out, table_id);
88 enum fs_ft_type type, unsigned int table_id)
99 MLX5_SET(destroy_flow_table_in, in, table_id, table_id);
111 enum fs_ft_type type, unsigned int table_id,
123 MLX5_SET(create_flow_group_in, in, table_id, table_id);
55 mlx5_cmd_fs_create_ft(struct mlx5_core_dev *dev, u16 vport, enum fs_ft_type type, unsigned int level, unsigned int log_size, unsigned int *table_id) argument
86 mlx5_cmd_fs_destroy_ft(struct mlx5_core_dev *dev, u16 vport, enum fs_ft_type type, unsigned int table_id) argument
108 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) argument
136 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) argument
160 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, unsigned int flow_tag, unsigned short action, int dest_size, struct list_head *dests) argument
254 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) argument
[all...]
H A Dfs_core.h260 unsigned int log_size, unsigned int *table_id);
264 enum fs_ft_type type, unsigned int table_id);
269 enum fs_ft_type type, unsigned int table_id,
274 enum fs_ft_type type, unsigned int table_id,
282 enum fs_ft_type type, unsigned int table_id,
291 enum fs_ft_type type, unsigned int table_id,
H A Dflow_table.h53 u8 vport_num, u8 table_type, u32 table_id,
/freebsd-11-stable/sys/dev/twe/
H A Dtwe.c46 static int twe_get_param_1(struct twe_softc *sc, int table_id, int param_id, u_int8_t *result);
47 static int twe_get_param_2(struct twe_softc *sc, int table_id, int param_id, u_int16_t *result);
48 static int twe_get_param_4(struct twe_softc *sc, int table_id, int param_id, u_int32_t *result);
49 static void *twe_get_param(struct twe_softc *sc, int table_id, int parameter_id, size_t size,
52 static int twe_set_param_1(struct twe_softc *sc, int table_id, int param_id, u_int8_t value);
55 static int twe_set_param_2(struct twe_softc *sc, int table_id, int param_id, u_int16_t value);
56 static int twe_set_param_4(struct twe_softc *sc, int table_id, int param_id, u_int32_t value);
58 static int twe_set_param(struct twe_softc *sc, int table_id, int param_id, int param_size,
721 twe_get_param_1(struct twe_softc *sc, int table_id, int param_id, u_int8_t *result) argument
725 if ((param = twe_get_param(sc, table_id, param_i
733 twe_get_param_2(struct twe_softc *sc, int table_id, int param_id, u_int16_t *result) argument
745 twe_get_param_4(struct twe_softc *sc, int table_id, int param_id, u_int32_t *result) argument
763 twe_get_param(struct twe_softc *sc, int table_id, int param_id, size_t param_size, void (* func)(struct twe_request *tr)) argument
834 twe_set_param_1(struct twe_softc *sc, int table_id, int param_id, u_int8_t value) argument
858 twe_set_param(struct twe_softc *sc, int table_id, int param_id, int param_size, void *data) argument
[all...]
H A Dtwereg.h490 u_int16_t table_id; member in struct:__anon11758
/freebsd-11-stable/sys/dev/twa/
H A Dtw_cl_externs.h75 TW_INT32 table_id, TW_INT32 parameter_id, TW_VOID *param_data,
80 TW_INT32 table_id, TW_INT32 param_id, TW_INT32 param_size,
H A Dtw_cl_io.c707 * table_id -- parameter table #
717 tw_cli_get_param(struct tw_cli_ctlr_context *ctlr, TW_INT32 table_id, argument
774 param->table_id = TW_CL_SWAP16(table_id | TWA_9K_PARAM_DESCRIPTOR);
824 * table_id -- parameter table #
834 tw_cli_set_param(struct tw_cli_ctlr_context *ctlr, TW_INT32 table_id, argument
891 param->table_id = TW_CL_SWAP16(table_id | TWA_9K_PARAM_DESCRIPTOR);
H A Dtw_cl_fwif.h333 TW_UINT16 table_id; member in struct:tw_cl_param_9k
/freebsd-11-stable/sys/dev/tws/
H A Dtws_cam.c84 int tws_set_param(struct tws_softc *sc, u_int32_t table_id, u_int32_t param_id,
86 int tws_get_param(struct tws_softc *sc, u_int32_t table_id, u_int32_t param_id,
796 tws_set_param(struct tws_softc *sc, u_int32_t table_id, u_int32_t param_id, argument
831 param->table_id = (table_id | TWS_9K_PARAM_DESCRIPTOR);
843 tws_get_param(struct tws_softc *sc, u_int32_t table_id, u_int32_t param_id, argument
881 param->table_id = (table_id | TWS_9K_PARAM_DESCRIPTOR);
H A Dtws_hdm.c55 extern int tws_set_param(struct tws_softc *sc, u_int32_t table_id,
57 extern int tws_get_param(struct tws_softc *sc, u_int32_t table_id,
H A Dtws_hdm.h340 u_int16_t table_id; member in struct:tws_getset_param
/freebsd-11-stable/sys/dev/ixl/
H A Di40e_adminq_cmd.h495 __le16 table_id; member in struct:i40e_aqc_arp_proxy_data
2807 u8 table_id; member in struct:i40e_aqc_debug_dump_internals
H A Di40e_prototype.h545 u8 table_id, u32 start_index, u16 buff_size,
H A Di40e_common.c5996 * @table_id: table id within cluster
6009 u8 table_id, u32 start_index, u16 buff_size,
6032 cmd->table_id = table_id;
6042 *ret_next_table = resp->table_id;
6008 i40e_aq_debug_dump(struct i40e_hw *hw, u8 cluster_id, u8 table_id, u32 start_index, u16 buff_size, void *buff, u16 *ret_buff_size, u8 *ret_next_table, u32 *ret_next_index, struct i40e_asq_cmd_details *cmd_details) argument
/freebsd-11-stable/sys/dev/mlx5/
H A Dmlx5_ifc.h3646 u8 table_id[0x18]; member in struct:mlx5_ifc_set_flow_table_root_in_bits
3680 u8 table_id[0x18]; member in struct:mlx5_ifc_set_fte_in_bits
4734 u8 table_id[0x18]; member in struct:mlx5_ifc_query_flow_table_in_bits
4767 u8 table_id[0x18]; member in struct:mlx5_ifc_query_fte_in_bits
4823 u8 table_id[0x18]; member in struct:mlx5_ifc_query_flow_group_in_bits
5648 u8 table_id[0x18]; member in struct:mlx5_ifc_modify_flow_table_in_bits
6372 u8 table_id[0x18]; member in struct:mlx5_ifc_destroy_flow_table_in_bits
6403 u8 table_id[0x18]; member in struct:mlx5_ifc_destroy_flow_group_in_bits
6548 u8 table_id[0x18]; member in struct:mlx5_ifc_delete_fte_in_bits
7158 u8 table_id[ member in struct:mlx5_ifc_create_flow_table_out_bits
7219 u8 table_id[0x18]; member in struct:mlx5_ifc_create_flow_group_in_bits
[all...]

Completed in 259 milliseconds