Home
last modified time | relevance | path

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

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