Searched refs:end_param (Results 1 – 3 of 3) sorted by relevance
| /f-stack/dpdk/lib/librte_eventdev/ |
| H A D | rte_eventdev.c | 1524 char *end_param; in handle_port_list() local 1530 if (*end_param != '\0') in handle_port_list() 1552 char *end_param; in handle_queue_list() local 1558 if (*end_param != '\0') in handle_queue_list() 1578 char *end_param; in handle_queue_links() local 1591 p_param = strtok(end_param, ","); in handle_queue_links() 1692 char *end_param; in handle_dev_xstats() local 1699 if (*end_param != '\0') in handle_dev_xstats() 1717 char *end_param; in handle_port_xstats() local 1727 p_param = strtok(end_param, ","); in handle_port_xstats() [all …]
|
| /f-stack/dpdk/lib/librte_rawdev/ |
| H A D | rte_rawdev.c | 581 char *end_param; in handle_dev_xstats() local 586 dev_id = strtoul(params, &end_param, 0); in handle_dev_xstats() 587 if (*end_param != '\0') in handle_dev_xstats()
|
| /f-stack/dpdk/lib/librte_ethdev/ |
| H A D | rte_ethdev.c | 5633 char *end_param; in eth_dev_handle_port_xstats() local 5638 port_id = strtoul(params, &end_param, 0); in eth_dev_handle_port_xstats() 5639 if (*end_param != '\0') in eth_dev_handle_port_xstats() 5683 char *end_param; in eth_dev_handle_port_link_status() local 5688 port_id = strtoul(params, &end_param, 0); in eth_dev_handle_port_link_status() 5689 if (*end_param != '\0') in eth_dev_handle_port_link_status()
|