Home
last modified time | relevance | path

Searched refs:table_id (Results 1 – 25 of 27) sorted by relevance

12

/src/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fs_cmd.c181 MLX5_SET(set_flow_table_root_in, in, table_id, ft->id); in mlx5_cmd_update_root_ft()
254 table_id); in mlx5_cmd_create_flow_table()
273 MLX5_SET(destroy_flow_table_in, in, table_id, ft->id); in mlx5_cmd_destroy_flow_table()
295 MLX5_SET(modify_flow_table_in, in, table_id, ft->id); in mlx5_cmd_modify_flow_table()
342 MLX5_SET(create_flow_group_in, in, table_id, ft->id); in mlx5_cmd_create_flow_group()
363 MLX5_SET(destroy_flow_group_in, in, table_id, ft->id); in mlx5_cmd_destroy_flow_group()
467 MLX5_SET(set_fte_in, in, table_id, ft->id); in mlx5_cmd_set_fte()
679 MLX5_SET(delete_fte_in, in, table_id, ft->id); in mlx5_cmd_delete_fte()
H A Dflow_table.h51 u8 vport_num, u8 table_type, u32 table_id,
/src/sys/dev/tws/
H A Dtws_cam.c81 int tws_set_param(struct tws_softc *sc, u_int32_t table_id, u_int32_t param_id,
83 int tws_get_param(struct tws_softc *sc, u_int32_t table_id, u_int32_t param_id,
772 tws_set_param(struct tws_softc *sc, u_int32_t table_id, u_int32_t param_id, in tws_set_param() argument
807 param->table_id = (table_id | TWS_9K_PARAM_DESCRIPTOR); in tws_set_param()
819 tws_get_param(struct tws_softc *sc, u_int32_t table_id, u_int32_t param_id, in tws_get_param() argument
856 param->table_id = (table_id | TWS_9K_PARAM_DESCRIPTOR); in tws_get_param()
H A Dtws_hdm.c53 extern int tws_set_param(struct tws_softc *sc, u_int32_t table_id,
55 extern int tws_get_param(struct tws_softc *sc, u_int32_t table_id,
H A Dtws_hdm.h324 u_int16_t table_id; member
/src/sys/dev/iavf/
H A Diavf_prototype.h115 u8 table_id, u32 start_index, u16 buff_size,
/src/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_devx.c218 table_id); in mlx5_ib_devx_is_flow_dest()
458 table_id)); in devx_get_obj_id()
463 table_id)); in devx_get_obj_id()
1156 *obj_id = MLX5_GET(create_flow_table_out, out, table_id); in devx_obj_build_destroy_cmd()
1163 MLX5_SET(destroy_flow_table_in, din, table_id, *obj_id); in devx_obj_build_destroy_cmd()
1176 MLX5_SET(destroy_flow_group_in, din, table_id, in devx_obj_build_destroy_cmd()
1177 MLX5_GET(create_flow_group_in, in, table_id)); in devx_obj_build_destroy_cmd()
1191 MLX5_SET(delete_fte_in, din, table_id, in devx_obj_build_destroy_cmd()
1192 MLX5_GET(set_fte_in, in, table_id)); in devx_obj_build_destroy_cmd()
/src/sys/dev/ixgbe/
H A Dixgbe.h488 u16 table_id; member
H A Dixgbe_e610.h161 u16 table_id, u32 start, void *buf,
H A Dif_ix.c1631 dd_cmd->table_id, dd_cmd->offset, dd_cmd->data, dd_cmd->data_size, in ixgbe_debug_dump_ioctl()
1641 dd_cmd->table_id = ret_next_table; in ixgbe_debug_dump_ioctl()
3162 u16 table_id = 0; in ixgbe_debug_dump_print_cluster() local
3180 table_id, offset, data_buf_size); in ixgbe_debug_dump_print_cluster()
3182 error = ixgbe_aci_get_internal_data(hw, cluster_id, table_id, in ixgbe_debug_dump_print_cluster()
3201 u32 print_table_id = (u32)table_id; in ixgbe_debug_dump_print_cluster()
3229 table_id = ret_next_table; in ixgbe_debug_dump_print_cluster()
H A Dixgbe_e610.c3653 u16 table_id, u32 start, void *buf, in ixgbe_aci_get_internal_data() argument
3671 cmd->table_id = IXGBE_CPU_TO_LE16(table_id); in ixgbe_aci_get_internal_data()
3682 *ret_next_table = IXGBE_LE16_TO_CPU(cmd->table_id); in ixgbe_aci_get_internal_data()
H A Dixgbe_type_e610.h1727 __le16 table_id; /* Used only for non-memory clusters */ member
/src/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmac.c2337 int flowid, table_id; in mt7915_mac_add_twt_setup() local
2362 table_id = ffs(~dev->twt.table_mask) - 1; in mt7915_mac_add_twt_setup()
2373 flow->table_id = table_id; in mt7915_mac_add_twt_setup()
2403 dev->twt.table_mask |= BIT(table_id); in mt7915_mac_add_twt_setup()
2438 dev->twt.table_mask &= ~BIT(flow->table_id); in mt7915_mac_twt_teardown_flow()
H A Dmt7915.h128 u8 table_id; member
/src/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmac.c3238 u8 flowid, table_id, exp; in mt7996_mac_add_twt_setup() local
3266 table_id = ffs(~dev->twt.table_mask) - 1; in mt7996_mac_add_twt_setup()
3274 flow->table_id = table_id; in mt7996_mac_add_twt_setup()
3305 dev->twt.table_mask |= BIT(table_id); in mt7996_mac_add_twt_setup()
3339 dev->twt.table_mask &= ~BIT(flow->table_id); in mt7996_mac_twt_teardown_flow()
H A Dmt7996.h212 u8 table_id; member
/src/sys/dev/ice/
H A Dice_common.h100 ice_aq_get_internal_data(struct ice_hw *hw, u16 cluster_id, u16 table_id,
H A Dice_lib.h627 u16 table_id; member
H A Dice_lib.c6571 u16 table_id = 0; in ice_fw_debug_dump_print_cluster() local
6600 table_id, offset, data_buf_size); in ice_fw_debug_dump_print_cluster()
6602 status = ice_aq_get_internal_data(hw, cluster_id, table_id, in ice_fw_debug_dump_print_cluster()
6621 u32 print_table_id = (u32)table_id; in ice_fw_debug_dump_print_cluster()
6636 bool same_table_next = (table_id == ret_next_table); in ice_fw_debug_dump_print_cluster()
6656 table_id = ret_next_table; in ice_fw_debug_dump_print_cluster()
6664 if (cluster_id == 0x1 && table_id < 39) in ice_fw_debug_dump_print_cluster()
6665 table_id += 1; in ice_fw_debug_dump_print_cluster()
11785 status = ice_aq_get_internal_data(hw, ddc->cluster_id, ddc->table_id, ddc->offset, in ice_handle_debug_dump_ioctl()
11799 ddc->table_id = ret_next_table; in ice_handle_debug_dump_ioctl()
H A Dice_common.c5097 ice_aq_get_internal_data(struct ice_hw *hw, u16 cluster_id, u16 table_id, in ice_aq_get_internal_data() argument
5114 cmd->table_id = CPU_TO_LE16(table_id); in ice_aq_get_internal_data()
5125 *ret_next_table = LE16_TO_CPU(cmd->table_id); in ice_aq_get_internal_data()
H A Dice_adminq_cmd.h2975 __le16 table_id; /* Used only for non-memory clusters */ member
/src/sys/dev/mlx5/
H A Dmlx5_ifc.h4270 u8 table_id[0x18]; member
4306 u8 table_id[0x18]; member
5402 u8 table_id[0x18]; member
5435 u8 table_id[0x18]; member
5491 u8 table_id[0x18]; member
6589 u8 table_id[0x18]; member
7336 u8 table_id[0x18]; member
7367 u8 table_id[0x18]; member
7533 u8 table_id[0x18]; member
8194 u8 table_id[0x18]; member
[all …]
/src/sys/dev/ixl/
H A Di40e_adminq_cmd.h501 __le16 table_id; member
3024 u8 table_id; member
H A Di40e_prototype.h569 u8 table_id, u32 start_index, u16 buff_size,
H A Di40e_common.c6245 u8 table_id, u32 start_index, u16 buff_size, in i40e_aq_debug_dump() argument
6268 cmd->table_id = table_id; in i40e_aq_debug_dump()
6278 *ret_next_table = resp->table_id; in i40e_aq_debug_dump()

12