Searched refs:rqes (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/net/ethernet/fungible/funcore/ |
| H A D | fun_queue.c | 206 funq->rqes[i] = FUN_EPRQ_RQBUF_INIT(rqinfo->dma); in fun_fill_rq() 375 funq->rqes = fun_alloc_ring_mem(funq->fdev->dev, funq->rq_depth, in fun_alloc_rqes() 376 sizeof(*funq->rqes), in fun_alloc_rqes() 380 return funq->rqes ? 0 : -ENOMEM; in fun_alloc_rqes() 394 if (funq->rqes) { in fun_free_queue() 396 fun_free_ring_mem(dev, funq->rq_depth, sizeof(*funq->rqes), in fun_free_queue() 397 false, funq->rqes, funq->rq_dma_addr, in fun_free_queue()
|
| /linux/include/uapi/linux/io_uring/ |
| H A D | zcrx.h | 33 __u32 rqes; member
|
| /linux/io_uring/ |
| H A D | zcrx.h | 54 struct io_uring_zcrx_rqe *rqes; member
|
| H A D | zcrx.c | 411 offsets->rqes = ALIGN(sizeof(struct zcrx_rq_hdr), L1_CACHE_BYTES); in io_fill_zcrx_offsets() 426 off = reg->offsets.rqes; in io_allocate_rbuf_ring() 440 ifq->rq.rqes = (struct io_uring_zcrx_rqe *)(ptr + off); in io_allocate_rbuf_ring() 450 ifq->rq.rqes = IO_URING_PTR_POISON; in io_free_rbuf_ring() 941 used = reg->offsets.rqes + in zcrx_validate_notif_stats() 1187 return &rq->rqes[idx]; in zcrx_next_rqe()
|
| /linux/drivers/net/ethernet/fungible/funeth/ |
| H A D | funeth_txrx.h | 175 struct fun_eprq_rqbuf *rqes; /* base of RQ descriptor ring */ member
|