Home
last modified time | relevance | path

Searched refs:TLV_BUFFER_SIZE (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x_vfpf.h38 #define TLV_BUFFER_SIZE 1024 macro
59 uint8_t tlv_buffer[TLV_BUFFER_SIZE];
/f-stack/dpdk/drivers/net/qede/base/
H A Decore_vfpf_if.h43 #define TLV_BUFFER_SIZE 1024 macro
515 u8 tlv_buffer[TLV_BUFFER_SIZE];
H A Decore_sriov.c3009 if ((len + p_tlv->length) > TLV_BUFFER_SIZE) { in ecore_iov_search_list_tlvs()