Lines Matching refs:end_param
1524 char *end_param; in handle_port_list() local
1529 dev_id = strtoul(params, &end_param, 10); in handle_port_list()
1530 if (*end_param != '\0') in handle_port_list()
1552 char *end_param; in handle_queue_list() local
1557 dev_id = strtoul(params, &end_param, 10); in handle_queue_list()
1558 if (*end_param != '\0') in handle_queue_list()
1578 char *end_param; in handle_queue_links() local
1588 dev_id = strtoul(params, &end_param, 10); in handle_queue_links()
1591 p_param = strtok(end_param, ","); in handle_queue_links()
1595 port_id = strtoul(p_param, &end_param, 10); in handle_queue_links()
1692 char *end_param; in handle_dev_xstats() local
1698 dev_id = strtoul(params, &end_param, 10); in handle_dev_xstats()
1699 if (*end_param != '\0') in handle_dev_xstats()
1717 char *end_param; in handle_port_xstats() local
1724 dev_id = strtoul(params, &end_param, 10); in handle_port_xstats()
1727 p_param = strtok(end_param, ","); in handle_port_xstats()
1733 port_queue_id = strtoul(p_param, &end_param, 10); in handle_port_xstats()
1751 char *end_param; in handle_queue_xstats() local
1758 dev_id = strtoul(params, &end_param, 10); in handle_queue_xstats()
1761 p_param = strtok(end_param, ","); in handle_queue_xstats()
1767 port_queue_id = strtoul(p_param, &end_param, 10); in handle_queue_xstats()