Searched refs:max_buf_byte_size (Results 1 – 3 of 3) sorted by relevance
69 if (s_input_node_data_buffer[i].max_buf_byte_size == 0) { in GetInputNodeCount()250 if (s_input_node_data_buffer[port].max_buf_byte_size != 0) { in hexagon_controller_AllocateInputNodeDataBuffers()254 s_input_node_data_buffer[port].max_buf_byte_size = input_buf_byte_size; in hexagon_controller_AllocateInputNodeDataBuffers()310 if (input_node_data_buffer->max_buf_byte_size == 0) { in hexagon_controller_ReleaseInputNodeDataBuffersWithPort()314 input_node_data_buffer->max_buf_byte_size = 0; in hexagon_controller_ReleaseInputNodeDataBuffersWithPort()352 if (input_node_data_buffer->max_buf_byte_size < array_byte_size) { in hexagon_controller_CopyByteNodeData()354 input_node_data_buffer->max_buf_byte_size, array_byte_size); in hexagon_controller_CopyByteNodeData()
31 int max_buf_byte_size; member
106 if (buf_byte_size > node_data->max_buf_byte_size) { in soc_interface_FillInputNodeWithPort()