Home
last modified time | relevance | path

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

/freebsd/sys/dev/bnxt/bnxt_re/
H A Dqplib_tlv.h47 (rtlv)->tlv.flags = TLV_FLAGS_REQUIRED; \
58 (rtlv)->tlv.flags |= (reqd) ? TLV_FLAGS_REQUIRED : 0; \
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dhsi_struct_def.h171 #define TLV_FLAGS_REQUIRED UINT32_C(0x2) macro