Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/pcmcia/cis/
H A Dcis_handlers.c228 tp->flags |= CISTPLF_VALID; in cis_no_tuple_handler()
266 tp->flags |= CISTPLF_VALID; in cis_unknown_tuple_handler()
1865 tp->flags |= CISTPLF_VALID;
1942 tp->flags |= CISTPLF_VALID;
2023 tp->flags |= CISTPLF_VALID;
/illumos-gate/usr/src/uts/common/pcmcia/sys/
H A Dcis.h274 #define CISTPLF_VALID 0x000000008 /* tuple is valid */ macro