Lines Matching refs:supported_feat

620 	u16 supported_feat;  in ena_com_config_llq_info()  local
625 supported_feat = llq_features->header_location_ctrl_supported; in ena_com_config_llq_info()
627 if (likely(supported_feat & llq_default_cfg->llq_header_location)) { in ena_com_config_llq_info()
632 "Invalid header location control, supported: 0x%x\n", supported_feat); in ena_com_config_llq_info()
637 supported_feat = llq_features->descriptors_stride_ctrl_supported; in ena_com_config_llq_info()
638 if (likely(supported_feat & llq_default_cfg->llq_stride_ctrl)) { in ena_com_config_llq_info()
641 if (supported_feat & ENA_ADMIN_MULTIPLE_DESCS_PER_ENTRY) { in ena_com_config_llq_info()
643 } else if (supported_feat & ENA_ADMIN_SINGLE_DESC_PER_ENTRY) { in ena_com_config_llq_info()
648 supported_feat); in ena_com_config_llq_info()
654 llq_default_cfg->llq_stride_ctrl, supported_feat, in ena_com_config_llq_info()
661 supported_feat = llq_features->entry_size_ctrl_supported; in ena_com_config_llq_info()
662 if (likely(supported_feat & llq_default_cfg->llq_ring_entry_size)) { in ena_com_config_llq_info()
666 if (supported_feat & ENA_ADMIN_LIST_ENTRY_SIZE_128B) { in ena_com_config_llq_info()
669 } else if (supported_feat & ENA_ADMIN_LIST_ENTRY_SIZE_192B) { in ena_com_config_llq_info()
672 } else if (supported_feat & ENA_ADMIN_LIST_ENTRY_SIZE_256B) { in ena_com_config_llq_info()
677 "Invalid entry_size_ctrl, supported: 0x%x\n", supported_feat); in ena_com_config_llq_info()
683 llq_default_cfg->llq_ring_entry_size, supported_feat, in ena_com_config_llq_info()
701 supported_feat = llq_features->desc_num_before_header_supported; in ena_com_config_llq_info()
702 if (likely(supported_feat & llq_default_cfg->llq_num_decs_before_header)) { in ena_com_config_llq_info()
705 if (supported_feat & ENA_ADMIN_LLQ_NUM_DESCS_BEFORE_HEADER_2) { in ena_com_config_llq_info()
707 } else if (supported_feat & ENA_ADMIN_LLQ_NUM_DESCS_BEFORE_HEADER_1) { in ena_com_config_llq_info()
709 } else if (supported_feat & ENA_ADMIN_LLQ_NUM_DESCS_BEFORE_HEADER_4) { in ena_com_config_llq_info()
711 } else if (supported_feat & ENA_ADMIN_LLQ_NUM_DESCS_BEFORE_HEADER_8) { in ena_com_config_llq_info()
716 supported_feat); in ena_com_config_llq_info()
722 llq_default_cfg->llq_num_decs_before_header, supported_feat, in ena_com_config_llq_info()