Home
last modified time | relevance | path

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

/openbmc/linux/net/nfc/
H A Dllcp_commands.c18 static const u8 llcp_tlv_length[LLCP_TLV_MAX] = { variable
34 if (tlv[0] != type || tlv[1] != llcp_tlv_length[tlv[0]]) in llcp_tlv8()
42 if (tlv[0] != type || tlv[1] != llcp_tlv_length[tlv[0]]) in llcp_tlv16()
88 length = llcp_tlv_length[type]; in nfc_llcp_build_tlv()