Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/hisilicon/hns3/
Dhns3_debugfs.c718 static const struct hns3_dbg_item tx_queue_info_items[] = { variable
780 char data_str[ARRAY_SIZE(tx_queue_info_items)][HNS3_DBG_DATA_STR_LEN]; in hns3_dbg_tx_queue_info()
782 char *result[ARRAY_SIZE(tx_queue_info_items)]; in hns3_dbg_tx_queue_info()
794 for (i = 0; i < ARRAY_SIZE(tx_queue_info_items); i++) in hns3_dbg_tx_queue_info()
797 hns3_dbg_fill_content(content, sizeof(content), tx_queue_info_items, in hns3_dbg_tx_queue_info()
798 NULL, ARRAY_SIZE(tx_queue_info_items)); in hns3_dbg_tx_queue_info()
813 tx_queue_info_items, in hns3_dbg_tx_queue_info()
815 ARRAY_SIZE(tx_queue_info_items)); in hns3_dbg_tx_queue_info()