Searched refs:data_str (Results 1 – 2 of 2) sorted by relevance
421 char data_str[ARRAY_SIZE(tx_spare_info_items)][HNS3_DBG_DATA_STR_LEN]; in hns3_dbg_tx_spare_info() local434 result[i] = &data_str[i][0]; in hns3_dbg_tx_spare_info()519 char data_str[ARRAY_SIZE(rx_queue_info_items)][HNS3_DBG_DATA_STR_LEN]; in hns3_dbg_rx_queue_info() local534 result[i] = &data_str[i][0]; in hns3_dbg_rx_queue_info()622 char data_str[ARRAY_SIZE(tx_queue_info_items)][HNS3_DBG_DATA_STR_LEN]; in hns3_dbg_tx_queue_info() local637 result[i] = &data_str[i][0]; in hns3_dbg_tx_queue_info()674 char data_str[ARRAY_SIZE(queue_map_items)][HNS3_DBG_DATA_STR_LEN]; in hns3_dbg_queue_map() local686 result[i] = &data_str[i][0]; in hns3_dbg_queue_map()754 char data_str[ARRAY_SIZE(rx_bd_info_items)][HNS3_DBG_DATA_STR_LEN]; in hns3_dbg_rx_bd_info() local770 result[i] = &data_str[i][0]; in hns3_dbg_rx_bd_info()[all …]
720 static int __hclge_dbg_dump_tm_pg(struct hclge_dev *hdev, char *data_str, in __hclge_dbg_dump_tm_pg() argument731 result[i] = data_str; in __hclge_dbg_dump_tm_pg()732 data_str += HCLGE_DBG_DATA_STR_LEN; in __hclge_dbg_dump_tm_pg()786 char *data_str; in hclge_dbg_dump_tm_pg() local789 data_str = kcalloc(ARRAY_SIZE(tm_pg_items), in hclge_dbg_dump_tm_pg()792 if (!data_str) in hclge_dbg_dump_tm_pg()795 ret = __hclge_dbg_dump_tm_pg(hdev, data_str, buf, len); in hclge_dbg_dump_tm_pg()797 kfree(data_str); in hclge_dbg_dump_tm_pg()969 char data_str[ARRAY_SIZE(tm_pri_items)][HCLGE_DBG_DATA_STR_LEN]; in hclge_dbg_dump_tm_pri() local981 result[i] = &data_str[i][0]; in hclge_dbg_dump_tm_pri()[all …]