Searched refs:tuple (Results 1 – 2 of 2) sorted by relevance
346 wmi_coap_tuple *tuple; in coap_extract_buf_info_tlv() local371 tuple = ¶m_buf->coap_tuple[i]; in coap_extract_buf_info_tlv()372 if (!tuple->payload_len) { in coap_extract_buf_info_tlv()378 j += qdf_align(tuple->payload_len, 4); in coap_extract_buf_info_tlv()389 buf_node->payload = qdf_mem_malloc(tuple->payload_len); in coap_extract_buf_info_tlv()395 buf_node->tsf = tuple->tsf; in coap_extract_buf_info_tlv()396 qdf_mem_copy(&buf_node->src_ip, tuple->src_ip.ipv4_addr, in coap_extract_buf_info_tlv()398 buf_node->len = tuple->payload_len; in coap_extract_buf_info_tlv()
457 uint8_t *tuple; in hal_flow_toeplitz_hash() local472 tuple = (uint8_t *)input; in hal_flow_toeplitz_hash()474 tuple, sizeof(input)); in hal_flow_toeplitz_hash()477 hash ^= fst->key_cache[i][tuple[j]]; in hal_flow_toeplitz_hash()