Lines Matching refs:end_param
1541 char *end_param; in handle_port_list() local
1546 dev_id = strtoul(params, &end_param, 10); in handle_port_list()
1547 if (*end_param != '\0') in handle_port_list()
1569 char *end_param; in handle_queue_list() local
1574 dev_id = strtoul(params, &end_param, 10); in handle_queue_list()
1575 if (*end_param != '\0') in handle_queue_list()
1595 char *end_param; in handle_queue_links() local
1605 dev_id = strtoul(params, &end_param, 10); in handle_queue_links()
1608 p_param = strtok(end_param, ","); in handle_queue_links()
1612 port_id = strtoul(p_param, &end_param, 10); in handle_queue_links()
1709 char *end_param; in handle_dev_xstats() local
1715 dev_id = strtoul(params, &end_param, 10); in handle_dev_xstats()
1716 if (*end_param != '\0') in handle_dev_xstats()
1734 char *end_param; in handle_port_xstats() local
1741 dev_id = strtoul(params, &end_param, 10); in handle_port_xstats()
1744 p_param = strtok(end_param, ","); in handle_port_xstats()
1750 port_queue_id = strtoul(p_param, &end_param, 10); in handle_port_xstats()
1768 char *end_param; in handle_queue_xstats() local
1775 dev_id = strtoul(params, &end_param, 10); in handle_queue_xstats()
1778 p_param = strtok(end_param, ","); in handle_queue_xstats()
1784 port_queue_id = strtoul(p_param, &end_param, 10); in handle_queue_xstats()