Home
last modified time | relevance | path

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

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