Lines Matching refs:supported_feat
646 u16 supported_feat; in ena_com_config_llq_info() local
651 supported_feat = llq_features->header_location_ctrl_supported; in ena_com_config_llq_info()
653 if (likely(supported_feat & llq_default_cfg->llq_header_location)) { in ena_com_config_llq_info()
659 supported_feat); in ena_com_config_llq_info()
664 supported_feat = llq_features->descriptors_stride_ctrl_supported; in ena_com_config_llq_info()
665 if (likely(supported_feat & llq_default_cfg->llq_stride_ctrl)) { in ena_com_config_llq_info()
668 if (supported_feat & ENA_ADMIN_MULTIPLE_DESCS_PER_ENTRY) { in ena_com_config_llq_info()
670 } else if (supported_feat & ENA_ADMIN_SINGLE_DESC_PER_ENTRY) { in ena_com_config_llq_info()
675 supported_feat); in ena_com_config_llq_info()
682 supported_feat, llq_info->desc_stride_ctrl); in ena_com_config_llq_info()
688 supported_feat = llq_features->entry_size_ctrl_supported; in ena_com_config_llq_info()
689 if (likely(supported_feat & llq_default_cfg->llq_ring_entry_size)) { in ena_com_config_llq_info()
693 if (supported_feat & ENA_ADMIN_LIST_ENTRY_SIZE_128B) { in ena_com_config_llq_info()
696 } else if (supported_feat & ENA_ADMIN_LIST_ENTRY_SIZE_192B) { in ena_com_config_llq_info()
699 } else if (supported_feat & ENA_ADMIN_LIST_ENTRY_SIZE_256B) { in ena_com_config_llq_info()
705 supported_feat); in ena_com_config_llq_info()
711 llq_default_cfg->llq_ring_entry_size, supported_feat, in ena_com_config_llq_info()
729 supported_feat = llq_features->desc_num_before_header_supported; in ena_com_config_llq_info()
730 if (likely(supported_feat & llq_default_cfg->llq_num_decs_before_header)) { in ena_com_config_llq_info()
733 if (supported_feat & ENA_ADMIN_LLQ_NUM_DESCS_BEFORE_HEADER_2) { in ena_com_config_llq_info()
735 } else if (supported_feat & ENA_ADMIN_LLQ_NUM_DESCS_BEFORE_HEADER_1) { in ena_com_config_llq_info()
737 } else if (supported_feat & ENA_ADMIN_LLQ_NUM_DESCS_BEFORE_HEADER_4) { in ena_com_config_llq_info()
739 } else if (supported_feat & ENA_ADMIN_LLQ_NUM_DESCS_BEFORE_HEADER_8) { in ena_com_config_llq_info()
744 supported_feat); in ena_com_config_llq_info()
751 supported_feat, llq_info->descs_num_before_header); in ena_com_config_llq_info()