Lines Matching full:content

387 static void hns3_dbg_fill_content(char *content, u16 len,  in hns3_dbg_fill_content()  argument
391 char *pos = content; in hns3_dbg_fill_content()
394 memset(content, ' ', len); in hns3_dbg_fill_content()
424 char content[HNS3_DBG_INFO_LEN]; in hns3_dbg_tx_spare_info() local
437 hns3_dbg_fill_content(content, sizeof(content), tx_spare_info_items, in hns3_dbg_tx_spare_info()
439 *pos += scnprintf(buf + *pos, len - *pos, "%s", content); in hns3_dbg_tx_spare_info()
450 hns3_dbg_fill_content(content, sizeof(content), in hns3_dbg_tx_spare_info()
454 *pos += scnprintf(buf + *pos, len - *pos, "%s", content); in hns3_dbg_tx_spare_info()
523 char content[HNS3_DBG_INFO_LEN]; in hns3_dbg_rx_queue_info() local
536 hns3_dbg_fill_content(content, sizeof(content), rx_queue_info_items, in hns3_dbg_rx_queue_info()
538 pos += scnprintf(buf + pos, len - pos, "%s", content); in hns3_dbg_rx_queue_info()
550 hns3_dbg_fill_content(content, sizeof(content), in hns3_dbg_rx_queue_info()
554 pos += scnprintf(buf + pos, len - pos, "%s", content); in hns3_dbg_rx_queue_info()
626 char content[HNS3_DBG_INFO_LEN]; in hns3_dbg_tx_queue_info() local
639 hns3_dbg_fill_content(content, sizeof(content), tx_queue_info_items, in hns3_dbg_tx_queue_info()
641 pos += scnprintf(buf + pos, len - pos, "%s", content); in hns3_dbg_tx_queue_info()
654 hns3_dbg_fill_content(content, sizeof(content), in hns3_dbg_tx_queue_info()
658 pos += scnprintf(buf + pos, len - pos, "%s", content); in hns3_dbg_tx_queue_info()
677 char content[HNS3_DBG_INFO_LEN]; in hns3_dbg_queue_map() local
688 hns3_dbg_fill_content(content, sizeof(content), queue_map_items, in hns3_dbg_queue_map()
690 pos += scnprintf(buf + pos, len - pos, "%s", content); in hns3_dbg_queue_map()
700 hns3_dbg_fill_content(content, sizeof(content), queue_map_items, in hns3_dbg_queue_map()
703 pos += scnprintf(buf + pos, len - pos, "%s", content); in hns3_dbg_queue_map()
757 char content[HNS3_DBG_INFO_LEN]; in hns3_dbg_rx_bd_info() local
774 hns3_dbg_fill_content(content, sizeof(content), rx_bd_info_items, in hns3_dbg_rx_bd_info()
776 pos += scnprintf(buf + pos, len - pos, "%s", content); in hns3_dbg_rx_bd_info()
783 hns3_dbg_fill_content(content, sizeof(content), in hns3_dbg_rx_bd_info()
786 pos += scnprintf(buf + pos, len - pos, "%s", content); in hns3_dbg_rx_bd_info()
831 char content[HNS3_DBG_INFO_LEN]; in hns3_dbg_tx_bd_info() local
848 hns3_dbg_fill_content(content, sizeof(content), tx_bd_info_items, in hns3_dbg_tx_bd_info()
850 pos += scnprintf(buf + pos, len - pos, "%s", content); in hns3_dbg_tx_bd_info()
857 hns3_dbg_fill_content(content, sizeof(content), in hns3_dbg_tx_bd_info()
860 pos += scnprintf(buf + pos, len - pos, "%s", content); in hns3_dbg_tx_bd_info()