Searched refs:maxconn (Results 1 – 2 of 2) sorted by relevance
916 unsigned int maxconn = nn->max_connections; in write_maxconn() local919 int rv = get_uint(&mesg, &maxconn); in write_maxconn()923 nn->max_connections = maxconn; in write_maxconn()926 return scnprintf(buf, SIMPLE_TRANSACTION_LIMIT, "%u\n", maxconn); in write_maxconn()
1173 u8 maxconn = mei_me_cl_max_conn(cldev->me_cl); in max_conn_show() local1175 return sprintf(buf, "%d", maxconn); in max_conn_show()
Completed in 7 milliseconds