Searched refs:data_str (Results 1 – 3 of 3) sorted by relevance
| /Linux-v6.1/drivers/soc/tegra/cbb/ |
| D | tegra-cbb.c | 59 const char *data_str, *secure_str, *priv_str; in tegra_cbb_print_prot() local 61 data_str = (prot & 0x4) ? "Instruction" : "Data"; in tegra_cbb_print_prot() 66 prot, priv_str, secure_str, data_str); in tegra_cbb_print_prot()
|
| /Linux-v6.1/drivers/net/ethernet/hisilicon/hns3/ |
| D | hns3_debugfs.c | 505 char data_str[ARRAY_SIZE(coal_info_items)][HNS3_DBG_DATA_STR_LEN]; in hns3_dump_coal_info() local 513 result[i] = &data_str[i][0]; in hns3_dump_coal_info() 556 char data_str[ARRAY_SIZE(tx_spare_info_items)][HNS3_DBG_DATA_STR_LEN]; in hns3_dbg_tx_spare_info() local 569 result[i] = &data_str[i][0]; in hns3_dbg_tx_spare_info() 654 char data_str[ARRAY_SIZE(rx_queue_info_items)][HNS3_DBG_DATA_STR_LEN]; in hns3_dbg_rx_queue_info() local 669 result[i] = &data_str[i][0]; in hns3_dbg_rx_queue_info() 757 char data_str[ARRAY_SIZE(tx_queue_info_items)][HNS3_DBG_DATA_STR_LEN]; in hns3_dbg_tx_queue_info() local 772 result[i] = &data_str[i][0]; in hns3_dbg_tx_queue_info() 809 char data_str[ARRAY_SIZE(queue_map_items)][HNS3_DBG_DATA_STR_LEN]; in hns3_dbg_queue_map() local 821 result[i] = &data_str[i][0]; in hns3_dbg_queue_map() [all …]
|
| /Linux-v6.1/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
| D | hclge_debugfs.c | 716 static int __hclge_dbg_dump_tm_pg(struct hclge_dev *hdev, char *data_str, in __hclge_dbg_dump_tm_pg() argument 727 result[i] = data_str; in __hclge_dbg_dump_tm_pg() 728 data_str += HCLGE_DBG_DATA_STR_LEN; in __hclge_dbg_dump_tm_pg() 782 char *data_str; in hclge_dbg_dump_tm_pg() local 785 data_str = kcalloc(ARRAY_SIZE(tm_pg_items), in hclge_dbg_dump_tm_pg() 787 if (!data_str) in hclge_dbg_dump_tm_pg() 790 ret = __hclge_dbg_dump_tm_pg(hdev, data_str, buf, len); in hclge_dbg_dump_tm_pg() 792 kfree(data_str); in hclge_dbg_dump_tm_pg() 964 char data_str[ARRAY_SIZE(tm_pri_items)][HCLGE_DBG_DATA_STR_LEN]; in hclge_dbg_dump_tm_pri() local 976 result[i] = &data_str[i][0]; in hclge_dbg_dump_tm_pri() [all …]
|