Home
last modified time | relevance | path

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

/linux-6.6.21/net/nfc/ !
Dllcp.h77 u8 gb[NFC_MAX_GT_LEN];
81 u8 remote_gb[NFC_MAX_GT_LEN];
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()
Dcore.c305 if (gb_len > NFC_MAX_GT_LEN) { in nfc_dep_link_up()
/linux-6.6.21/include/net/nfc/ !
Dnfc.h78 #define NFC_MAX_GT_LEN 48 macro
Dnci_core.h266 __u8 remote_gb[NFC_MAX_GT_LEN];
/linux-6.6.21/net/nfc/nci/ !
Dcore.c770 if (param.len > NFC_MAX_GT_LEN) in nci_set_local_general_bytes()