Home
last modified time | relevance | path

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

/freebsd/sys/dev/bnxt/bnxt_re/
H A Dqplib_tlv.h44 (rtlv)->tlv.cmd_discr = CMD_DISCR_TLV_ENCAP; \
54 (rtlv)->tlv.cmd_discr = CMD_DISCR_TLV_ENCAP; \
70 #define HAS_TLV_HEADER(msg) (((struct tlv *)(msg))->cmd_discr == CMD_DISCR_TLV_ENCAP)
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dhsi_struct_def.h104 #define CMD_DISCR_TLV_ENCAP UINT32_C(0x8000) macro
105 #define CMD_DISCR_LAST CMD_DISCR_TLV_ENCAP