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 | 2287 debugfs_remove_recursive(apc->tx_qp[i].mana_tx_debugfs); in mana_destroy_txq() 2288 apc->tx_qp[i].mana_tx_debugfs = NULL; in mana_destroy_txq() 2314 tx_qp->mana_tx_debugfs = debugfs_create_dir(qnum, apc->mana_port_debugfs); in mana_create_txq_debugfs() 2315 debugfs_create_u32("sq_head", 0400, tx_qp->mana_tx_debugfs, in mana_create_txq_debugfs() 2317 debugfs_create_u32("sq_tail", 0400, tx_qp->mana_tx_debugfs, in mana_create_txq_debugfs() 2319 debugfs_create_u32("sq_pend_skb_qlen", 0400, tx_qp->mana_tx_debugfs, in mana_create_txq_debugfs() 2321 debugfs_create_u32("cq_head", 0400, tx_qp->mana_tx_debugfs, in mana_create_txq_debugfs() 2323 debugfs_create_u32("cq_tail", 0400, tx_qp->mana_tx_debugfs, in mana_create_txq_debugfs() 2325 debugfs_create_u32("cq_budget", 0400, tx_qp->mana_tx_debugfs, in mana_create_txq_debugfs() 2327 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 | 372 struct dentry *mana_tx_debugfs; member
|