Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/vertexcom/
Dmse102x.c98 struct mse102x_net_spi *mses = s->private; in mse102x_info_show() local
101 skb_queue_len(&mses->mse102x.txq)); in mse102x_info_show()
104 mses->spidev->irq); in mse102x_info_show()
107 (unsigned long)mses->spi_xfer.effective_speed_hz); in mse102x_info_show()
109 mses->spidev->mode); in mse102x_info_show()
115 static void mse102x_init_device_debugfs(struct mse102x_net_spi *mses) in mse102x_init_device_debugfs() argument
117 mses->device_root = debugfs_create_dir(dev_name(&mses->mse102x.ndev->dev), in mse102x_init_device_debugfs()
120 debugfs_create_file("info", S_IFREG | 0444, mses->device_root, mses, in mse102x_init_device_debugfs()
124 static void mse102x_remove_device_debugfs(struct mse102x_net_spi *mses) in mse102x_remove_device_debugfs() argument
126 debugfs_remove_recursive(mses->device_root); in mse102x_remove_device_debugfs()
[all …]