Home
last modified time | relevance | path

Searched refs:tuple (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qcacld-3.0/components/wmi/src/
Dwmi_unified_coap_tlv.c346 wmi_coap_tuple *tuple; in coap_extract_buf_info_tlv() local
371 tuple = &param_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()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/
Dhal_rx_flow.c457 uint8_t *tuple; in hal_flow_toeplitz_hash() local
472 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()