Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/microsoft/mana/
H A Dmana_en.c744 debugfs_remove(apc->mana_port_debugfs); in mana_cleanup_port_context()
745 apc->mana_port_debugfs = NULL; in mana_cleanup_port_context()
1943 tx_qp->mana_tx_debugfs = debugfs_create_dir(qnum, apc->mana_port_debugfs); in mana_create_txq_debugfs()
2394 rxq->mana_rx_debugfs = debugfs_create_dir(qnum, apc->mana_port_debugfs); in mana_create_rxq_debugfs()
2651 apc->mana_port_debugfs = debugfs_create_dir(vport, gc->mana_pci_debugfs); in mana_init_port()
/linux/include/net/mana/
H A Dmana.h477 struct dentry *mana_port_debugfs; member