Lines Matching refs:p_param
1582 const char *p_param; in handle_queue_links() local
1591 p_param = strtok(end_param, ","); in handle_queue_links()
1592 if (p_param == NULL || strlen(p_param) == 0 || !isdigit(*p_param)) in handle_queue_links()
1595 port_id = strtoul(p_param, &end_param, 10); in handle_queue_links()
1596 p_param = strtok(NULL, "\0"); in handle_queue_links()
1597 if (p_param != NULL) in handle_queue_links()
1718 const char *p_param; in handle_port_xstats() local
1727 p_param = strtok(end_param, ","); in handle_port_xstats()
1730 if (p_param == NULL || strlen(p_param) == 0 || !isdigit(*p_param)) in handle_port_xstats()
1733 port_queue_id = strtoul(p_param, &end_param, 10); in handle_port_xstats()
1735 p_param = strtok(NULL, "\0"); in handle_port_xstats()
1736 if (p_param != NULL) in handle_port_xstats()
1752 const char *p_param; in handle_queue_xstats() local
1761 p_param = strtok(end_param, ","); in handle_queue_xstats()
1764 if (p_param == NULL || strlen(p_param) == 0 || !isdigit(*p_param)) in handle_queue_xstats()
1767 port_queue_id = strtoul(p_param, &end_param, 10); in handle_queue_xstats()
1769 p_param = strtok(NULL, "\0"); in handle_queue_xstats()
1770 if (p_param != NULL) in handle_queue_xstats()