Searched refs:fun_sq_create (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/fungible/funcore/ |
D | fun_queue.c | 75 int fun_sq_create(struct fun_dev *fdev, u16 flags, u32 sqid, u32 cqid, in fun_sq_create() function 119 EXPORT_SYMBOL_GPL(fun_sq_create); 511 rc = fun_sq_create(fdev, funq->sq_flags, funq->sqid, funq->cqid, in fun_create_sq() 528 rc = fun_sq_create(fdev, funq->rq_flags, funq->rqid, funq->cqid, 0, in fun_create_rq()
|
D | fun_queue.h | 132 int fun_sq_create(struct fun_dev *fdev, u16 flags, u32 sqid, u32 cqid,
|
/linux-6.12.1/drivers/net/ethernet/fungible/funeth/ |
D | funeth_tx.c | 692 err = fun_sq_create(fp->fdev, in fun_txq_create_dev()
|
D | funeth_rx.c | 727 err = fun_sq_create(fp->fdev, FUN_ADMIN_RES_CREATE_FLAG_ALLOCATOR | in fun_rxq_create_dev()
|