Searched refs:data_str (Results 1 – 3 of 3) sorted by relevance
54 const char *data_str, *secure_str, *priv_str; in tegra_cbb_print_prot() local56 data_str = (prot & 0x4) ? "Instruction" : "Data"; in tegra_cbb_print_prot()61 prot, priv_str, secure_str, data_str); in tegra_cbb_print_prot()
534 char data_str[ARRAY_SIZE(coal_info_items)][HNS3_DBG_DATA_STR_LEN]; in hns3_dump_coal_info() local542 result[i] = &data_str[i][0]; in hns3_dump_coal_info()598 result[i] = &data_str[i][0]; in hns3_dbg_tx_spare_info()698 result[i] = &data_str[i][0]; in hns3_dbg_rx_queue_info()801 result[i] = &data_str[i][0]; in hns3_dbg_tx_queue_info()838 char data_str[ARRAY_SIZE(queue_map_items)][HNS3_DBG_DATA_STR_LEN]; in hns3_dbg_queue_map() local850 result[i] = &data_str[i][0]; in hns3_dbg_queue_map()918 char data_str[ARRAY_SIZE(rx_bd_info_items)][HNS3_DBG_DATA_STR_LEN]; in hns3_dbg_rx_bd_info() local934 result[i] = &data_str[i][0]; in hns3_dbg_rx_bd_info()1007 result[i] = &data_str[i][0]; in hns3_dbg_tx_bd_info()[all …]
1385 result[i] = data_str; in __hclge_dbg_dump_tm_pg()1386 data_str += HCLGE_DBG_DATA_STR_LEN; in __hclge_dbg_dump_tm_pg()1440 char *data_str; in hclge_dbg_dump_tm_pg() local1443 data_str = kcalloc(ARRAY_SIZE(tm_pg_items), in hclge_dbg_dump_tm_pg()1445 if (!data_str) in hclge_dbg_dump_tm_pg()1450 kfree(data_str); in hclge_dbg_dump_tm_pg()1626 char *data_str; in hclge_dbg_dump_tm_pri() local1635 if (!data_str) in hclge_dbg_dump_tm_pri()1682 kfree(data_str); in hclge_dbg_dump_tm_pri()1717 result[i] = &data_str[i][0]; in hclge_dbg_dump_tm_qset()[all …]
Completed in 16 milliseconds