Searched refs:maxconn (Results 1 – 2 of 2) sorted by relevance
947 unsigned int maxconn = nn->max_connections; in write_maxconn() local950 int rv = get_uint(&mesg, &maxconn); in write_maxconn()954 nn->max_connections = maxconn; in write_maxconn()957 return scnprintf(buf, SIMPLE_TRANSACTION_LIMIT, "%u\n", maxconn); in write_maxconn()
867 u8 maxconn = mei_me_cl_max_conn(cldev->me_cl); in max_conn_show() local869 return sprintf(buf, "%d", maxconn); in max_conn_show()