Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/soc/tegra/cbb/
Dtegra-cbb.c54 const char *data_str, *secure_str, *priv_str; in tegra_cbb_print_prot() local
56 data_str = (prot & 0x4) ? "Instruction" : "Data"; in tegra_cbb_print_prot()
61 prot, priv_str, secure_str, data_str); in tegra_cbb_print_prot()
/Linux-v6.6/drivers/net/ethernet/hisilicon/hns3/
Dhns3_debugfs.c528 char data_str[ARRAY_SIZE(coal_info_items)][HNS3_DBG_DATA_STR_LEN]; in hns3_dump_coal_info() local
536 result[i] = &data_str[i][0]; in hns3_dump_coal_info()
579 char data_str[ARRAY_SIZE(tx_spare_info_items)][HNS3_DBG_DATA_STR_LEN]; in hns3_dbg_tx_spare_info() local
592 result[i] = &data_str[i][0]; in hns3_dbg_tx_spare_info()
677 char data_str[ARRAY_SIZE(rx_queue_info_items)][HNS3_DBG_DATA_STR_LEN]; in hns3_dbg_rx_queue_info() local
692 result[i] = &data_str[i][0]; in hns3_dbg_rx_queue_info()
780 char data_str[ARRAY_SIZE(tx_queue_info_items)][HNS3_DBG_DATA_STR_LEN]; in hns3_dbg_tx_queue_info() local
795 result[i] = &data_str[i][0]; in hns3_dbg_tx_queue_info()
832 char data_str[ARRAY_SIZE(queue_map_items)][HNS3_DBG_DATA_STR_LEN]; in hns3_dbg_queue_map() local
844 result[i] = &data_str[i][0]; in hns3_dbg_queue_map()
[all …]
/Linux-v6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_debugfs.c736 static int __hclge_dbg_dump_tm_pg(struct hclge_dev *hdev, char *data_str, in __hclge_dbg_dump_tm_pg() argument
747 result[i] = data_str; in __hclge_dbg_dump_tm_pg()
748 data_str += HCLGE_DBG_DATA_STR_LEN; in __hclge_dbg_dump_tm_pg()
802 char *data_str; in hclge_dbg_dump_tm_pg() local
805 data_str = kcalloc(ARRAY_SIZE(tm_pg_items), in hclge_dbg_dump_tm_pg()
807 if (!data_str) in hclge_dbg_dump_tm_pg()
810 ret = __hclge_dbg_dump_tm_pg(hdev, data_str, buf, len); in hclge_dbg_dump_tm_pg()
812 kfree(data_str); in hclge_dbg_dump_tm_pg()
984 char data_str[ARRAY_SIZE(tm_pri_items)][HCLGE_DBG_DATA_STR_LEN]; in hclge_dbg_dump_tm_pri() local
996 result[i] = &data_str[i][0]; in hclge_dbg_dump_tm_pri()
[all …]