Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/ena/
HDena.c2631 struct ena_com_dev_get_features_ctx *get_feat_ctx) in ena_calc_max_io_queue_num() argument
2638 &get_feat_ctx->max_queue_ext.max_queue_ext; in ena_calc_max_io_queue_num()
2646 &get_feat_ctx->max_queues; in ena_calc_max_io_queue_num()
2654 io_tx_sq_num = get_feat_ctx->llq.max_llq_num; in ena_calc_max_io_queue_num()
2806 struct ena_admin_feature_llq_desc *llq = &ctx->get_feat_ctx->llq; in ena_calc_io_queue_size()
2815 &ctx->get_feat_ctx->max_queue_ext.max_queue_ext; in ena_calc_io_queue_size()
2835 &ctx->get_feat_ctx->max_queues; in ena_calc_io_queue_size()
2950 struct ena_com_dev_get_features_ctx *get_feat_ctx, int *wd_active) in ena_device_init() argument
3010 rc = ena_com_get_dev_attr_feat(ena_dev, get_feat_ctx); in ena_device_init()
3025 aenq_groups &= get_feat_ctx->aenq.supported_groups; in ena_device_init()
[all …]
HDena.h236 struct ena_com_dev_get_features_ctx *get_feat_ctx; member
/freebsd-13-stable/sys/contrib/ena-com/
HDena_com.c2335 struct ena_com_dev_get_features_ctx *get_feat_ctx) in ena_com_get_dev_attr_feat() argument
2345 memcpy(&get_feat_ctx->dev_attr, &get_resp.u.dev_attr, in ena_com_get_dev_attr_feat()
2361 memcpy(&get_feat_ctx->max_queue_ext, &get_resp.u.max_queue_ext, in ena_com_get_dev_attr_feat()
2368 memcpy(&get_feat_ctx->max_queues, &get_resp.u.max_queue, in ena_com_get_dev_attr_feat()
2382 memcpy(&get_feat_ctx->aenq, &get_resp.u.aenq, in ena_com_get_dev_attr_feat()
2390 memcpy(&get_feat_ctx->offload, &get_resp.u.offload, in ena_com_get_dev_attr_feat()
2399 memcpy(&get_feat_ctx->hw_hints, &get_resp.u.hw_hints, in ena_com_get_dev_attr_feat()
2402 memset(&get_feat_ctx->hw_hints, 0x0, sizeof(get_feat_ctx->hw_hints)); in ena_com_get_dev_attr_feat()
2409 memcpy(&get_feat_ctx->llq, &get_resp.u.llq, in ena_com_get_dev_attr_feat()
2412 memset(&get_feat_ctx->llq, 0x0, sizeof(get_feat_ctx->llq)); in ena_com_get_dev_attr_feat()
HDena_com.h747 struct ena_com_dev_get_features_ctx *get_feat_ctx);