Searched refs:get_feat_ctx (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/net/ethernet/amazon/ena/ |
| A D | ena_netdev.c | 3357 if (get_feat_ctx->dev_attr.max_mtu < netdev->mtu) { in ena_device_validate_params() 3614 struct ena_com_dev_get_features_ctx get_feat_ctx; in ena_restore_device() local 4005 &get_feat_ctx->max_queue_ext.max_queue_ext; in ena_calc_max_io_queue_num() 4013 &get_feat_ctx->max_queues; in ena_calc_max_io_queue_num() 4021 io_tx_sq_num = get_feat_ctx->llq.max_llq_num; in ena_calc_max_io_queue_num() 4160 &ctx->get_feat_ctx->max_queue_ext.max_queue_ext; in ena_calc_io_queue_size() 4178 &ctx->get_feat_ctx->max_queues; in ena_calc_io_queue_size() 4228 struct ena_com_dev_get_features_ctx get_feat_ctx; in ena_probe() local 4313 calc_queue_ctx.get_feat_ctx = &get_feat_ctx; in ena_probe() 4329 ena_set_conf_feat_params(adapter, &get_feat_ctx); in ena_probe() [all …]
|
| A D | ena_com.c | 1960 struct ena_com_dev_get_features_ctx *get_feat_ctx) in ena_com_get_dev_attr_feat() argument 1970 memcpy(&get_feat_ctx->dev_attr, &get_resp.u.dev_attr, in ena_com_get_dev_attr_feat() 1986 memcpy(&get_feat_ctx->max_queue_ext, &get_resp.u.max_queue_ext, in ena_com_get_dev_attr_feat() 1993 memcpy(&get_feat_ctx->max_queues, &get_resp.u.max_queue, in ena_com_get_dev_attr_feat() 2007 memcpy(&get_feat_ctx->aenq, &get_resp.u.aenq, in ena_com_get_dev_attr_feat() 2015 memcpy(&get_feat_ctx->offload, &get_resp.u.offload, in ena_com_get_dev_attr_feat() 2024 memcpy(&get_feat_ctx->hw_hints, &get_resp.u.hw_hints, in ena_com_get_dev_attr_feat() 2027 memset(&get_feat_ctx->hw_hints, 0x0, in ena_com_get_dev_attr_feat() 2028 sizeof(get_feat_ctx->hw_hints)); in ena_com_get_dev_attr_feat() 2034 memcpy(&get_feat_ctx->llq, &get_resp.u.llq, in ena_com_get_dev_attr_feat() [all …]
|
| A D | ena_netdev.h | 143 struct ena_com_dev_get_features_ctx *get_feat_ctx; member
|
| A D | ena_com.h | 582 struct ena_com_dev_get_features_ctx *get_feat_ctx);
|
Completed in 20 milliseconds