Searched refs:fun_cq_create (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/fungible/funcore/ |
D | fun_queue.c | 125 int fun_cq_create(struct fun_dev *fdev, u16 flags, u32 cqid, u32 rqid, in fun_cq_create() function 162 EXPORT_SYMBOL_GPL(fun_cq_create); 494 rc = fun_cq_create(fdev, funq->cq_flags, funq->cqid, rqid, in fun_create_cq()
|
D | fun_queue.h | 137 int fun_cq_create(struct fun_dev *fdev, u16 flags, u32 cqid, u32 rqid,
|
/linux-6.12.1/drivers/net/ethernet/fungible/funeth/ |
D | funeth_rx.c | 735 err = fun_cq_create(fp->fdev, FUN_ADMIN_RES_CREATE_FLAG_ALLOCATOR | in fun_rxq_create_dev()
|