Searched refs:tx_queue_info_items (Results 1 – 1 of 1) sorted by relevance
695 static const struct hns3_dbg_item tx_queue_info_items[] = { variable757 char data_str[ARRAY_SIZE(tx_queue_info_items)][HNS3_DBG_DATA_STR_LEN]; in hns3_dbg_tx_queue_info()759 char *result[ARRAY_SIZE(tx_queue_info_items)]; in hns3_dbg_tx_queue_info()771 for (i = 0; i < ARRAY_SIZE(tx_queue_info_items); i++) in hns3_dbg_tx_queue_info()774 hns3_dbg_fill_content(content, sizeof(content), tx_queue_info_items, in hns3_dbg_tx_queue_info()775 NULL, ARRAY_SIZE(tx_queue_info_items)); in hns3_dbg_tx_queue_info()790 tx_queue_info_items, in hns3_dbg_tx_queue_info()792 ARRAY_SIZE(tx_queue_info_items)); in hns3_dbg_tx_queue_info()
Completed in 5 milliseconds