Home
last modified time | relevance | path

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

/linux-4.4.14/net/nfc/
Dllcp_core.c536 u8 *lto_tlv, lto_length; in nfc_llcp_build_gb() local
548 lto_tlv = nfc_llcp_build_tlv(LLCP_TLV_LTO, &local->lto, 1, &lto_length); in nfc_llcp_build_gb()
549 gb_len += lto_length; in nfc_llcp_build_gb()
574 memcpy(gb_cur, lto_tlv, lto_length); in nfc_llcp_build_gb()
575 gb_cur += lto_length; in nfc_llcp_build_gb()