Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/nfc/
Dnci.h37 #define NCI_MAX_PARAM_LEN 251 macro
240 __u8 val[NCI_MAX_PARAM_LEN];
/Linux-v4.19/net/nfc/nci/
Dcore.c230 BUG_ON(param->len > NCI_MAX_PARAM_LEN); in nci_set_config_req()