Home
last modified time | relevance | path

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

/freebsd/sys/dev/bnxt/bnxt_re/
H A Dqplib_tlv.h48 (rtlv)->tlv.flags |= (more) ? TLV_FLAGS_MORE : 0; \
57 (rtlv)->tlv.flags |= (more) ? TLV_FLAGS_MORE : 0; \
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dhsi_struct_def.h160 #define TLV_FLAGS_MORE UINT32_C(0x1) macro