Home
last modified time | relevance | path

Searched refs:supported_feat (Results 1 – 1 of 1) sorted by relevance

/drivers/net/ethernet/amazon/ena/
Dena_com.c649 u16 supported_feat; in ena_com_config_llq_info() local
654 supported_feat = llq_features->header_location_ctrl_supported; in ena_com_config_llq_info()
656 if (likely(supported_feat & llq_default_cfg->llq_header_location)) { in ena_com_config_llq_info()
662 supported_feat); in ena_com_config_llq_info()
667 supported_feat = llq_features->descriptors_stride_ctrl_supported; in ena_com_config_llq_info()
668 if (likely(supported_feat & llq_default_cfg->llq_stride_ctrl)) { in ena_com_config_llq_info()
671 if (supported_feat & ENA_ADMIN_MULTIPLE_DESCS_PER_ENTRY) { in ena_com_config_llq_info()
673 } else if (supported_feat & ENA_ADMIN_SINGLE_DESC_PER_ENTRY) { in ena_com_config_llq_info()
678 supported_feat); in ena_com_config_llq_info()
685 supported_feat, llq_info->desc_stride_ctrl); in ena_com_config_llq_info()
[all …]