Searched refs:mana_tx_debugfs (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/net/ethernet/microsoft/mana/ |
H A D | mana_en.c | 1916 debugfs_remove_recursive(apc->tx_qp[i].mana_tx_debugfs); in mana_destroy_txq() 1917 apc->tx_qp[i].mana_tx_debugfs = NULL; in mana_destroy_txq() 1943 tx_qp->mana_tx_debugfs = debugfs_create_dir(qnum, apc->mana_port_debugfs); in mana_create_txq_debugfs() 1944 debugfs_create_u32("sq_head", 0400, tx_qp->mana_tx_debugfs, in mana_create_txq_debugfs() 1946 debugfs_create_u32("sq_tail", 0400, tx_qp->mana_tx_debugfs, in mana_create_txq_debugfs() 1948 debugfs_create_u32("sq_pend_skb_qlen", 0400, tx_qp->mana_tx_debugfs, in mana_create_txq_debugfs() 1950 debugfs_create_u32("cq_head", 0400, tx_qp->mana_tx_debugfs, in mana_create_txq_debugfs() 1952 debugfs_create_u32("cq_tail", 0400, tx_qp->mana_tx_debugfs, in mana_create_txq_debugfs() 1954 debugfs_create_u32("cq_budget", 0400, tx_qp->mana_tx_debugfs, in mana_create_txq_debugfs() 1956 debugfs_create_file("txq_dump", 0400, tx_qp->mana_tx_debugfs, in mana_create_txq_debugfs() [all …]
|
/linux/include/net/mana/ |
H A D | mana.h | 368 struct dentry *mana_tx_debugfs; member
|