Searched refs:BCM_XTLV_OPTION_LENU8 (Results 1 – 10 of 10) sorted by relevance
58 if (opts & BCM_XTLV_OPTION_LENU8) --len; in bcm_xtlv_hdr_size()104 if (opts & BCM_XTLV_OPTION_LENU8) { in bcm_xtlv_len()203 bcm_xtlv_opts_t mask = BCM_XTLV_OPTION_IDU8 | BCM_XTLV_OPTION_LENU8; in bcm_xtlv_pack_xtlv()223 } else if (opts & BCM_XTLV_OPTION_LENU8) { /* u16 id, u8 len */ in bcm_xtlv_pack_xtlv()236 if (opts & BCM_XTLV_OPTION_LENU8) { in bcm_xtlv_pack_xtlv()
50 if (opts & BCM_XTLV_OPTION_LENU8) --len; in BCMPOSTTRAPFN()96 if (opts & BCM_XTLV_OPTION_LENU8) { in bcm_xtlv_len()218 bcm_xtlv_opts_t mask = BCM_XTLV_OPTION_IDU8 | BCM_XTLV_OPTION_LENU8; in BCMPOSTTRAPFN()238 } else if (opts & BCM_XTLV_OPTION_LENU8) { /* u16 id, u8 len */ in BCMPOSTTRAPFN()249 if (opts & BCM_XTLV_OPTION_LENU8) { in BCMPOSTTRAPFN()
149 #define BCM_XTLV_OPTION_LENU8 0x0004 /* shorted length */ macro176 #define BCM_XTLV_MAX_DATA_SIZE_EX(_opts) ((_opts & BCM_XTLV_OPTION_LENU8) ? \
173 #define BCM_XTLV_OPTION_LENU8 0x0004u /* shorted length */ macro200 #define BCM_XTLV_MAX_DATA_SIZE_EX(_opts) ((_opts & BCM_XTLV_OPTION_LENU8) ? \