Searched refs:end_param (Results 1 – 5 of 5) sorted by relevance
| /dpdk/lib/security/ |
| H A D | rte_security.c | 319 char *end_param; in security_handle_cryptodev_sec_caps() local 327 dev_id = strtoul(params, &end_param, 0); in security_handle_cryptodev_sec_caps() 328 if (*end_param != '\0') in security_handle_cryptodev_sec_caps() 355 char *end_param; in security_handle_cryptodev_crypto_caps() local 361 dev_id = strtoul(params, &end_param, 0); in security_handle_cryptodev_crypto_caps() 362 capa_param = strtok(end_param, ","); in security_handle_cryptodev_crypto_caps() 366 capa_id = strtoul(capa_param, &end_param, 0); in security_handle_cryptodev_crypto_caps() 367 if (*end_param != '\0') in security_handle_cryptodev_crypto_caps()
|
| /dpdk/lib/eventdev/ |
| H A D | rte_eventdev.c | 1541 char *end_param; in handle_port_list() local 1547 if (*end_param != '\0') in handle_port_list() 1569 char *end_param; in handle_queue_list() local 1575 if (*end_param != '\0') in handle_queue_list() 1595 char *end_param; in handle_queue_links() local 1608 p_param = strtok(end_param, ","); in handle_queue_links() 1709 char *end_param; in handle_dev_xstats() local 1716 if (*end_param != '\0') in handle_dev_xstats() 1734 char *end_param; in handle_port_xstats() local 1744 p_param = strtok(end_param, ","); in handle_port_xstats() [all …]
|
| /dpdk/lib/rawdev/ |
| H A D | rte_rawdev.c | 567 char *end_param; in handle_dev_xstats() local 572 dev_id = strtoul(params, &end_param, 0); in handle_dev_xstats() 573 if (*end_param != '\0') in handle_dev_xstats()
|
| /dpdk/lib/cryptodev/ |
| H A D | rte_cryptodev.c | 2505 char *end_param; in cryptodev_handle_dev_info() local 2510 dev_id = strtoul(params, &end_param, 0); in cryptodev_handle_dev_info() 2511 if (*end_param != '\0') in cryptodev_handle_dev_info() 2536 char *end_param; in cryptodev_handle_dev_stats() local 2541 dev_id = strtoul(params, &end_param, 0); in cryptodev_handle_dev_stats() 2542 if (*end_param != '\0') in cryptodev_handle_dev_stats() 2593 char *end_param; in cryptodev_handle_dev_caps() local 2599 dev_id = strtoul(params, &end_param, 0); in cryptodev_handle_dev_caps() 2600 if (*end_param != '\0') in cryptodev_handle_dev_caps()
|
| /dpdk/lib/ethdev/ |
| H A D | rte_ethdev.c | 5564 char *end_param; in eth_dev_handle_port_xstats() local 5569 port_id = strtoul(params, &end_param, 0); in eth_dev_handle_port_xstats() 5570 if (*end_param != '\0') in eth_dev_handle_port_xstats() 5614 char *end_param; in eth_dev_handle_port_link_status() local 5619 port_id = strtoul(params, &end_param, 0); in eth_dev_handle_port_link_status() 5620 if (*end_param != '\0') in eth_dev_handle_port_link_status() 5651 char *end_param; in eth_dev_handle_port_info() local 5657 port_id = strtoul(params, &end_param, 0); in eth_dev_handle_port_info() 5658 if (*end_param != '\0') in eth_dev_handle_port_info()
|