Lines Matching refs:p_param
1599 const char *p_param; in handle_queue_links() local
1608 p_param = strtok(end_param, ","); in handle_queue_links()
1609 if (p_param == NULL || strlen(p_param) == 0 || !isdigit(*p_param)) in handle_queue_links()
1612 port_id = strtoul(p_param, &end_param, 10); in handle_queue_links()
1613 p_param = strtok(NULL, "\0"); in handle_queue_links()
1614 if (p_param != NULL) in handle_queue_links()
1735 const char *p_param; in handle_port_xstats() local
1744 p_param = strtok(end_param, ","); in handle_port_xstats()
1747 if (p_param == NULL || strlen(p_param) == 0 || !isdigit(*p_param)) in handle_port_xstats()
1750 port_queue_id = strtoul(p_param, &end_param, 10); in handle_port_xstats()
1752 p_param = strtok(NULL, "\0"); in handle_port_xstats()
1753 if (p_param != NULL) in handle_port_xstats()
1769 const char *p_param; in handle_queue_xstats() local
1778 p_param = strtok(end_param, ","); in handle_queue_xstats()
1781 if (p_param == NULL || strlen(p_param) == 0 || !isdigit(*p_param)) in handle_queue_xstats()
1784 port_queue_id = strtoul(p_param, &end_param, 10); in handle_queue_xstats()
1786 p_param = strtok(NULL, "\0"); in handle_queue_xstats()
1787 if (p_param != NULL) in handle_queue_xstats()