Searched refs:llq_default_cfg (Results 1 – 1 of 1) sorted by relevance
625 struct ena_llq_configurations *llq_default_cfg) in ena_com_config_llq_info() argument636 if (likely(supported_feat & llq_default_cfg->llq_header_location)) { in ena_com_config_llq_info()638 llq_default_cfg->llq_header_location; in ena_com_config_llq_info()647 if (likely(supported_feat & llq_default_cfg->llq_stride_ctrl)) { in ena_com_config_llq_info()648 llq_info->desc_stride_ctrl = llq_default_cfg->llq_stride_ctrl; in ena_com_config_llq_info()661 llq_default_cfg->llq_stride_ctrl, supported_feat, in ena_com_config_llq_info()669 if (likely(supported_feat & llq_default_cfg->llq_ring_entry_size)) { in ena_com_config_llq_info()670 llq_info->desc_list_entry_size_ctrl = llq_default_cfg->llq_ring_entry_size; in ena_com_config_llq_info()671 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 …]