Searched refs:fun_res_destroy (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/net/ethernet/fungible/funcore/ |
H A D | fun_dev.h | 125 int fun_res_destroy(struct fun_dev *fdev, enum fun_admin_op res,
|
H A 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); 736 fun_res_destroy(fdev, FUN_ADMIN_OP_SWUPGRADE, 0, in fun_dev_disable()
|
/linux/drivers/net/ethernet/fungible/funeth/ |
H A D | funeth_ktls.c | 153 fun_res_destroy(fp->fdev, FUN_ADMIN_OP_KTLS, 0, fp->ktls_id); in fun_ktls_cleanup()
|
H A 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()
|
H A D | funeth_tx.c | 744 fun_res_destroy(fp->fdev, FUN_ADMIN_OP_ETH, 0, q->ethid); in fun_txq_free_dev()
|