Searched refs:maxconn (Results 1 – 2 of 2) sorted by relevance
948 unsigned int maxconn = nn->max_connections; in write_maxconn() local951 int rv = get_uint(&mesg, &maxconn); in write_maxconn()955 nn->max_connections = maxconn; in write_maxconn()958 return scnprintf(buf, SIMPLE_TRANSACTION_LIMIT, "%u\n", maxconn); in write_maxconn()
946 u8 maxconn = mei_me_cl_max_conn(cldev->me_cl); in max_conn_show() local948 return sprintf(buf, "%d", maxconn); in max_conn_show()
Completed in 8 milliseconds