/freebsd/sys/dev/mlx5/mlx5_core/ |
H A D | mlx5_fs_cmd.c | 181 MLX5_SET(set_flow_table_root_in, in, table_id, ft->id); in mlx5_cmd_fs_set_fte() 254 table_id); in mlx5_cmd_fs_set_fte() 273 MLX5_SET(destroy_flow_table_in, in, table_id, ft->id); in mlx5_cmd_fs_set_fte() 295 MLX5_SET(modify_flow_table_in, in, table_id, ft->id); in mlx5_cmd_fs_delete_fte() 342 MLX5_SET(create_flow_group_in, in, table_id, ft->id); in mlx5_cmd_modify_header_alloc() 363 MLX5_SET(destroy_flow_group_in, in, table_id, ft->id); in mlx5_cmd_modify_header_alloc() 467 MLX5_SET(set_fte_in, in, table_id, ft->id); in mlx5_cmd_packet_reformat_dealloc() 679 MLX5_SET(delete_fte_in, in, table_id, ft->id); 58 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 91 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 114 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 141 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 167 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 296 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
|
H A D | fs_core.h |
|
H A D | flow_table.h | 51 u8 vport_num, u8 table_type, u32 table_id,
|
/freebsd/sys/dev/ice/ |
H A D | virtchnl_inline_ipsec.h |
|
H A D | ice_common.h | 100 ice_aq_get_internal_data(struct ice_hw *hw, u16 cluster_id, u16 table_id,
|
H A D | ice_lib.h | 623 u16 table_id; member
|
H A D | ice_lib.c | 6544 u16 table_id = 0; 6572 "table_id 0x%04x offset 0x%08x buf_size %d\n", in ice_sysctl_fw_debug_dump_do_dump() 6573 table_id, offset, data_buf_size); in ice_sysctl_fw_debug_dump_do_dump() 6575 status = ice_aq_get_internal_data(hw, cluster_id, table_id, in ice_sysctl_fw_debug_dump_do_dump() 6594 u32 print_table_id = (u32)table_id; in ice_sysctl_fw_debug_dump_do_dump() 6609 bool same_table_next = (table_id == ret_next_table); in ice_sysctl_fw_debug_dump_do_dump() 6629 table_id = ret_next_table; in ice_sysctl_fw_debug_dump_do_dump() 6637 if (cluster_id == 0x1 && table_id < 39) in ice_sysctl_fw_debug_dump_do_dump() 6638 table_id += 1; in ice_sysctl_fw_debug_dump_do_dump() 11782 status = ice_aq_get_internal_data(hw, ddc->cluster_id, ddc->table_id, dd 6434 u16 table_id = 0; ice_fw_debug_dump_print_cluster() local [all...] |
H A D | ice_common.c | 5075 * @table_id: table ID within cluster in ice_ena_vsi_txq() 5088 ice_aq_get_internal_data(struct ice_hw *hw, u16 cluster_id, u16 table_id, in ice_ena_vsi_txq() 5105 cmd->table_id = CPU_TO_LE16(table_id); in ice_ena_vsi_txq() 5116 *ret_next_table = LE16_TO_CPU(cmd->table_id); in ice_ena_vsi_txq() 4783 ice_aq_get_internal_data(struct ice_hw * hw,u8 cluster_id,u16 table_id,u32 start,void * buf,u16 buf_size,u16 * ret_buf_size,u16 * ret_next_table,u32 * ret_next_index,struct ice_sq_cd * cd) ice_aq_get_internal_data() argument
|
H A D | ice_adminq_cmd.h | 2974 __le16 table_id; /* Used only for non-memory clusters */ 2813 __le16 table_id; /* Used only for non-memory clusters */ global() member
|
/freebsd/sys/dev/tws/ |
H A D | tws_cam.c | 81 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 D | tws_hdm.c | 53 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 D | tws_hdm.h | 324 u_int16_t table_id; member
|
/freebsd/sys/dev/iavf/ |
H A D | iavf_prototype.h | 115 u8 table_id, u32 start_index, u16 buff_size,
|
/freebsd/sys/dev/mlx5/mlx5_ib/ |
H A D | mlx5_ib_devx.c | 218 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()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/ |
H A D | mac.c | 2454 int flowid, table_id; in mt7996_mac_add_twt_setup() local 2472 table_id = ffs(~dev->twt.table_mask) - 1; in mt7996_mac_add_twt_setup() 2480 flow->table_id = table_id; in mt7996_mac_add_twt_setup() 2510 dev->twt.table_mask |= BIT(table_id); in mt7996_mac_add_twt_setup() 2544 dev->twt.table_mask &= ~BIT(flow->table_id); in mt7996_mac_twt_teardown_flow()
|
H A D | mt7996.h | 94 u8 table_id; member
|
H A D | mcu.c | 3594 .tbl_idx = flow->table_id, in mt7996_mcu_twt_agrt_update()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/ |
H A D | mac.c | 2345 int flowid, table_id; in mt7915_mac_add_twt_setup() local 2370 table_id = ffs(~dev->twt.table_mask) - 1; in mt7915_mac_add_twt_setup() 2381 flow->table_id = table_id; in mt7915_mac_add_twt_setup() 2411 dev->twt.table_mask |= BIT(table_id); in mt7915_mac_add_twt_setup() 2446 dev->twt.table_mask &= ~BIT(flow->table_id); in mt7915_mac_twt_teardown_flow()
|
H A D | mt7915.h | 127 u8 table_id; member
|
H A D | mcu.c | 3767 .tbl_idx = flow->table_id, in mt7915_mcu_twt_agrt_update()
|
/freebsd/sys/dev/mlx5/ |
H A D | mlx5_ifc.h | 4278 u8 table_id[0x18]; 4314 u8 table_id[0x18]; 5410 u8 table_id[0x18]; 5443 u8 table_id[0x18]; 5499 u8 table_id[0x18]; 6597 u8 table_id[0x18]; 7344 u8 table_id[0x18]; 7375 u8 table_id[0x18]; 7541 u8 table_id[0x18]; 8202 u8 table_id[ 3999 u8 table_id[0x18]; global() member 4033 u8 table_id[0x18]; global() member 5111 u8 table_id[0x18]; global() member 5144 u8 table_id[0x18]; global() member 5200 u8 table_id[0x18]; global() member 6287 u8 table_id[0x18]; global() member 7034 u8 table_id[0x18]; global() member 7065 u8 table_id[0x18]; global() member 7231 u8 table_id[0x18]; global() member 7892 u8 table_id[0x18]; global() member 7953 u8 table_id[0x18]; global() member [all...] |
/freebsd/sys/dev/ixl/ |
H A D | i40e_adminq_cmd.h | 501 __le16 table_id; member 3024 u8 table_id; member
|
H A D | i40e_prototype.h | 569 u8 table_id, u32 start_index, u16 buff_size,
|
H A D | i40e_common.c | 6245 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()
|