Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/fungible/funeth/
A Dfuneth_tx.c706 q->ethid = err; in fun_txq_create_dev()
720 q->ethid, q->numa_node); in fun_txq_create_dev()
742 q->irq ? q->irq->irq_idx : 0, q->ethid); in fun_txq_free_dev()
745 fun_res_destroy(fp->fdev, FUN_ADMIN_OP_ETH, 0, q->ethid); in fun_txq_free_dev()
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()
A Dfuneth_txrx.h117 u16 ethid; member

Completed in 11 milliseconds