Home
last modified time | relevance | path

Searched defs:cq_entries (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hns/
H A Dhns_roce_cq.c251 u32 cq_entries = attr->cqe; in hns_roce_create_cq() local
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dio_uring.h263 __u32 cq_entries; member
/OK3568_Linux_fs/kernel/io_uring/
H A Dio_uring.c400 unsigned cq_entries; member
8711 static unsigned long rings_size(unsigned sq_entries, unsigned cq_entries, in rings_size()