Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/amazon/ena/
Dena_netdev.c3343 static void set_default_llq_configurations(struct ena_llq_configurations *llq_config) in set_default_llq_configurations() argument
3345 llq_config->llq_header_location = ENA_ADMIN_INLINE_HEADER; in set_default_llq_configurations()
3346 llq_config->llq_ring_entry_size = ENA_ADMIN_LIST_ENTRY_SIZE_128B; in set_default_llq_configurations()
3347 llq_config->llq_stride_ctrl = ENA_ADMIN_MULTIPLE_DESCS_PER_ENTRY; in set_default_llq_configurations()
3348 llq_config->llq_num_decs_before_header = ENA_ADMIN_LLQ_NUM_DESCS_BEFORE_HEADER_2; in set_default_llq_configurations()
3349 llq_config->llq_ring_entry_size_value = 128; in set_default_llq_configurations()
3432 struct ena_llq_configurations llq_config; in ena_probe() local
3486 set_default_llq_configurations(&llq_config); in ena_probe()
3489 &llq_config); in ena_probe()