Home
last modified time | relevance | path

Searched refs:llq_features (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/ena-com/
H A Dena_com.c679 struct ena_admin_feature_llq_desc *llq_features, in ena_com_config_llq_info() argument
689 supported_feat = llq_features->header_location_ctrl_supported; in ena_com_config_llq_info()
701 supported_feat = llq_features->descriptors_stride_ctrl_supported; in ena_com_config_llq_info()
724 supported_feat = llq_features->entry_size_ctrl_supported; in ena_com_config_llq_info()
764 supported_feat = llq_features->desc_num_before_header_supported; in ena_com_config_llq_info()
788 llq_accel_mode_get = llq_features->accel_mode.u.get; in ena_com_config_llq_info()
3081 struct ena_admin_feature_llq_desc *llq_features, in ena_com_config_dev_mode() argument
3087 if (!llq_features->max_llq_num) { in ena_com_config_dev_mode()
3092 rc = ena_com_config_llq_info(ena_dev, llq_features, llq_default_cfg); in ena_com_config_dev_mode()
H A Dena_com.h972 struct ena_admin_feature_llq_desc *llq_features,
/f-stack/dpdk/drivers/net/ena/base/
H A Dena_com.c632 struct ena_admin_feature_llq_desc *llq_features, in ena_com_config_llq_info() argument
642 supported_feat = llq_features->header_location_ctrl_supported; in ena_com_config_llq_info()
654 supported_feat = llq_features->descriptors_stride_ctrl_supported; in ena_com_config_llq_info()
677 supported_feat = llq_features->entry_size_ctrl_supported; in ena_com_config_llq_info()
716 supported_feat = llq_features->desc_num_before_header_supported; in ena_com_config_llq_info()
740 llq_accel_mode_get = llq_features->accel_mode.u.get; in ena_com_config_llq_info()
2960 struct ena_admin_feature_llq_desc *llq_features, in ena_com_config_dev_mode() argument
2966 if (!llq_features->max_llq_num) { in ena_com_config_dev_mode()
2971 rc = ena_com_config_llq_info(ena_dev, llq_features, llq_default_cfg); in ena_com_config_dev_mode()
H A Dena_com.h944 struct ena_admin_feature_llq_desc *llq_features,