Lines Matching refs:get_feat_ctx

169 			   struct ena_com_dev_get_features_ctx *get_feat_ctx);
1002 struct ena_admin_feature_llq_desc *llq = &ctx->get_feat_ctx->llq; in ena_calc_io_queue_size()
1009 &ctx->get_feat_ctx->max_queue_ext.max_queue_ext; in ena_calc_io_queue_size()
1029 &ctx->get_feat_ctx->max_queues; in ena_calc_io_queue_size()
1705 struct ena_com_dev_get_features_ctx *get_feat_ctx) in ena_device_init() argument
1758 rc = ena_com_get_dev_attr_feat(ena_dev, get_feat_ctx); in ena_device_init()
1771 aenq_groups &= get_feat_ctx->aenq.supported_groups; in ena_device_init()
1987 struct ena_com_dev_get_features_ctx *get_feat_ctx) in ena_calc_max_io_queue_num() argument
1994 &get_feat_ctx->max_queue_ext.max_queue_ext; in ena_calc_max_io_queue_num()
2001 &get_feat_ctx->max_queues; in ena_calc_max_io_queue_num()
2009 io_tx_sq_num = get_feat_ctx->llq.max_llq_num; in ena_calc_max_io_queue_num()
2092 struct ena_com_dev_get_features_ctx get_feat_ctx; in eth_ena_dev_init() local
2158 rc = ena_device_init(adapter, pci_dev, &get_feat_ctx); in eth_ena_dev_init()
2168 set_default_llq_configurations(&llq_config, &get_feat_ctx.llq, in eth_ena_dev_init()
2171 &get_feat_ctx.llq, &llq_config); in eth_ena_dev_init()
2184 calc_queue_ctx.get_feat_ctx = &get_feat_ctx; in eth_ena_dev_init()
2186 max_num_io_queues = ena_calc_max_io_queue_num(ena_dev, &get_feat_ctx); in eth_ena_dev_init()
2202 !!(get_feat_ctx.llq.accel_mode.u.get.supported_flags & in eth_ena_dev_init()
2214 adapter->max_mtu = get_feat_ctx.dev_attr.max_mtu; in eth_ena_dev_init()
2216 ena_set_offloads(&adapter->offloads, &get_feat_ctx.offload); in eth_ena_dev_init()
2221 get_feat_ctx.dev_attr.mac_addr, in eth_ena_dev_init()