Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/efa/
H A Defa_com_cmd.h125 u32 max_cq_depth; /* cqes */ member
H A Defa_com_cmd.c479 result->max_cq_depth = resp.u.queue_attr.max_cq_depth; in efa_com_get_device_attr()
H A Defa_admin_cmds_defs.h665 u32 max_cq_depth; member
H A Defa_verbs.c235 props->max_cqe = dev_attr->max_cq_depth; in efa_query_device()
1087 if (entries < 1 || entries > dev->dev_attr.max_cq_depth) { in efa_create_cq()
1090 entries, dev->dev_attr.max_cq_depth); in efa_create_cq()
/openbmc/linux/drivers/net/ethernet/amazon/ena/
H A Dena_admin_defs.h631 u32 max_cq_depth; member
H A Dena_netdev.c2877 max_rx_queue_size = min_t(u32, max_queues->max_cq_depth, in ena_calc_io_queue_size()
2879 max_tx_queue_size = max_queues->max_cq_depth; in ena_calc_io_queue_size()