Searched refs:PV_MASK (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/irda/
H A Dparameters.c136 p.pl = type & PV_MASK; /* The integer type codes the length as well */
230 if (((type & PV_MASK) != PV_INTEGER) && ((type & PV_MASK) != p.pl)) {
233 __func__, type & PV_MASK, p.pl);
241 if((p.pl < (type & PV_MASK)) || (type & PV_BIG_ENDIAN)) {
246 extract_len = type & PV_MASK;
484 ret = (*pv_insert_table[type & PV_MASK])(self, buf+n, len, pi, type,
542 ret = (*pv_extract_table[type & PV_MASK])(self, buf+n, len, buf[n],
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/irda/
H A Dparameters.h54 #define PV_MASK 0x7f /* To mask away endian bit */ macro

Completed in 112 milliseconds