Home
last modified time | relevance | path

Searched refs:outlen_str (Results 1 – 1 of 1) sorted by relevance

/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/
Dcmd.c1500 char outlen_str[8] = {0}; in outlen_write() local
1512 if (copy_from_user(outlen_str, buf, count)) in outlen_write()
1515 err = sscanf(outlen_str, "%d", &outlen); in outlen_write()