Searched refs:get_feat_ctx (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/ena/
H A Dena.c2488 struct ena_com_dev_get_features_ctx *get_feat_ctx)
2495 &get_feat_ctx->max_queue_ext.max_queue_ext;
2503 &get_feat_ctx->max_queues;
2511 io_tx_sq_num = get_feat_ctx->llq.max_llq_num;
2616 struct ena_admin_feature_llq_desc *llq = &ctx->get_feat_ctx->llq;
2625 &ctx->get_feat_ctx->max_queue_ext.max_queue_ext;
2645 &ctx->get_feat_ctx->max_queues;
2811 struct ena_com_dev_get_features_ctx *get_feat_ctx, int *wd_active)
2870 rc = ena_com_get_dev_attr_feat(ena_dev, get_feat_ctx);
2883 aenq_groups &= get_feat_ctx
2487 ena_calc_max_io_queue_num(device_t pdev, struct ena_com_dev *ena_dev, struct ena_com_dev_get_features_ctx *get_feat_ctx) argument
2810 ena_device_init(struct ena_adapter *adapter, device_t pdev, struct ena_com_dev_get_features_ctx *get_feat_ctx, int *wd_active) argument
3367 ena_device_validate_params(struct ena_adapter *adapter, struct ena_com_dev_get_features_ctx *get_feat_ctx) argument
3390 struct ena_com_dev_get_features_ctx get_feat_ctx; local
3517 struct ena_com_dev_get_features_ctx get_feat_ctx; local
[all...]
H A Dena.h221 struct ena_com_dev_get_features_ctx *get_feat_ctx; member in struct:ena_calc_queue_size_ctx
/freebsd-11-stable/sys/contrib/ena-com/
H A Dena_com.c2014 struct ena_com_dev_get_features_ctx *get_feat_ctx)
2024 memcpy(&get_feat_ctx->dev_attr, &get_resp.u.dev_attr,
2039 memcpy(&get_feat_ctx->max_queue_ext, &get_resp.u.max_queue_ext,
2046 memcpy(&get_feat_ctx->max_queues, &get_resp.u.max_queue,
2060 memcpy(&get_feat_ctx->aenq, &get_resp.u.aenq,
2068 memcpy(&get_feat_ctx->offload, &get_resp.u.offload,
2077 memcpy(&get_feat_ctx->hw_hints, &get_resp.u.hw_hints,
2080 memset(&get_feat_ctx->hw_hints, 0x0, sizeof(get_feat_ctx->hw_hints));
2086 memcpy(&get_feat_ctx
2013 ena_com_get_dev_attr_feat(struct ena_com_dev *ena_dev, struct ena_com_dev_get_features_ctx *get_feat_ctx) argument
[all...]
H A Dena_com.h617 * @get_feat_ctx: returned context that contain the get features.
622 struct ena_com_dev_get_features_ctx *get_feat_ctx);

Completed in 101 milliseconds