Searched refs:t_ptr (Results 1 – 1 of 1) sorted by relevance
| /dpdk/drivers/bus/fslmc/ |
| H A D | fslmc_bus.c | 132 char *dup_dev_name, *t_ptr; in scan_one_fslmc_device() local 170 t_ptr = strtok(dup_dev_name, "."); in scan_one_fslmc_device() 171 if (!t_ptr) { in scan_one_fslmc_device() 176 if (!strncmp("dpni", t_ptr, 4)) in scan_one_fslmc_device() 182 else if (!strncmp("dpbp", t_ptr, 4)) in scan_one_fslmc_device() 184 else if (!strncmp("dpio", t_ptr, 4)) in scan_one_fslmc_device() 201 t_ptr = strtok(NULL, "."); in scan_one_fslmc_device() 202 if (!t_ptr) { in scan_one_fslmc_device() 240 char *t_ptr; in rte_fslmc_parse() local 295 t_ptr = strchr(sep, '.'); in rte_fslmc_parse() [all …]
|