Searched refs:cmd_total_sz (Results 1 – 2 of 2) sorted by relevance
815 size_t insz, cmd_data_sz, cmd_total_sz; in mlx5hws_cmd_packet_reformat_create() local821 cmd_total_sz = MLX5_ST_SZ_BYTES(alloc_packet_reformat_context_in); in mlx5hws_cmd_packet_reformat_create()822 cmd_total_sz += MLX5_ST_SZ_BYTES(packet_reformat_context_in); in mlx5hws_cmd_packet_reformat_create()824 insz = align(cmd_total_sz + attr->data_sz - cmd_data_sz, DW_SIZE); in mlx5hws_cmd_packet_reformat_create()
538 size_t inlen, cmd_data_sz, cmd_total_sz; in mlx5dr_cmd_create_reformat_ctx() local544 cmd_total_sz = MLX5_ST_SZ_BYTES(alloc_packet_reformat_context_in); in mlx5dr_cmd_create_reformat_ctx()547 inlen = ALIGN(cmd_total_sz + reformat_size - cmd_data_sz, 4); in mlx5dr_cmd_create_reformat_ctx()
Completed in 7 milliseconds