Searched refs:ethid (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/drivers/net/ethernet/fungible/funeth/ |
D | funeth_tx.c | 706 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()
|
D | funeth_main.c | 639 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()
|
D | funeth_txrx.h | 117 u16 ethid; member
|