Searched refs:NAME_BUF_SIZE (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/scsi/hisi_sas/ |
| H A D | hisi_sas.h | 103 #define NAME_BUF_SIZE 256 macro
|
| H A D | hisi_sas_v3_hw.c | 3920 char name[NAME_BUF_SIZE]; in debugfs_create_files_v3_hw() 3925 snprintf(name, NAME_BUF_SIZE, "%d", index); in debugfs_create_files_v3_hw() 3941 snprintf(name, NAME_BUF_SIZE, "%d", p); in debugfs_create_files_v3_hw() 3951 snprintf(name, NAME_BUF_SIZE, "%d", c); in debugfs_create_files_v3_hw() 3961 snprintf(name, NAME_BUF_SIZE, "%d", d); in debugfs_create_files_v3_hw() 4818 char name[NAME_BUF_SIZE]; in debugfs_phy_down_cnt_init_v3_hw() 4822 snprintf(name, NAME_BUF_SIZE, "%d", phy_no); in debugfs_phy_down_cnt_init_v3_hw()
|