tlvtype 495 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.h bool bnx2x_tlv_supported(u16 tlvtype); tlvtype 124 drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.c bool bnx2x_tlv_supported(u16 tlvtype) tlvtype 126 drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.c return CHANNEL_TLV_NONE < tlvtype && tlvtype < CHANNEL_TLV_MAX; tlvtype 65 drivers/net/ethernet/cisco/enic/vnic_vic.h #define VIC_PROVINFO_ADD_TLV(vp, tlvtype, tlvlen, data) \ tlvtype 67 drivers/net/ethernet/cisco/enic/vnic_vic.h err = vic_provinfo_add_tlv(vp, tlvtype, tlvlen, data); \ tlvtype 1159 drivers/net/ethernet/qlogic/qed/qed_sriov.c static bool qed_iov_tlv_supported(u16 tlvtype) tlvtype 1161 drivers/net/ethernet/qlogic/qed/qed_sriov.c return CHANNEL_TLV_NONE < tlvtype && tlvtype < CHANNEL_TLV_MAX;