Searched refs:TLV_FLAGS_MORE (Results 1 – 2 of 2) sorted by relevance
22 rtlv->tlv.flags |= flags ? TLV_FLAGS_MORE : 0; in __roce_1st_tlv_prep()32 rtlv->tlv.flags |= more ? TLV_FLAGS_MORE : 0; in __roce_ext_tlv_prep()
60 #define TLV_FLAGS_MORE 0x1UL macro