HomeSort by: relevance | last modified time | path
    Searched refs:get_feat_ctx (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/ena-com/
ena_com.c 1871 struct ena_com_dev_get_features_ctx *get_feat_ctx)
1881 memcpy(&get_feat_ctx->dev_attr, &get_resp.u.dev_attr,
1890 memcpy(&get_feat_ctx->max_queues, &get_resp.u.max_queue,
1899 memcpy(&get_feat_ctx->aenq, &get_resp.u.aenq,
1907 memcpy(&get_feat_ctx->offload, &get_resp.u.offload,
1916 memcpy(&get_feat_ctx->hw_hints, &get_resp.u.hw_hints,
1919 memset(&get_feat_ctx->hw_hints, 0x0, sizeof(get_feat_ctx->hw_hints));
1925 memcpy(&get_feat_ctx->llq, &get_resp.u.llq,
1928 memset(&get_feat_ctx->llq, 0x0, sizeof(get_feat_ctx->llq))
    [all...]
ena_com.h 620 * @get_feat_ctx: returned context that contain the get features.
625 struct ena_com_dev_get_features_ctx *get_feat_ctx);
  /src/sys/dev/pci/
if_ena.c 3087 struct ena_com_dev_get_features_ctx *get_feat_ctx)
3091 io_sq_num = get_feat_ctx->max_queues.max_sq_num;
3092 io_cq_num = get_feat_ctx->max_queues.max_cq_num;
3236 struct ena_com_dev_get_features_ctx *get_feat_ctx, int *wd_active)
3296 rc = ena_com_get_dev_attr_feat(ena_dev, get_feat_ctx);
3305 aenq_groups &= get_feat_ctx->aenq.supported_groups;
3595 struct ena_com_dev_get_features_ctx get_feat_ctx; local in function:ena_reset_task
3626 rc = ena_device_init(adapter, adapter->pdev, &get_feat_ctx,
3681 struct ena_com_dev_get_features_ctx get_feat_ctx; local in function:ena_attach
3741 rc = ena_device_init(adapter, self, &get_feat_ctx, &adapter->wd_active)
    [all...]

Completed in 16 milliseconds