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.c1033 debugfs_remove(apc->mana_port_debugfs); in mana_cleanup_port_context()
1034 apc->mana_port_debugfs = NULL; in mana_cleanup_port_context()
1788 debugfs_create_dir("EQs", apc->mana_port_debugfs); in mana_create_eq()
2688 tx_qp->mana_tx_debugfs = debugfs_create_dir(qnum, apc->mana_port_debugfs); in mana_create_txq_debugfs()
3185 rxq->mana_rx_debugfs = debugfs_create_dir(qnum, apc->mana_port_debugfs); in mana_create_rxq_debugfs()
3545 apc->mana_port_debugfs = debugfs_create_dir(vport, gc->mana_pci_debugfs); in mana_init_port()
3547 debugfs_create_u64("port_handle", 0400, apc->mana_port_debugfs, in mana_init_port()
3549 debugfs_create_u32("max_sq", 0400, apc->mana_port_debugfs, in mana_init_port()
3551 debugfs_create_u32("max_rq", 0400, apc->mana_port_debugfs, in mana_init_port()
3553 debugfs_create_u32("indir_table_sz", 0400, apc->mana_port_debugfs, in mana_init_port()
[all …]
/linux/include/net/mana/
H A Dmana.h653 struct dentry *mana_port_debugfs; member