Home
last modified time | relevance | path

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

/linux-6.1.9/include/net/nfc/
Dnci.h25 #define NCI_MAX_PARAM_LEN 251 macro
238 __u8 val[NCI_MAX_PARAM_LEN];
/linux-6.1.9/net/nfc/nci/
Dcore.c226 BUG_ON(param->len > NCI_MAX_PARAM_LEN); in nci_set_config_req()