Searched refs:mana_port_debugfs (Results 1 – 2 of 2) sorted by relevance
990 debugfs_remove(apc->mana_port_debugfs); in mana_cleanup_port_context()991 apc->mana_port_debugfs = NULL; in mana_cleanup_port_context()2314 tx_qp->mana_tx_debugfs = debugfs_create_dir(qnum, apc->mana_port_debugfs); in mana_create_txq_debugfs()2776 rxq->mana_rx_debugfs = debugfs_create_dir(qnum, apc->mana_port_debugfs); in mana_create_rxq_debugfs()3119 apc->mana_port_debugfs = debugfs_create_dir(vport, gc->mana_pci_debugfs); in mana_init_port()3396 debugfs_create_u32("current_speed", 0400, apc->mana_port_debugfs, &apc->speed); in mana_probe_port()
565 struct dentry *mana_port_debugfs; member