Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/infiniband/hw/efa/
Defa_com_cmd.h120 u32 max_cq_depth; /* cqes */ member
Defa_admin_cmds_defs.h628 u32 max_cq_depth; member
Defa_com_cmd.c474 result->max_cq_depth = resp.u.queue_attr.max_cq_depth; in efa_com_get_device_attr()
Defa_verbs.c227 props->max_cqe = dev_attr->max_cq_depth; in efa_query_device()
1037 if (entries < 1 || entries > dev->dev_attr.max_cq_depth) { in efa_create_cq()
1040 entries, dev->dev_attr.max_cq_depth); in efa_create_cq()
/Linux-v5.15/drivers/net/ethernet/amazon/ena/
Dena_admin_defs.h623 u32 max_cq_depth; member
Dena_netdev.c4170 max_rx_queue_size = min_t(u32, max_queues->max_cq_depth, in ena_calc_io_queue_size()
4172 max_tx_queue_size = max_queues->max_cq_depth; in ena_calc_io_queue_size()