Searched refs:get_feat_ctx (Results 1 – 6 of 6) sorted by relevance
| /f-stack/dpdk/drivers/net/ena/ |
| H A D | ena_ethdev.c | 888 &ctx->get_feat_ctx->max_queue_ext.max_queue_ext; in ena_calc_io_queue_size() 908 &ctx->get_feat_ctx->max_queues; in ena_calc_io_queue_size() 1731 &get_feat_ctx->max_queue_ext.max_queue_ext; in ena_calc_max_io_queue_num() 1738 &get_feat_ctx->max_queues; in ena_calc_max_io_queue_num() 1746 io_tx_sq_num = get_feat_ctx->llq.max_llq_num; in ena_calc_max_io_queue_num() 1767 struct ena_com_dev_get_features_ctx get_feat_ctx; in eth_ena_dev_init() local 1837 &get_feat_ctx.llq, &llq_config); in eth_ena_dev_init() 1850 calc_queue_ctx.get_feat_ctx = &get_feat_ctx; in eth_ena_dev_init() 1880 adapter->max_mtu = get_feat_ctx.dev_attr.max_mtu; in eth_ena_dev_init() 1888 (get_feat_ctx.offload.rx_supported & in eth_ena_dev_init() [all …]
|
| H A D | ena_ethdev.h | 67 struct ena_com_dev_get_features_ctx *get_feat_ctx; member
|
| /f-stack/dpdk/drivers/net/ena/base/ |
| H A D | ena_com.c | 1962 memcpy(&get_feat_ctx->dev_attr, &get_resp.u.dev_attr, in ena_com_get_dev_attr_feat() 1983 memcpy(&get_feat_ctx->max_queues, &get_resp.u.max_queue, in ena_com_get_dev_attr_feat() 1997 memcpy(&get_feat_ctx->aenq, &get_resp.u.aenq, in ena_com_get_dev_attr_feat() 2005 memcpy(&get_feat_ctx->offload, &get_resp.u.offload, in ena_com_get_dev_attr_feat() 2014 memcpy(&get_feat_ctx->hw_hints, &get_resp.u.hw_hints, in ena_com_get_dev_attr_feat() 2017 memset(&get_feat_ctx->hw_hints, 0x0, sizeof(get_feat_ctx->hw_hints)); in ena_com_get_dev_attr_feat() 2023 memcpy(&get_feat_ctx->llq, &get_resp.u.llq, in ena_com_get_dev_attr_feat() 2026 memset(&get_feat_ctx->llq, 0x0, sizeof(get_feat_ctx->llq)); in ena_com_get_dev_attr_feat() 2033 memcpy(&get_feat_ctx->ind_table, &get_resp.u.ind_table, in ena_com_get_dev_attr_feat() 2036 memset(&get_feat_ctx->ind_table, 0x0, in ena_com_get_dev_attr_feat() [all …]
|
| H A D | ena_com.h | 594 struct ena_com_dev_get_features_ctx *get_feat_ctx);
|
| /f-stack/freebsd/contrib/ena-com/ |
| H A D | ena_com.c | 2014 struct ena_com_dev_get_features_ctx *get_feat_ctx) in ena_com_get_dev_attr_feat() argument 2024 memcpy(&get_feat_ctx->dev_attr, &get_resp.u.dev_attr, in ena_com_get_dev_attr_feat() 2039 memcpy(&get_feat_ctx->max_queue_ext, &get_resp.u.max_queue_ext, in ena_com_get_dev_attr_feat() 2046 memcpy(&get_feat_ctx->max_queues, &get_resp.u.max_queue, in ena_com_get_dev_attr_feat() 2060 memcpy(&get_feat_ctx->aenq, &get_resp.u.aenq, in ena_com_get_dev_attr_feat() 2068 memcpy(&get_feat_ctx->offload, &get_resp.u.offload, in ena_com_get_dev_attr_feat() 2077 memcpy(&get_feat_ctx->hw_hints, &get_resp.u.hw_hints, in ena_com_get_dev_attr_feat() 2080 memset(&get_feat_ctx->hw_hints, 0x0, sizeof(get_feat_ctx->hw_hints)); in ena_com_get_dev_attr_feat() 2086 memcpy(&get_feat_ctx->llq, &get_resp.u.llq, in ena_com_get_dev_attr_feat() 2089 memset(&get_feat_ctx->llq, 0x0, sizeof(get_feat_ctx->llq)); in ena_com_get_dev_attr_feat()
|
| H A D | ena_com.h | 622 struct ena_com_dev_get_features_ctx *get_feat_ctx);
|