Home
last modified time | relevance | path

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

/linux/net/nfc/
H A Dllcp.h77 u8 gb[NFC_MAX_GT_LEN];
81 u8 remote_gb[NFC_MAX_GT_LEN];
H A Dllcp_core.c601 if (gb_len > NFC_MAX_GT_LEN) { in nfc_llcp_build_gb()
658 if (gb_len < 3 || gb_len > NFC_MAX_GT_LEN) in nfc_llcp_set_remote_gb()
667 memset(local->remote_gb, 0, NFC_MAX_GT_LEN); in nfc_llcp_set_remote_gb()
H A Dcore.c305 if (gb_len > NFC_MAX_GT_LEN) { in nfc_dep_link_up()
/linux/include/net/nfc/
H A Dnfc.h78 #define NFC_MAX_GT_LEN 48 macro