Searched refs:llq_default_cfg (Results 1 – 1 of 1) sorted by relevance
622 struct ena_llq_configurations *llq_default_cfg) in ena_com_config_llq_info() argument633 if (likely(supported_feat & llq_default_cfg->llq_header_location)) { in ena_com_config_llq_info()635 llq_default_cfg->llq_header_location; in ena_com_config_llq_info()644 if (likely(supported_feat & llq_default_cfg->llq_stride_ctrl)) { in ena_com_config_llq_info()645 llq_info->desc_stride_ctrl = llq_default_cfg->llq_stride_ctrl; in ena_com_config_llq_info()660 llq_default_cfg->llq_stride_ctrl, supported_feat, in ena_com_config_llq_info()668 if (likely(supported_feat & llq_default_cfg->llq_ring_entry_size)) { in ena_com_config_llq_info()669 llq_info->desc_list_entry_size_ctrl = llq_default_cfg->llq_ring_entry_size; in ena_com_config_llq_info()670 llq_info->desc_list_entry_size = llq_default_cfg->llq_ring_entry_size_value; in ena_com_config_llq_info()689 llq_default_cfg->llq_ring_entry_size, supported_feat, in ena_com_config_llq_info()[all …]