Home
last modified time | relevance | path

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

/drivers/net/ethernet/amazon/ena/
A Dena_com.c626 u16 supported_feat; in ena_com_config_llq_info() local
631 supported_feat = llq_features->header_location_ctrl_supported; in ena_com_config_llq_info()
647 if (supported_feat & ENA_ADMIN_MULTIPLE_DESCS_PER_ENTRY) { in ena_com_config_llq_info()
654 supported_feat); in ena_com_config_llq_info()
660 llq_default_cfg->llq_stride_ctrl, supported_feat, in ena_com_config_llq_info()
667 supported_feat = llq_features->entry_size_ctrl_supported; in ena_com_config_llq_info()
672 if (supported_feat & ENA_ADMIN_LIST_ENTRY_SIZE_128B) { in ena_com_config_llq_info()
675 } else if (supported_feat & ENA_ADMIN_LIST_ENTRY_SIZE_192B) { in ena_com_config_llq_info()
678 } else if (supported_feat & ENA_ADMIN_LIST_ENTRY_SIZE_256B) { in ena_com_config_llq_info()
689 llq_default_cfg->llq_ring_entry_size, supported_feat, in ena_com_config_llq_info()
[all …]

Completed in 10 milliseconds