Searched refs:cqe_size_log2 (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/drivers/net/ethernet/fungible/funcore/ |
D | fun_queue.c | 126 u8 cqe_size_log2, u32 cq_depth, dma_addr_t dma_addr, in fun_cq_create() argument 145 cqid, rqid, cqe_size_log2, in fun_cq_create() 295 cqe = funq->cqes + (funq->cq_head << funq->cqe_size_log2); in __fun_process_cq() 367 1 << funq->cqe_size_log2, 0, false, in fun_alloc_cqes() 388 fun_free_ring_mem(dev, funq->cq_depth, 1 << funq->cqe_size_log2, false, in fun_free_queue() 438 funq->cqe_size_log2 = req->cqe_size_log2; in fun_alloc_queue() 468 funq->cqe_info_offset = (1 << funq->cqe_size_log2) - sizeof(struct fun_cqe_info); in fun_alloc_queue() 495 funq->cqe_size_log2, funq->cq_depth, in fun_create_cq()
|
D | fun_queue.h | 53 u8 cqe_size_log2; member 115 u8 cqe_size_log2; member 138 u8 cqe_size_log2, u32 cq_depth, dma_addr_t dma_addr,
|
D | fun_dev.h | 88 u8 cqe_size_log2; /* admin q CQE size */ member
|
D | fun_dev.c | 228 .cqe_size_log2 = areq->cqe_size_log2, in fun_enable_admin_queue() 276 rc = fun_enable_ctrl(fdev, areq->cqe_size_log2, areq->sqe_size_log2); in fun_enable_admin_queue()
|
/Linux-v6.6/drivers/net/ethernet/fungible/funeth/ |
D | funeth_main.c | 1999 .cqe_size_log2 = ilog2(ADMIN_CQE_SIZE), in funeth_probe()
|