Searched refs:llq_default_cfg (Results 1 – 1 of 1) sorted by relevance
616 struct ena_llq_configurations *llq_default_cfg) in ena_com_config_llq_info() argument627 if (likely(supported_feat & llq_default_cfg->llq_header_location)) { in ena_com_config_llq_info()629 llq_default_cfg->llq_header_location; in ena_com_config_llq_info()638 if (likely(supported_feat & llq_default_cfg->llq_stride_ctrl)) { in ena_com_config_llq_info()639 llq_info->desc_stride_ctrl = llq_default_cfg->llq_stride_ctrl; in ena_com_config_llq_info()654 llq_default_cfg->llq_stride_ctrl, supported_feat, in ena_com_config_llq_info()662 if (likely(supported_feat & llq_default_cfg->llq_ring_entry_size)) { in ena_com_config_llq_info()663 llq_info->desc_list_entry_size_ctrl = llq_default_cfg->llq_ring_entry_size; in ena_com_config_llq_info()664 llq_info->desc_list_entry_size = llq_default_cfg->llq_ring_entry_size_value; in ena_com_config_llq_info()683 llq_default_cfg->llq_ring_entry_size, supported_feat, in ena_com_config_llq_info()[all …]