Searched refs:CMD_DISCR_TLV_ENCAP (Results 1 – 2 of 2) sorted by relevance
18 rtlv->tlv.cmd_discr = cpu_to_le16(CMD_DISCR_TLV_ENCAP); in __roce_1st_tlv_prep()29 rtlv->tlv.cmd_discr = cpu_to_le16(CMD_DISCR_TLV_ENCAP); in __roce_ext_tlv_prep()45 #define HAS_TLV_HEADER(msg) (le16_to_cpu(((struct tlv *)(msg))->cmd_discr) == CMD_DISCR_TLV_ENCAP)
34 #define CMD_DISCR_TLV_ENCAP 0x8000UL macro35 #define CMD_DISCR_LAST CMD_DISCR_TLV_ENCAP