Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/amazon/ena/
H 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()
633 if (likely(supported_feat & llq_default_cfg->llq_header_location)) { in ena_com_config_llq_info()
638 "Invalid header location control, supported: 0x%x\n", supported_feat); in ena_com_config_llq_info()
643 supported_feat = llq_features->descriptors_stride_ctrl_supported; in ena_com_config_llq_info()
644 if (likely(supported_feat & llq_default_cfg->llq_stride_ctrl)) { in ena_com_config_llq_info()
647 if (supported_feat & ENA_ADMIN_MULTIPLE_DESCS_PER_ENTRY) { in ena_com_config_llq_info()
649 } else if (supported_feat & ENA_ADMIN_SINGLE_DESC_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()
[all...]