Home
last modified time | relevance | path

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

/Linux-v5.10/net/nfc/
Dllcp.h78 u8 gb[NFC_MAX_GT_LEN];
82 u8 remote_gb[NFC_MAX_GT_LEN];
Dllcp_core.c565 if (gb_len > NFC_MAX_GT_LEN) { in nfc_llcp_build_gb()
619 if (gb_len < 3 || gb_len > NFC_MAX_GT_LEN) in nfc_llcp_set_remote_gb()
628 memset(local->remote_gb, 0, NFC_MAX_GT_LEN); in nfc_llcp_set_remote_gb()
Dcore.c304 if (gb_len > NFC_MAX_GT_LEN) { in nfc_dep_link_up()
/Linux-v5.10/include/net/nfc/
Dnfc.h78 #define NFC_MAX_GT_LEN 48 macro
Dnci_core.h265 __u8 remote_gb[NFC_MAX_GT_LEN];
/Linux-v5.10/net/nfc/nci/
Dcore.c740 if (param.len > NFC_MAX_GT_LEN) in nci_set_local_general_bytes()