Home
last modified time | relevance | path

Searched refs:max_cq_depth (Results 1 – 6 of 6) sorted by relevance

/drivers/infiniband/hw/efa/
A Defa_com_cmd.h128 u32 max_cq_depth; /* cqes */ member
A Defa_com_cmd.c494 result->max_cq_depth = resp.u.queue_attr.max_cq_depth; in efa_com_get_device_attr()
A Defa_admin_cmds_defs.h764 u32 max_cq_depth; member
A Defa_verbs.c241 props->max_cqe = dev_attr->max_cq_depth; in efa_query_device()
1156 if (entries < 1 || entries > dev->dev_attr.max_cq_depth) { in efa_create_cq_umem()
1159 entries, dev->dev_attr.max_cq_depth); in efa_create_cq_umem()
/drivers/net/ethernet/amazon/ena/
A Dena_admin_defs.h712 u32 max_cq_depth; member
A Dena_netdev.c2927 max_rx_queue_size = min_t(u32, max_queues->max_cq_depth, in ena_calc_io_queue_size()
2929 max_tx_queue_size = max_queues->max_cq_depth; in ena_calc_io_queue_size()

Completed in 27 milliseconds