Searched refs:fun_res_destroy (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.6/drivers/net/ethernet/fungible/funcore/ |
D | fun_queue.h | 150 fun_res_destroy((fdev), FUN_ADMIN_OP_EPSQ, 0, (sqid)) 152 fun_res_destroy((fdev), FUN_ADMIN_OP_EPCQ, 0, (cqid))
|
D | fun_dev.h | 125 int fun_res_destroy(struct fun_dev *fdev, enum fun_admin_op res,
|
D | fun_dev.c | 531 int fun_res_destroy(struct fun_dev *fdev, enum fun_admin_op res, in fun_res_destroy() function 542 EXPORT_SYMBOL_GPL(fun_res_destroy); 739 fun_res_destroy(fdev, FUN_ADMIN_OP_SWUPGRADE, 0, in fun_dev_disable()
|
/Linux-v6.6/drivers/net/ethernet/fungible/funeth/ |
D | funeth_ktls.c | 153 fun_res_destroy(fp->fdev, FUN_ADMIN_OP_KTLS, 0, fp->ktls_id); in fun_ktls_cleanup()
|
D | funeth_main.c | 229 fun_res_destroy(fp->fdev, FUN_ADMIN_OP_RSS, 0, fp->rss_hw_id); in fun_destroy_rss() 596 return fun_res_destroy(fp->fdev, FUN_ADMIN_OP_PORT, 0, in fun_port_destroy() 646 fun_res_destroy(fp->fdev, FUN_ADMIN_OP_ETH, 0, ethid); in fun_create_and_bind_tx() 761 fun_res_destroy(fp->fdev, FUN_ADMIN_OP_VI, 0, dev->dev_port); in fun_down() 828 fun_res_destroy(fp->fdev, FUN_ADMIN_OP_VI, 0, dev->dev_port); in fun_up()
|
D | funeth_tx.c | 744 fun_res_destroy(fp->fdev, FUN_ADMIN_OP_ETH, 0, q->ethid); in fun_txq_free_dev()
|