Home
last modified time | relevance | path

Searched refs:ethid (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_tx.c705 q->ethid = err; in fun_txq_create_dev()
719 q->ethid, q->numa_node); in fun_txq_create_dev()
739 "Freeing %s queue %u (id %u), IRQ %u, ethid %u\n", in fun_txq_free_dev()
741 q->irq ? q->irq->irq_idx : 0, q->ethid); in fun_txq_free_dev()
744 fun_res_destroy(fp->fdev, FUN_ADMIN_OP_ETH, 0, q->ethid); in fun_txq_free_dev()
H A Dfuneth_main.c639 int rc, ethid; in fun_create_and_bind_tx() local
641 ethid = fun_eth_create(fp); in fun_create_and_bind_tx()
642 if (ethid >= 0) { in fun_create_and_bind_tx()
644 FUN_ADMIN_BIND_TYPE_ETH, ethid); in fun_create_and_bind_tx()
646 fun_res_destroy(fp->fdev, FUN_ADMIN_OP_ETH, 0, ethid); in fun_create_and_bind_tx()
647 ethid = rc; in fun_create_and_bind_tx()
650 return ethid; in fun_create_and_bind_tx()
H A Dfuneth_txrx.h118 u16 ethid; member

Completed in 8 milliseconds