Home
last modified time | relevance | path

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

/drivers/infiniband/hw/efa/
Defa_com_cmd.h118 u32 max_sq_depth; /* wqes */ member
Defa_admin_cmds_defs.h567 u32 max_sq_depth; member
Defa_com_cmd.c490 result->max_sq_depth = resp.u.queue_attr.max_sq_depth; in efa_com_get_device_attr()
Defa_verbs.c305 props->max_qp_wr = min_t(u32, dev_attr->max_sq_depth, in efa_query_device()
313 resp.max_sq_wr = dev_attr->max_sq_depth; in efa_query_device()
568 if (init_attr->cap.max_send_wr > dev->dev_attr.max_sq_depth) { in efa_qp_validate_cap()
572 dev->dev_attr.max_sq_depth); in efa_qp_validate_cap()
/drivers/net/ethernet/amazon/ena/
Dena_admin_defs.h572 u32 max_sq_depth; member
Dena_netdev.c3387 max_queues->max_sq_depth); in ena_calc_queue_size()
3395 max_queues->max_sq_depth); in ena_calc_queue_size()